ul {
	background-color: #0099CC;
	width: 10em;
	border: 1px none #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: capitalize;
}
#nav a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li a:hover, #nav li a:focus {
	color: #FFFFFF;
	background-color: #006699;
}

li {
	list-style-type: none;
	position: relative;
	background-position: bottom;
	border: 0px none #FFFFFF;
}
ul a {
  display: block;
  padding: 5px 10px;
  vertical-align: bottom; /* needed for IE5-Win */
}
 
ul ul {
	position: absolute;
	left: -3000px;
	background-color: #0099CC;
} /* set flyout BG color and preset the positioning */
 
ul li:hover ul {
  left: 6em;
  top: 4px;
} /* make flyout appear when the LI is hovered */ 
