.glossymenu { 
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}

.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0px;
padding: 0px;
\width:237px;
w\idth:237px;
width: 237px; /*WIDTH OF MAIN MENU ITEMS*/
border: 2px solid #a48526;
background-color: #C2A13D;
}

.glossymenu li
{
position: relative;
}

.glossymenu li {
margin: 0px;
padding: 0px;
padding-top: 0;
padding-bottom: 0;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 237px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
color: white;
display: block;
\width:237px;
w\idth:237px;
width:237px;
padding: 10px 0px 10px 0px;
text-decoration: none;
}

.glossymenu .test, .glossymenu .test:Visited{
	color: #334a94;
	font-weight: bold;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(images/arrow.gif) no-repeat center right;
padding:0px;
margin:0px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}

.menuspacer{
border: 0px;
padding: 0px;
margin: 0px;
margin-left: 10px;
margin-right: 10px;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
* html .glossymenu .test { height: 1%; }
/* End */

