

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

.glossymenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px solid #9A9A9A;
text-indent:20;
border-bottom-width: 0;
}



.glossymenu li a{
background: white url(images/menuinactive.gif) repeat-x bottom left;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 2px 0;
padding-left: 10px;
text-decoration: none;

}


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

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
text-decoration: none;
}

.glossymenu li a:hover{
background-image: url(images/menuactive.gif);
color: #F99D1C;
text-decoration: none;
}

.glossymenu em {
color:#F99D1C;
font-style:normal;
}

