.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 200px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid grey;
z-index:9999;
}

.glossymenu li{
position: relative;
z-index:9999;
}

.glossymenu li a{
background: white url(glossyback.gif) repeat-x bottom left;
font: 11px Verdana, Helvetica, sans-serif;
color: grey;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
z-index:9999;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 190px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
z-index:9999;
}

.glossymenu li ul li{
float: left;
z-index:9999;
}

.glossymenu li ul a{
width: 200px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
z-index:9999;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
z-index:9999;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: grey;
z-index:9999;
}

.glossymenu li a:hover{
background-image: url(glossyback2.gif);
z-index:9999;
}




#footer a{color:#444444;font-weight:bold} .border{background:url(images/border_tall.gif) top repeat-x}.border .btall{background:url(images/border_tall.gif) bottom repeat-x}.border .ltall{background:url(images/border_tall.gif) left repeat-y}.border .rtall{background:url(images/border_tall.gif) right repeat-y}.border .tleft{background:url(images/border_tl.gif) top left no-repeat}.border .tright{background:url(images/border_tr.gif) top right no-repeat}.border .bleft{background:url(images/border_bl.gif) bottom left no-repeat}.border .bright{background:url(images/border_br.gif) bottom right no-repeat;width:100%}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */