ul.nav{                     /* all lists */
	padding: 0;
	margin: 0;
	list-style: none; 
}
#nav a {
display:block;
width:99px;
}

#nav li { 
 background: url("images/menu_option.jpg") no-repeat;
 cursor:pointer;
 height: 27px;
 width: 178px;
}
#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
 left: auto;
}

#nav a{
 padding:2px 10px;
 font: 13px verdana;
width: 178px;
 color:#ad002c;
 font-weight: bold;
 text-decoration: none;
}
#nav a:hover{
 color: orange;
}