@charset "UTF-8";
/* CSS Document */

/* Base */
.thenav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	height:38px;
	left:0px;
	position:relative;
	top:18px;
	width:800px;
	z-index:100;
	color: #ffffff;
}
.thenav ul li a, .thenav ul li a:visited {
	text-decoration:none;
	text-align:center;
	color:#ffffff !important;
	font-size:10px;
	height:16px;
	line-height:16px;
	overflow:hidden;
	padding-left:24px;
	padding-right:24px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
	font-weight:bold;
	display: inline-block;
}
.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:#87a1be !important;
}
.thenav ul li:hover ul {
	display:block;
	position:absolute;
	top:38px;
	left:0px;	
	
}
.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 {
	font-size: 10px !important;
	display:block;
	color:#87a1be !important;
	background-color: #000000!important;
	text-align: left;
	width: 250px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6C793D;
	border-bottom-color: #6C793D;
	border-left-color: #6C793D;
}
.thenav ul li:hover ul li a:hover {
	color:#87a1be !important;
	background-color: #f0ecdb !important;
	border: 1px solid #C23215;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #6C793D;
	border-bottom-color: #6C793D;
	border-left-color: #6C793D;
}
.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;
}
