.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: url(../images/new/mbu2.png) repeat-x bottom left;
font: 12px Roboto,Verdana, Helvetica, sans-serif;
color:#c9def1;
display: block;
width: auto;
height:30px;
padding
padding-left: 5px;
text-decoration: none;
vertical-align:middle;
line-height:30px;
}
.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 130px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 130px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
height:30px;
background-image:url(../images/new/mbu2.png);
}

.glossymenu .arrowdiv{
position: absolute;
right: 8px;
background: transparent url(../images/arrow.png) no-repeat center right;
}


.glossymenu li a:hover{
background-image: url(../images/new/mbu.png);
color:yellow;
}

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