.glossymenu, .glossymenu li ul{
list-style-type: none;
/*display:compact;*/
margin: 0;
padding: 0;
text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
width:80; /*WIDTH OF MAIN MENU ITEMS*/
border:#000000 1px ;
}

.glossymenu li{
	position:relative;	
	width: 173;


}

.glossymenu li ul{            /*SUB MENU STYLE*/
position: absolute;
width:220;                    /*WIDTH OF SUB MENU ITEMS*/
z-index:100;
right:-80;
list-style-position:inside;
top: -13;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.glossymenu li a{
background: #E6E3C1 repeat-x bottom right;
font: bold 12px Verdana, Helvetica, sans-serif;
color:#993333;
display: block;
width:220;
padding: 6px;
padding-left: 10px;
text-decoration: none;
border-top:groove;
clip:rect('top', 'left', 'bottom', 'right')
}


.glossymenu .arrowdiv{
position:inherit;
right: 0px;
background: transparent url(css/arrow.gif) no-repeat center left;
}

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

.glossymenu li a:hover{
background-color:#FFFFCC;
color:#993333;

/*background-image: url(glossyback2.gif);*/
}

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

