@CHARSET "UTF-8";

#footerMenu
{
	padding:8px;
}

#nav
{
	height:				21px; 
	background-color:	#ECF4F7;
	color:				#0C598D;
	background-image:	url(/images/homenav_bg.gif); 
	background-repeat:	repeat-x; 
	padding:			0; 
	border-bottom:		1px solid #fff; 
} 

#navlist
{
	padding:			3px 0 0 30px; 
	margin:				0; 
} 

#navlist a 
{
	list-style-type:	none; 
	padding:			0 7px; 
	margin-right:		0; 
	font-size:			11px; 
	font-weight:		bold; 
	color:				#0d5a8e; 
	text-align:			left; 
	border-right:		1px solid #a5c3d6; 
} 

#navlist a#current
{
	font-size:			11px; 
	font-weight:		bold; 
	color:				#2b92c5; 
}

#navlist a:link , #navlist a:visited
{
	color:				#0d5a8e; 
	text-decoration:	none; 
}

#navlist a:hover
{
	color:				#0d5a8e; 
	text-decoration:	underline; 
} 