div#content div#sidebar div#main-menu {
margin: 0;
width: 171px;
position: relative;
top: -7px;
z-index:1000;
}

div#content div#sidebar div#main-menu_bottom {
height: 7px;
width: 171px;
background: transparent url(../img/main-menu_bottom.png) top left no-repeat;
position: relative;
top: -7px;
}


.glossymenu, .glossymenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 1701x; /*WIDTH OF MAIN MENU ITEMS*/
border-top:1px solid #000000;
}

.glossymenu li{
position: relative;
}

.glossymenu li a{
background-color:#2E3D92;
font: 0.9em Arial, Helvetica, sans-serif;
color: white;
display: block;
padding: 10px 0;
padding-left: 20px;
text-decoration: none;
border-bottom:1px solid black;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
position: absolute;
 /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
border:1px solid #2E3D92;
border-right:2px solid #2E3D92;
}

.glossymenu li ul li{
float: left;
color:black;
}

.glossymenu li ul a{
width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
background-color:#edeffa;
color:black;
border-bottom:1px solid #2E3D92; 
}

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

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

.glossymenu li ul li a:visited{
color: black;
}
.glossymenu li a:hover{
background: #edeffa url(../img/bullet_over.png) no-repeat 8px 14px;
color:black;
}

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