#menu {
width: 200px;
padding: 0 0 0 0;
margin-bottom: 1em;
font-size: 11px;
font-weight: normal;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #fbd366;
color: #333;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}	
	
#menu li {
border-bottom: 1px solid #90bade;
margin: 0;
width: auto;
}

#menu li a {
display: block;
padding: 3px 0px 3px 0.5em;
border-left: 5px solid #000000;
border-right: 5px solid #000000;
background-color: #fbd366;
color: #000000;
text-decoration: none;
width: auto;
}

#menu li a:hover {
border-left: 5px solid #000000;
border-right: 5px solid #000000;
background-color: #000000;
color: #fbd366;
}

.menutopcolor {
width : auto;
font-family : Verdana, Arial, Helvetica, sans-serif;  
font-size : 10px; 
text-align : left; 
font-weight : bold; 
background-color : #000000; 
padding-top : 3px; 
padding-bottom : 4px; 
padding-left : 4px; 
border-left: 5px solid #000000;
display : block; 
}

.raquo {
font-size : 10px; 
font-weight: bold;
color : #fbd366;  
font-family : Verdana, Arial, Helvetica, sans-serif; 
text-decoration : none; 
} 	

.menutoptxt {
font-size : 11px; 
font-weight : bold; 
color : #fbd366; 
font-family : verdana, arial, helvetica, sans-serif;
text-decoration : none; 
}
	
