.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100px; /*WIDTH OF MAIN MENU ITEMS*/
	/* border: 1px solid black; */
}

.glossymenu li{
	position: relative;
}

.glossymenu li a{


	/*background: black url(glossyback.gif) repeat-x bottom left;
	font: bold 12px Verdana, Helvetica, sans-serif;*/

	color: black;
	display: block;
	width: auto;
	padding: 0px 0;
	padding-left: 0px;
	text-decoration: none;
	
}

 /*SUB MENU STYLE*/
.glossymenu li ul{
	position: absolute;
	width: 100px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.glossymenu li ul li{
	float: left;
}

.glossymenu li ul a{
	width: 100px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}


.glossymenu .arrowdiv{
	position: absolute;
	right: 10px;
	background: transparent url(arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: black;
}

.glu{
	/* background: url(glossyback.gif) repeat-x bottom left; */
	background-color: #efefef;
	padding: 2px 0;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;	
	border: 1px solid black;
	color: #000000;
}

.glu a{
	color: #000000;
}

.glu a:hover{
	color: #ff0000;
}

.glossymenu li ul a:hover{
	color: #f27d00;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
