.glossymenu, .glossymenu li ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 150px; /* main menu item width */
	border: none;
	/* height:420px;  main menu height (shown with border) */
}

/* without real a hrefs the color attribute works 
   but with a real a href the color is overriden by:
	 .glossymenu li a:visited, .glossymenu li a:active{
*/
.glossymenu li a {
	background: white url("images/glossyback.gif") repeat-x bottom left;
	font: 0.75em Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	list-style-type: none;
	width: auto;
	padding: 5px 0;
	padding-left: 5px;
	text-decoration: none;
}

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

.glossymenuindent li a:visited, .glossymenuindent li a:active{
color: white;
}

.glossymenuindent li a {
	display: block;
	background: white url("images/glossyback.gif") repeat-x bottom left;
	color: red;
	left:5px;
}



/* spacer */
.glossymenuspacer, .glossymenuspacer li ul{
	font: bold 0.9em Verdana, Helvetica, sans-serif;
	color:#CCCCCC;
	display: block;
	list-style-type: none;
	width: auto;
	padding: 5px 0;
	padding-left: 5px;
	height: 20px;
	background-color:#D64714; /*#FFFF99;*/
	background: white url("images/glossyback.gif") repeat-x bottom left;
	text-align:left;
}


.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url("images/arrow.gif") no-repeat center right;
}

.glossymenu li a:hover{
background-image: url("images/glossyback2.gif");
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
