.glossyHead{
list-style-type: none;
margin: 0px 0;
padding-left: 2px;
width: 165px;
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossyHead li a{
background: white url(../Images/chromebg2.gif) center center repeat-x;
font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: "#710000";
display: block;
width: auto;
padding: 3px 0;
padding-left: 5px;
text-decoration: none;

}


* html .glossyHead li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 165px;
}

.glossyHead li a:visited, .glossyHead li a:active{
color: black;
}

.glossyHead li a:hover{
color: "#710000";
background-image: url(../Images/chromebg2.gif) center center repeat-x;
}

