@charset "UTF-8";
/* CSS Document */

/* Base */
.thenav {
	font-family: arial, sans-serif;
	width:900px;
	height:32px;
	position:relative;
	font-size:12px;
	z-index:100;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: right;
	top: 7px;
	left: 8px;
}
.thenav ul li a, .thenav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000000 !important;
	height:28px;
	text-align:center;
	line-height:28px;
	font-size:12px;
	overflow:hidden;
	padding-right: 5px;
	padding-left: 5px;
	width: 80px;
	border-right-width: 1px;
	border-right-style: solid;
		border-right-color: #89A9E6;
	font-weight: bold;
}
.thenav ul {
	padding:0;
	margin:0;
	list-style: none;
	text-align: left;
}
.thenav ul li {
	float:left;
	position:relative;
}
.thenav ul li ul {
	display: none;
}

/* Standard browsers */
.thenav ul li:hover a {
	color:#003C8D !important;
	background-color: #FFFFFF;
}
.thenav ul li:hover ul {
	display:block;
	position:absolute;
	top:28px;
	left:0px;
	width:105px;
}
.thenav ul li:hover ul li a.hide {
	color:#003C8D;
	background-color: #FFFFFF;
	
}
.thenav ul li:hover ul li:hover a.hide {
	
}
.thenav ul li:hover ul li ul {
	display: none;
}
.thenav ul li:hover ul li a {
	display:block;
	color:#003C8D;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	text-align: left;
	width: 150px;
}
.thenav ul li:hover ul li a:hover {
	color:#003C8D;
	background-color: #FFFFFF;
	border: 1px solid #0F1B2F;
}
.thenav ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:105px;
	top:0px;
}
.thenav ul li:hover ul li:hover ul.left {
	left:-105px;
}
