

.glossymenu, .glossymenu li ul{
	font:   110%   ;
list-style-type: none;
margin: 0;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 5px;
padding: 0;
width: 180px; /*WIDTH OF MAIN MENU ITEMS*/
 
}

.glossymenu li{
font:   110%   ;
position: relative;
}

.glossymenu li a{
background: #effbe3 url(cub.gif) no-repeat center left;
font:   110%   ;
color: #117010;
display: block;
width: auto;
padding: 2px 0;
padding-left: 20px;
text-decoration: none;
margin-left:5px;

}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 180px; /*WIDTH OF SUB MENU ITEMS*/
color: #117010;
background: #effbe3;
left: 0;
top: 0;
margin-left: 0px;
display: none;
font:   110%   ;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
font:   110%   ;
color: #117010;
background-color: #effbe3;
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
	font:   110%   ;
position: relative;
right: 2px;
padding-right:10px;
background:  url(arr.gif) no-repeat center right ;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: #117010;
	font:   110%   ;

}

.glossymenu li a:hover{
	font:   110%   ;
 color: #f4c61d;
 background-color:  #fff   ;

}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */