.glossymenu{
	list-style-type: none;
	margin: 10px 0;
	padding: 0px;
	/*width: 99%;*/
	/*width: auto;*/
	border: 1px solid #9A9A9A;
	/*border-bottom-width: 0;*/
}

.glossymenu ul li {
	width: 100%;
}

.glossymenu li a{
	/*background: white url(../images/zcs.jpg) repeat-x bottom left;*/
	background: white repeat-x bottom left;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	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{
	/*width: 99%;*/
	color: black;
}

.glossymenu li a:hover{
	/*width: 99%;*/
	color: yellow;
	background-image: url(../images/glossyback2.gif);
}

.glossy {
	list-style-type: none;
	margin: 5px 0;
	border: 1px solid #9A9A9A;
	/*border-bottom-width: 0;*/
	/*background: white url(../images/zcs.jpg) repeat-x bottom left;*/
	background: white repeat-x bottom left;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	/*color: black;*/
	/*display: block;*/
	width: auto;
	padding: 3px 0;
	padding-left: 10px;
	/*text-decoration: none;*/
}
.glossy li {
	width: auto;
}

.glossymenu li a#selected {
	background: url(../images/glossyback2.gif) repeat-x bottom left;
	color: white;
}

.glossymenu_li_a_hover {
	/*width: 200px;*/
	list-style-type: none;
	margin: 5px 0;
	border: 1px solid #9A9A9A;
	/*padding: 0;*/
	padding-left: 10px;
	color: white;
	background: url(../images/glossyback2.gif) repeat-x bottom left;
	text-align: center;
	/*vertical-align: middle;*/
}

