@charset "utf-8";
/* CSS Document */
div.midNav {
	font-size:.6em;
	color:#2e3d72;
	padding-top:4px;
	padding-bottom:0;
	margin-bottom:0;
}
#navRow {
	background-color:#2e3d72;
	border-bottom:1px solid #d6e0f9;
	clear:both;
	width:1000px;
	height: 30px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
ul#nav, ul.submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	background-color: #2e3d72;
}
ul#nav {
	margin-left: 150px;
	border-left: 1px solid #ccc;
	height: 30px;
}
ul#nav li {
	float:left;
	border-right:1px solid #ccc;
	position: relative;
	width: 125px;
	height: 30px;
}
ul#nav li.hassub {
	background-image:url(../images/nav_more.jpg);
	background-position:center right;
	background-repeat:no-repeat;
}
ul#nav li a {
	display: block;
	height: 21px;
	width: 118px;
	color: #fff;
	font-weight:bold;
	text-decoration:none;
	font-family: arial;
	font-size:12px;
	padding: 9px 0 0 7px;
}
ul#nav li a:hover {
	background-color:#d6e0f9;
	color: #2e3d72;
}
ul.submenu {
	top: 30px;
	left:10px;
	position: absolute;
	z-index: 50;
}
ul.submenu li {
	font-size:10px;
	font-weight:normal;
	color:#990000;
}
ul.submenu ul.submenu {
	z-index: 100;
}
