@charset "utf-8";

.glossymenu ul{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 18em;
/*border: 1px solid #800040;*/
border-bottom-width: 0;
text-align: left;
}

.glossymenu ul li a:link, .glossymenu ul li a:visited{
/*background: white url(/assets/images/glossyback.gif) repeat-x bottom left;*/
font: normal 1.0em Verdana, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 3px 0;
padding-left: 1em;
text-decoration: none;
border-bottom: 1px solid #800040;
border-right: 1px solid #800040;
margin-top: 1em;

}


* html .glossymenu ul li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 17em;
}



.glossymenu ul li a:hover{
/*background-image: url(/assets/images/glossyback2.gif);*/
color: #800040;
border-right: 3px solid #800040;
font: bold 1.0em Verdana, Helvetica, sans-serif;
}
.glossymenu ul li a:active{
color: #800040;
font: bold 1.0em Verdana, Helvetica, sans-serif;
}
