ul#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
/*z-index: 888888 !important;*/
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
	/*width: 10em;*/
  /*z-index: 888888 !important;*/
  height: 24px;
  /*width: 160px;*/
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 30px;
	/*z-index: 888888 !important;*/
	left: 0;
}

ul#nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}



ul#nav ul{ width: 160px; }

ul#nav li ul li a{
width:140px !important;
float: none !important; 
}

ul#nav a {
  border: 0px solid #FFF;
  border-right-color: #CCC;
  border-bottom-color: #CCC;
  padding: 0 6px;
  float: none !important; /*For Opera*/
  float: left; /*For IE*/
  display: block;
  background: #767b21;
  color: #faffbd;
  font: normal 10px/22px Verdana, Arial, Helvetica, sans-serif;
  text-decoration: none;
  height: auto !important;
  height: 1%; /*For IE*/
}

