ul#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; 
    background-color:none;
    border:0px solid white;
}



ul#menu li {	
    margin:0; }
	


ul#menu li ul {
	list-style:none;
    margin:0;
    padding:0;
}



ul#menu li a {
	display: block;
	text-decoration: none;
	font-size:11px;
font-family:verdana,geneva,helvetica,arial,sans-serif;
color:#666666;
border-bottom:1px solid #eeeeee;
padding:3px;
padding-left:10px; /* IE6 Bug */
    width:100%;
}



html>body #menu li a {
    width: auto;
}



ul#menu a:hover {
    background: #eeeeee;
}



ul#menu li a#menu_current_item{
    background-color:#eeeeee;
}



ul#menu li a#menu_current_item:hover{
    background: #ffffff;
}

