<style type="text/css">


#glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 160px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

#glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: bold 12px sans-serif;
color: white;
display: block;
width: auto;
padding: 2px 0;	/* Top-Bottom cell spacing*/
padding-left: 10px;
text-decoration: none;
}

* html #glossymenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 135px;
}

#glossymenu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#glossymenu li a:visited, #glossymenu li a:active{
color: white;
}

#glossymenu li a:hover{
background-image: url(glossyback2.gif);
}

</style>
