/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 156px; z-index:100001 !important;}
#nav ul ul {z-index:100002; }

/* Everything else is theming */
 
#nav { 
	height: 77px;
	margin: 0 auto;
	background: url(images/menubg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	z-index:100000;
}
	 }
#nav *:hover { 
	background-color: none; 
	
}
#nav a:link,#nav a:visited {
	font-family: Tahoma, Geneva, Verdana;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	display: block;
	float: left;
	width: 156px;
	height: 33px;
	padding-top: 14px;
	margin:0 5px;
	z-index:100003;
	 
 }
#nav a:hover{
	height: 33px;
	background: url(images/menubghov.jpg);
	background-repeat:repeat-x;
	background-position:top;
}
 
#nav li.hover a { 
	background-color: #99CC00; 
	
}
#nav ul { 
	top: 47px;
	font-size:14px !important; 

}
#nav ul li {
	
		height:30px;
		
}
#nav ul li a { 
	width: 141px !important;
	background-color: #99CC00; 
	height:24px !important;
	font-weight:bold !important;
	font-size:12px !important;
	padding:9px 5px 5px 10px !important;
	text-align: left !important;
	
	
}

#nav ul a.hover { 
	background-color: #354D00; 
}
#nav ul a { 
	border-right: none; 
	opacity: 0.9; 
	filter: alpha(opacity=90); 
}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
.active{
	background-color: #99CC00 !important; 
}


