.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 196px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
	background: white url(menu_bg.jpg) repeat-x left bottom;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	color: #24420E;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
	text-align: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ADB88E;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	width: 196px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

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

.glossymenu li a:visited, .glossymenu li a:active{
}

.glossymenu li a:hover{
	background-image: url(menu_bgh.jpg);
}

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