.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 165px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid #5298c9;
}

.glossymenu li{
position: relative;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 0px 0;
padding-left: 2px;
text-decoration: none;
}
.glossymenu li a{
background: #5298c9 url(../../../Department/Mechanical/arrow.gif) no-repeat center left;
border-bottom:1px solid #ffffff;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li h4{ color:#FF9900;
}

.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;font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;

text-decoration: none;
}

.glossymenu li ul a{
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;


text-decoration: none;
 /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
position: absolute;
right: 5px;
background: transparent url(../../../Department/Mechanical/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;

text-decoration: none;
}

.glossymenu li a:hover{
background: #FF9900 url(../../../Department/Mechanical/arrow.gif) no-repeat center left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */
