/* CSS Document */

/*------------------------------------------------------
S U B M E N U
------------------------------------------------------*/
#ctr_submenu {
	position: absolute;
	margin:0;
	top: 145px;
	left: 0px;
	width: 600px;
	height: 42px;
	background: #0065ad url("/pics/submenu_back.jpg") no-repeat;
}

#submenu {
	width: 595px;
	font-weight: bold;
	height: 42px;
	line-height: 20px;
	padding-top: 5px;
	vertical-align: left;
}

.submenustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#submenu ul {
	padding-left: 25px;
	margin-left:0px;
	margin-top: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

#submenu ul li {
	display: inline;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	height: 10px;
	padding-left: 8px;
	border-right: 1px solid #FFFFFF;
}

#submenu ul li a {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #ffffff;
	font-weight: bold;
	height: 10px;
	padding: 0 8px 0 8px;
	text-decoration: none;		
	/*filter:shadow(color:#00457B);
	float:left;*/
}

#submenu ul li a:hover {
	text-decoration: underline;		
}

