@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: -6px;
	left: 12px;
}
.thenav ul li a, .thenav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:28px;
	text-align:center;
	color:#FFFFFF;
	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: #FFFFFF;
	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:#fff;
	background-color: #01491e;
}
.thenav ul li:hover ul {
	display:block;
	position:absolute;
	top:28px;
	left:0px;
	width:105px;
}
.thenav ul li:hover ul li a.hide {
	
}
.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:#01491e;
	background-color: #add2bb;
	border: 1px solid #065726;
	text-align: left;
	width: 150px;
}
.thenav ul li:hover ul li a:hover {
	color:#FFFFFF;
	background-color: #045223;
	border: 1px solid #065726;
}
.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;
}
