@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}


<style type="text/css">

ul   {width:120px; height:auto;}

li   {list-style-type:none;  font-family: Arial; font-size: 14px; color: #ffcc66; line-height: 30px;}
li a {height:32px; display:block; color: #ffcc66; text-decoration: none;}

li.nav a     {background-image:url(.././nav-buttons/nav_on.png); width:120px; height:30px}
li.nav a:hover     {background-image:url(.././nav-buttons/nav_off.png); width:140px; height:32px}

li.priceButton a {background-image:url(.././nav-buttons/g_nav_on.png);}
li.priceButton a:hover {background-image:url(.././nav-buttons/g_nav_off.png);}


</style>