.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 165px; /*WIDTH OF MAIN MENU ITEMS*/
border:solid 1px #1c65c9;
background-color:White;

}

.glossymenu li{
position: relative;

}

.glossymenu li a.glo{
/*background: white url(glossyback.gif) repeat-x bottom left;*/
font: bold 12px tahoma;
color: white;
display: block;
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
background-color:#2f79ab;
}
.glossymenu li a.glo:hover{
/*background: white url(glossyback.gif) repeat-x bottom left;*/
font: bold 12px tahoma;
color:#fce163;
display: block;
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
}
.glo_sub
{
background-color:#2f79ab;
font:  12px tahoma;
color: white;
display: block;
width: auto;
padding: 6px 0;
padding-left: 20px;
text-decoration: none;
}
.glo_sub:hover
{
background-color:#2f79ab;
font:  12px tahoma;
color:#fce163;

display: block;
width: auto;
padding: 6px 0;
padding-left: 20px;
text-decoration: none;
}
.glo_sub_hover
{
background-color:#2f79ab;
font:  12px tahoma;
color: white;
display: block;
width: auto;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
}
.glo_sub_hover:hover
{
background-color:#2f79ab;
font:  12px tahoma;
color:#fce163;
display: block;
width: 165px;
padding: 6px 0;
padding-left: 10px;
text-decoration: none;
}
.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 165px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 165px; /*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:active{
color: yellow;
font-size:12px;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
font-size:12px;
text-decoration:none;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */