<style type="text/css">
/* ********************************************* 
* This notice MUST stay intact for legal use.
* This script was created for FREE CSS Menus.
* Visit: www.freecssmenus.co.uk for more CSS. 
* Also visit our Free online menu creator.
************************************************ */ 
/* credits: www.freecssmenus.co.uk */
.nav{ font: bold 13px Arial;
width: auto;
}
.nav ul{ margin: 0;
padding: 0;
float: left;
width: auto;
border: 1px solid #555555;
border-width: 1px 0;
background: black url(agreen276.gif) repeat-x;
}
.nav ul li{ display: inline;
}
.nav ul li a{ float: left;
color: #3399FF;
padding: 10px 20px;
text-decoration: none;
border-right: 1px solid #555555;
border-left: 1px solid #555555;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-weight: bold;
}
.nav ul li a:visited{ color: #3399FF;
}
.nav ul li a:hover, .nav ul li .current{ color: white;
background-color:#66CC66;
padding-top: 11px;
padding-bottom: 9px;
padding-right: 18px;
padding-left: 22px;
}

</style>
