.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
}

.glossymenu ul{
margin:0px; padding:5px 0px 15px 0px;
}
.glossymenu li{
position: relative;
}

.glossymenu li a{

font: normal 11px Arial, Helvetica, sans-serif;
color: #000;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 200px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}


.submenu
{
  width: 168px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background-color:#FFFFCC;
color: #333333;
}

.submenu a
{
width: 168px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background-color:#FFFFCC;

}

.subLink a:hover
{
 background-color:#FF9999;
 background-image:url(images/menu_bg.jpg) repeat;list-style:none;
 
}

.glossymenu .arrowdiv{
  position: absolute;
  right: 2px;

}
.menu
{
 background:url(images/list.jpg) no-repeat bottom; list-style:none;padding-left:25px;
}
/*
.menu a:visited, .menu a:active{
background:url(images/list.jpg) no-repeat bottom; list-style:none; 
}

.menu a:hover{
background:url(images/list.jpg) no-repeat bottom; list-style:none;
}
*/

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%;}
/* End */