.nav {
width: 668px;
			padding: 0;
			height:  37px;
			display: block;
			margin: 0 0px 0 auto;		
			}

.nav ul {
	padding:0px; 
	margin:0px; 
	list-style: none;
	}
	
.nav ul li {
	float:left; 
	position:relative;
	font-size: 11px;
	z-index: 55555;
	}
	
.nav ul li ul {
	display: none; 
	margin: 0px; 
	padding: 0px;
	font-size: 11px;
	z-index: 55555;
	}

.nav ul li.nav1 a, .nav ul li.nav1 a:visited {
	width: 89px;
	height: 37px;
	display: block;
	float: left;
	font-size: 11px;
	color: #FF0000;
	background: url("../img/nav.gif") 0 0 no-repeat;
	}
	
.nav ul li.nav2 a, .nav ul li.nav2 a:visited {
	width: 106px;
	height: 37px;
	display: block;
	float: left;
	font-size: 11px;
	color: #FF0000;
background: url("../img/nav.gif") -89px 0 no-repeat;
	}
	
.nav ul li.nav3 a, .nav ul li.nav3 a:visited {
	width: 96px;
	height: 37px;
	display: block;
	float: left;
	font-size: 11px;
	color: #FF0000;
background: url("../img/nav.gif") -195px 0 no-repeat;	}
		
.nav ul li.nav4 a, .nav ul li.nav4 a:visited {
	width: 97px;
	height: 37px;
	display: block;
	float: left;
	font-size: 11px;
	color: #FF0000;
background: url("../img/nav.gif") -291px 0 no-repeat;
	}
	
.nav ul li.nav5 a, .nav ul li.nav5 a:visited {
	width: 87px;
	height: 37px;
	display: block;
	float: left;
	font-size: 11px;
	color: #FF0000;
background: url("../img/nav.gif") -388px 0 no-repeat;
	}
	
.nav ul li.nav6 a, .nav ul li.nav6 a:visited {
	width: 83px;
	height: 37px;
	display: block;
	float: left;
	font-size: 11px;
	color: #FF0000;
background: url("../img/nav.gif") -475px 0 no-repeat;
	}
	
.nav ul li.nav7 a, .nav ul li.nav7 a:visited {
	width: 110px;
	height: 37px;
	display: block;
	float: left;
	font-size: 11px;
	color: #FF0000;
background: url("../img/nav.gif") -558px 0 no-repeat;
	}
	
	
			
.nav ul li.nav1 a:hover {background: url("../img/nav.gif") 0 -37px no-repeat;}	
.nav ul li.nav1 a.selected {background: url("../img/nav.gif") 0 -37px no-repeat;}	
.nav ul li.nav2 a:hover {background: url("../img/nav.gif") -89px -37px no-repeat;}
.nav ul li.nav2 a.selected {background: url("../img/nav.gif") -89px -37px no-repeat;}
.nav ul li.nav3 a:hover {background: url("../img/nav.gif") -195px -37px no-repeat;}
.nav ul li.nav3 a.selected {background: url("../img/nav.gif") -195px -37px no-repeat;}
.nav ul li.nav4 a:hover {background: url("../img/nav.gif") -291px -37px no-repeat;}
.nav ul li.nav4 a.selected {background: url("../img/nav.gif") -291px -37px no-repeat;}
.nav ul li.nav5 a:hover {background: url("../img/nav.gif") -388px -37px no-repeat;}
.nav ul li.nav5 a.selected {background: url("../img/nav.gif") -388px -37px no-repeat;}
.nav ul li.nav6 a:hover {background: url("../img/nav.gif") -475px -37px no-repeat;}
.nav ul li.nav6 a.selected {background: url("../img/nav.gif") -475px -37px no-repeat;}
.nav ul li.nav7 a:hover {background: url("../img/nav.gif") -558px -37px no-repeat;}
.nav ul li.nav7 a.selected {background: url("../img/nav.gif") -558px -37px no-repeat;}
	
/* specific to non IE browsers */

.nav ul li.nav1:hover a {background: url("../img/nav.gif") 0 -37px no-repeat;}	
.nav ul li.nav1 a.selected {background: url("../img/nav.gif") 0 -37px no-repeat;}	
.nav ul li.nav2:hover a {background: url("../img/nav.gif") -89px -37px no-repeat;}
.nav ul li.nav2 a.selected {background: url("../img/nav.gif") -89px -37px no-repeat;}
.nav ul li.nav3:hover a {background: url("../img/nav.gif") -195px -37px no-repeat;}
.nav ul li.nav3 a.selected {background: url("../img/nav.gif") -195px -37px no-repeat;}
.nav ul li.nav4:hover a {background: url("../img/nav.gif") -291px -37px no-repeat;}
.nav ul li.nav4 a.selected {background: url("../img/nav.gif") -291px -37px no-repeat;}
.nav ul li.nav5:hover a {background: url("../img/nav.gif") -388px -37px no-repeat;}
.nav ul li.nav5 a.selected {background: url("../img/nav.gif") -388px -37px no-repeat;}
.nav ul li.nav6:hover a {background: url("../img/nav.gif") -475px -37px no-repeat;}
.nav ul li.nav6 a.selected {background: url("../img/nav.gif") -475px -37px no-repeat;}
.nav ul li.nav7:hover a {background: url("../img/nav.gif") -558px -37px no-repeat;}
.nav ul li.nav7 a.selected {background: url("../img/nav.gif") -558px -37px no-repeat;}

	
/*.nav ul li:hover a {color:#fff; background:#36f;}*/

.nav ul li:hover ul { 
	display:block; 
	position:absolute; 
	top:37px; left:0; 
	margin: 0px; 
	padding: 0px; 
	}
	

.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li {margin: 0px; padding: 0px;}
.nav ul li.home:hover ul li { display: block;}
	
.nav ul li:hover ul li a, .nav ul li:hover ul li a:visited {  
	text-align: left; 
	padding-top: 4px; 
	padding-bottom: 4px; 
	margin-bottom: 1px;
	height:auto; 
	width: 150px;
	padding-left: 10px; 
	padding-right: 10px; 
	display:block; 
	background:#e8e8e8; 
	color:#000;
	opacity: .8;
	filter: alpha(opacity=80);
	text-decoration: none; 
	border-bottom: solid 1px #fff; 
	border-left: solid 1px #fff; 
	border-right: solid 1px #fff; 
	z-index: 55555;
	}	
	

	
.nav ul li:hover ul li a:hover {
	background:#e8e8e8; 
	color: #003366;
	opacity: .8;
	filter: alpha(opacity=80);
	border-bottom: solid 1px #fff; 
	border-left: solid 1px #fff; 
	border-right: solid 1px #fff; 
	}

