.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px;/* all browsers including Mac IE */
*width:210px;/* IE 8 and below */
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background: white url(../Files/ImageGallery/Icons/submenu_pat_norm.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color:#004890;
display: block;
width: 200px;/* all browsers including Mac IE */
*width:210px;/* IE 8 and below */
padding: 10px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li a.current{
background: white url(../Files/ImageGallery/Icons/submenu_pat_pressed.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color:#004890;
display: block;
width: 200px;/* all browsers including Mac IE */
*width:210px;/* IE 8 and below */
padding: 10px 0;
padding-left: 10px;
text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 200px;/* all browsers including Mac IE */
*width:210px;/* IE 8 and below */
left: 0;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 200px;/* all browsers including Mac IE */
*width:210px;/* IE 8 and below */
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(Files/ImageGallery/Icons/arrow.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color:#004890;
}

.glossymenu li a:hover{
background-image: url(../Files/ImageGallery/Icons/submenu_pat_pressed.gif);
width: 200px;/* all browsers including Mac IE */
*width:210px;/* IE 8 and below */
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */