ul#menu {
	width: 100%;
	height: 36px;
	font-weight: bold;
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-image: url(../img/main_bg.gif); 
	background-repeat: repeat-x;

}
ul#menu li {
	display: block;
	float: left;
	margin-top: 0;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
ul#menu li a {
	height: 30px;
	color: #666666;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 200%;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 2px;
	padding-left: 25px;
	border-right:1px solid #CCCCCC;
}
ul#menu li a:hover {
	color: #990000;
	background-color:#FFFFFF;
}
ul#menu li a.current {
	color: #FFF;
	background-color: #6D90C1;
	height: 36px;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #557096;
	border-right-color: #557096;
	border-left-color: #557096;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6D90C1;
}
#subnav{
	padding: 0px;
	float: none;
	height: 25px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	clear:both;
	margin-left: auto;
}
#subnav ul {
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}
#subnav ul li {
	display: inline;
	list-style-type: none;
	padding-right: 27px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	padding-left: 25px;
}
#subnav ul li a:hover {
	color:#990000;
}
#subnav a {
	color:#003366;
	text-decoration: underline;
	font-size:12px;
	text-transform: none;
	font-weight: bold;
}
