
.glossymenuUser{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 250px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
margin-right:10px;
}

.glossymenuUser li a{
background: white url(/images/glossyback.gif) repeat-x bottom left;
font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 8px 0;
padding-left: 40px;
text-decoration: none;
margin-right:20px;

}


* html .glossymenuUser li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenuUser li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenuUser li a:hover{
background-image: url(/images/glossyback2.gif);
}
