/* Header Menu CSS */

/*#headMenu
{
	border-bottom:5px solid #0059A9;
	margin-left: auto; 
	margin-right: auto;
}

#headMenu td
{
	padding:0px;
}*/

#headerContents {
	background: url(/images/page_gradback.jpg) repeat-x;
	margin:0px 0px 0px 0px;
	padding:16px 0px 0 0px;
	width:100%;
}

#logoBanner {
	width:800px;
}

#siteLogo 
{
	height:80px;
	float:left;
	width:240px;
}

#siteLogo a h1{
	display:none;
}

#siteLogo a
{
	display: block;
	background-image: url(../images/falogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height:63px;
	margin-right:auto;
	margin-left:10px;
}

#bannerAd 
{
	height:68px;
	float:left;
	margin-right:10px;
	margin-left:50px;
}

#bannerAd iframe 
{
	margin:0px;
	padding:0px;
	display: block;
	clear:left;
	border:2px solid #E3EEFA;
}

#navMenu  {
	padding-top:5px;
	height:33px;
}


#navMenu h5 {display:none;}

#navMenu ul.menu1 {
	padding: 3px 0;
	margin: 0;
	float:left;
}

#navMenu ul.menu2 {
	padding: 3px 0;
	margin: 0;
	float:right;
}

#navMenu li 
{
	display:inline;
	list-style:none;
	margin:0;
	padding: 0;
	margin-right: 3px;
}

#navMenu a
{
	padding: 5px 15px;
	text-decoration:none;
	font-size:10px;
	color:#fff;
}

#navMenu a:hover {
	text-decoration:underline;
}

#menuWrapper {
	width:100%;
	clear:both;
	background: #0e3191 url('/images/header_bar_grad.gif') repeat-x;
}

#headMenu  
{
}

#headMenu h5 {display:none;}

#headMenu ul {
	padding:0;
	margin:0;
}

#headMenu li 
{
	list-style:none;
	float:left;
	margin:0;
	margin-right: 1px;
	background: url('/images/header_bar_grad.gif') repeat-x;
}

#headMenu a
{
	display: block;
	padding: 6px 15px;
	text-decoration:none;
	font-size:100%;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	background: url('/images/menu_splitter.gif') right no-repeat;
}

#headMenu li.selected, #headMenu a:hover
{
	background: #72a4ff url('/images/header_bar_selected.gif') repeat-x;
	color:white;
}

#headMenu li.selected a
{
	color:white;
}

#headMenu li.selected a:hover
{
	background:0;
}



