.glossymenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 297px; /*WIDTH OF MAIN MENU ITEMS*/
border: 1px solid black;
}

.glossymenu2{
list-style-type: none;
margin: 0;
padding: 0;
width: 297px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 297px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid black;
}

.glossymenu li{
position: relative;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 120px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
z-index: 10;
}

.menu{
background-color: #333333;
font: normal 12px Century Gothic, Verdana, Arial, sans-serif;
color: black;
display: block;
width: auto;
padding: 0px 0;
padding-left: 0px;
text-decoration: none;
cursor: hand; cursor: pointer;
}

.submenu{
background-color: #333333;
font: normal 16px Century Gothic, Verdana, Arial, sans-serif;
color: #EEEEEE;
display: block;
width: auto;
padding-left: 0px;
text-decoration: none;
cursor: hand; cursor: pointer;
border: 0px solid #CCCCCC;
border-top-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;

filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
}

.submenu2{
background-color: #333333;
font: normal 16px Century Gothic, Verdana, Arial, sans-serif;
color: #EEEEEE;
display: block;
width: auto;
padding-left: 0px;
text-decoration: none;
cursor: hand; cursor: pointer;
border: 0px solid #CCCCCC;
border-top-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
z-index: 100;
filter:alpha(opacity=95);
-moz-opacity: 0.95;
opacity: 0.95;
}

.submenuOver{
background-color: #555555;
font: normal 17px Century Gothic, Verdana, Arial, sans-serif;
color: #EEEEEE;
display: block;
width: auto;
padding-left: 0px;
text-decoration: none;
cursor: hand; cursor: pointer;
border: 1px solid #CCCCCC;
border-top-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-right-style: solid;
}

.glossymenu li a:visited{
color: red;
text-decoration: none;
cursor: hand; cursor: pointer;
}

.glossymenu li a:active, .glossymenu li a:link{
color: #333333;
text-decoration: none;
cursor: hand; cursor: pointer;
}

.glossymenu li a:hover{
color: #FFFFFF;
text-decoration: none;
cursor: hand; cursor: pointer;
font-weight: bold;
}

.glossymenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent center right;
}

/* Holly Hack for IE \*/
* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
/* End */

