/* Basic code - don't modify */
 
 #nav {
	display: block;
	padding: 0;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	list-style-image: none;
	text-decoration: none;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
}

  #nav li { display: block; text-decoration: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; text-decoration: none;}
  #nav ul { display: none;  text-decoration: 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: 130px; }
#nav ul ul { left: 131px; }
#nav *:hover {
background-color:
}
#nav a {
	list-style: none;
	color: white;
	font-size: 14px;
	padding: 7px;
	line-height: 1;
}
  #nav li.hover a { background-color: #A0A0A4; list-style: none; }
  #nav ul {
	top: 29px;
}
    #nav ul li a { background-color: #A0A0A4; }
      #nav ul a.hover {
	background-color: #800000;
}
   #nav ul a {
	border-bottom: 1px solid black;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

