/* Base */
#thenavback {
	font-family: arial, sans-serif;
	width:680px;
	height:27px;
	position:relative;
	font-size:12px;
	z-index: 2;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: right;
	background-image: url(/images/navbac-trans.png);
	left: 221px;
	top: 163px;
}
.thenav {
	font-family: arial, sans-serif;
	width:680px;
	height:27px;
	position:relative;
	font-size:12px;
	z-index:100;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: right;
	
	left:221px;
	top: 139px;
}
.thenav ul li a, .thenav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:24px;
	text-align:center;
	color:#FFFFFF;
	line-height:24px;
	font-size:12px;
	overflow:hidden;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 1px;
	margin-left: 1px;
}
.thenav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.thenav ul li {
	float:left;
	position:relative;
}
.thenav ul li ul {
	display: none;
}

/* Standard browsers */
.thenav ul li:hover a {
	background-color: #94181B;
}
.thenav ul li:hover ul {
	display:block;
	position:absolute;
	top:24px;
	left:0px;
	
}
.thenav ul li:hover ul li a.hide {
	color:#000000;
	background-color: #EAF7FD;
	border: 1px solid #242A6C;
}
.thenav ul li:hover ul li:hover a.hide {
	color:#000000;
	background-color: #EAF7FD;
	border: 1px solid #242A6C;
	}
	
.thenav ul li:hover ul li ul {
	display: none;
}
.thenav ul li:hover ul li a {
	display:block;
	text-align:left;
	color:#000;
	background-color: #EAF7FD;
	border: 1px solid #242A6C;
	width: 150px;
	padding-right: 15px;
}
.thenav ul li:hover ul li a:hover {
	color:#FFFFFF;
	background-color: #94181B;
	border: 1px solid #242A6C;
}
.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;
}
