.glossymenu{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	width: 170px;
	border: 1px solid #DADADA;
	border-bottom-width: 0;
}

.glossymenu li a{
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #333333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;

}


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

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

.glossymenu li a:hover{
	background-image: url(../images/glossyback2.gif);
	color: #4B8FCC;
}
.glossymenu span {
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 11px Arian Helvetica, sans-serif;
	color: #333333;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	text-decoration: none;
}
