﻿/*  START TAB MENU */
	.search_tab_ul
	{
	 float:left;
	 margin: 0px;
	 padding: 0px;
	 list-style: none;
	 font-size: 14px;
	 height: 31px !important;
	 border-bottom: 2px solid #296b9f;	
	 height: 30px;
	 width:100%;
	}
	
	.border_orange{
		border-bottom: 2px solid #ef9321;
		color: white;
	}
	
	.search_tab_li
	{
	
	 float:left;
	 margin-right:2px;
	 border: 1px solid #CEE7FF;
	 border-bottom: none;
	 height: 31px !important;
	 height: 30px;
 	 width:auto;
	}
	
	.search_tab_li:hover
	{
	
	 float: left;
	 margin-right: 2px;
	 border: 1px solid #FF9933;
	 background-color:#FFC184;
	 color:white;
	 border-bottom: none;
	}

	
	.search_tab_li a
	{
	 float:left;
	 padding: 2px 8px 3px 8px;
	 display: block;
	 text-decoration: none;
	 font:10pt arial;
	 font-weight:bold;	 
	 line-height:25px;
	 vertical-align:middle;
	 height: 26px !important;
	 height: 25px;
	 outline:none;
	}

	.no_featured
	{
	 float:left;
	 background-color:#EAF4FF;
	 color: #0080C0;
	 /*border-bottom: 2px solid #FF9900;*/
	 background-image:url('/images/background/bgLightBlue.jpg');	 	 
	 text-decoration: none;
	 font-weight: bold;
	}
	
	.no_featured_orange
	{
	 float:left;
	 background-color:#EAF4FF;
	 color: #ef9321;
	 /*border-bottom: 2px solid #FF9900;*/
	 background-image:url('/images/background/bgLightBlue.jpg');	 	 
	 text-decoration: none;
	 font-weight: bold;
	}
	
	.featured
	{
	 float:left;
	 background-color:#296b9f;
	 background-image:url('/images/layout/search_bg.jpg');
	 color: #a7d1f3;
	 /*border-bottom: 2px solid #FF9900;*/
	 text-decoration: none;
	 font-weight: bold;
	}
	.featured:hover{
		color: whitesmoke;
	}
	.featured:visited{
		color: yellow;
	}	
	.featured_orange
	{
	 float:left;
	 background-color:#296b9f;
	 background-image:url('/images/layout/search_bg_orange.jpg');
	 color: #FFFFFF;
	 /*border-bottom: 2px solid #FF9900;*/
	 text-decoration: none;
	 font-weight: bold;
	}
	
/*  END TAB MENU */
