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

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

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

#menu li a {
font-weight: bold;
height: 20px;
text-decoration: none;
color: #ED9B4F;
display: block;
padding: 0px 35px 0 0px;
background-image:url(images/nav-button.png);
background-position: 0px 0px;
}
	
	
#menu li a:hover {
color: #E96B10;
padding: 0px 34px 0 0px;
background-image:url(images/nav-button.png);
background-position: 0px -20px;
}


