#menu {
clear: left;
float: left;
width:180px;
margin: 0px 0 0px 0px;
padding: 0;
text-align: right;
font-family: trebuchet ms, verdana, tahoma;
}

#menu ul {	
list-style: none;
width: 180px;
margin: 0 0 0px 0;
padding: 0;
}	

#menu li {
margin-bottom: 5px;
}

#menu li a {
font-weight: normal;
height: 25px;
text-decoration: none;
color: #767A7D;
display: block;
padding: 3px 35px 0 0px;
background-image:url(images/nav-button.png);
background-position: 0px 0px;
}
	
	
#menu li a:hover {
color: #505D58;
padding: 3px 35px 0 0px;
background-image:url(images/nav-button.png);
background-position: 0px -25px;
}


