/* CSS Document */

@charset "utf-8";

/*********** body ************/

body {
	
}
	#main 
{
	 margin:0 auto;
	 width:990px;
	 background-color:White !important;
	 }
#header_menu{
	margin:0px;
	background-image:url(images/menuBlue.gif);
	background-repeat:repeat-x;
	height:27px;
	width:100%;
	font-size:12px;
	font-family:Tahoma;
	float:left;
	clear:none;	
	text-decoration:none;
	vertical-align:middle !important;
	}

#header_menu ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
	vertical-align:middle;	
}
#header_menu li{
	list-style-type:none;
	float:left;
	margin:0px;
	padding-top:5px;
	vertical-align:middle;	
	text-decoration:none;
	}
#header_menu .menu_l{
	background-image:url(images/menuYellow.gif);
	background-repeat:no-repeat;
	height:27px;
	vertical-align:middle;
}
#header_menu .menu_m{
	background-image:url(images/menuYellow.gif);
	background-repeat:repeat-x;	
	text-align:center;
	height:27px;
	vertical-align:middle;
}
#header_menu .menu_m div{
margin-top:-6px !important;
}
#header_menu .menu_lNoSelect{
	background-image:url(images/menuBlue.gif);
	background-repeat:no-repeat;
	height:27px;
	vertical-align:middle;
}
#header_menu .menu_mNoSelect{
	background-image:url(images/menuBlue.gif);
	background-repeat:repeat-x;	
	text-align:center;
	height:27px;
	vertical-align:middle;
}
#header_menu .menu_mNoSelect div{
margin-top:-6px !important;
}
#header_menu .menu_r{
	background-image:url(images/menuSpacer.gif);
	background-repeat:no-repeat;
	height:27px;
	width:1px !important;
	vertical-align:middle;
}
#header_menu .select{
	color:#003c91;
	text-decoration:none;
	font-weight:bold;
}
#header_menu .select a{
	text-decoration:none;
}
#header_menu .select a:hover{
	text-decoration:none;
}		
#header_menu .noselect{
	color:#c4dcf8;
	font-weight:bold;
	text-decoration:none;
}
#header_menu .noselect a{
	text-decoration:none;
}
#header_menu .noselect a:hover{
	text-decoration:none;
}		
