.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	background: white url(glossyback.gif) repeat-x bottom left;
	display: block;
	width: auto;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEF200;
	border-right-color: #FEF200;
	border-bottom-color: #FEF200;
	border-left-color: #9C9C9C;
}.glossymenu li ul li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 192px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FEF200;
	border-right-color: #F8CB10;
	border-bottom-color: #F8CB10;
	border-left-color: #F8CB10;
}

.glossymenu li ul li{

}

.glossymenu li ul a{
	margin: 0px;
	text-align: right;
	padding: 0px;
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background-color: transparent;
	background-image: url(../images/bckp-lnk-sub.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 20px;
	width: 20px;
}

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

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

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

