html { overflow-x: hidden; overflow-y: auto; } 

form { display:inline; }
img  { vertical-align:middle; border:0px }
BODY { font-family: arial; font-size: 11px; color: #000; margin:0px 10px 0px 10px;background-color:#070707;
background-image:url();
background-repeat:repeat-y;
background-attachment:fixed;}

table{ font-family: arial; font-size: 11px; color: #000}

a:link, a:visited, a:active { font-family:georgia;text-transform:uppercase; letter-spacing:2px; font-size:8px; color:#444433;text-decoration:none }
a:hover { color:#fff; text-decoration:none }

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

.glossymenu li{
position: relative;
background:none;
}

.glossymenu li a{
background: #121212 url() repeat-x bottom left;
font: bold 8px cambria;
color: #5f604a;
display: block;
width: auto;
padding: 3px 0;
padding-left: 1px;
text-transform:uppercase;
letter-spacing:1px;
text-decoration:none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 120px; /*WIDTH OF SUB MENU ITEMS*/
left: 12px;
top: 0;
display: none;
}

.glossymenu li ul li{
float: left;
}

.glossymenu li ul a{
width: 150px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
color: #5f604a;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url() no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover{
background-color:#acac81;
color: #5f604a;
}

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