/* Base */
.thenav {
	font-family: verdana;
	width:962px;
	height:40px;
	position:relative;
	font-size:12px;
	z-index:100 !important;
	background-repeat: no-repeat;
	font-weight: bold;
	background-position: right;
	top: 0px;
	left: -2px;
}
.thenav ul li a, .thenav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	height:40px;
	text-align:center;
	color:#FFFFFF;
	line-height:40px;
	font-size:12px;
	overflow:hidden;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8CACDB;
	background-image: url(/images/cmpi_site_subpage_08.gif);
	background-repeat: repeat-x;
}
.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 {
	color:#fff;
	background-color: #122F5B;
	background-image: url(/images/cmpi_site_subpage_07.gif);
	background-repeat: repeat-x;
}
.thenav ul li:hover ul {
	display:block;
	position:absolute;
	top:38px;
	left:0px;	
}
.thenav ul li:hover ul li a.hide {
	color:#FFFFFF;
	background-color: #1245AC;
	border: 1px solid #0F1B2F;
	background-image: none;
}
.thenav ul li:hover ul li:hover a.hide {
	color:#FFFFFF;
	background-color: #B7191D;
	border: 1px solid #0F1B2F;
	background-image: none;
	}
	
.thenav ul li:hover ul li ul {
	display: none;
}
.thenav ul li:hover ul li a {
	display:block;
	text-align:left;
	color:#FFFFFF;
	background-color: #305EB7;
	border: 1px solid #0F1B2F;
	width: 150px;
	padding-right: 15px;
	background-image: none;
}
.thenav ul li:hover ul li a:hover {
	color:#FFFFFF;
	background-color: #B7191D;
	border: 1px solid #0F1B2F;
	background-image: none;
}
.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;
}

