
#searchbox
{
	border-color:1px solid #ffcc00;/*#4D9FBE-real*/
	 /*#4D9EBE -real*/
	height:auto;
	width:60%;
	float:left;

}
#searchForm{
    background: #4D9FBE;
    height:100px; 
}

#formElements{
  margin:10px; background: #4D9FBE;
}
#sinput{
     height:30px;
     width:300px;
     font-size: 18px;
     color: #555;
     font-weight: bold;
}
#sbutton{
     height:30px;
    
     font-size: 14px;
   
     font-weight: bold;
     padding:5px;
}

#searchstatus{
	padding:8px;
	font-size: 14px;
	     font-weight: bold;

	color: #fff;
	
	}
#optionscats{
	float:left;
	}

#MainMenu
{
	height:26px;
	background:#FFF;
	border-color:#4D9FBE;
	border-style:solid;
	border-width:0 0 4px;
	margin:0;
}
#tab
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0;
}
#tab ul
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li
{
	display:inline;
	float:left;
	margin:0 1px 0 0;
	padding:0;
	white-space: nowrap;
}
#tab a
{
	background:blue url(images/bright_095.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span
{
	display:block;
	background:url(images/bleft_095.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	font-weight:700;
	line-height:26px;
	padding:0 13px;
}
#tab a:hover,#tab li.item_active a
{
	background-position:right bottom;
}
#tab a:hover span,#tab li.item_active a span
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}

