.glossymenu{
	list-style-type: none;
	padding: 0;
	width: 190px;
	border-bottom-width: 0;
	margin-right: 0;
	margin-left: 0;
}

.glossymenu li a{
	background: white url(../images/glossyback.gif) repeat-x bottom left;
	font: bold 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #333333;
	display: block;
	width: auto;
	padding-left: 30px;
	text-decoration: none;
	height: 25px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 3px;
}


* 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: #000000;
}




