.glossymenu{
margin: 0px;
padding: 0;
width: 170px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #fcd560;
font-size: 11px;
font-family: Verdana, san-serif; 
color: #666699;
text-decoration: none;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 180px;
padding: 10px;
border-top: 1px solid #666699; 
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #666699;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
         display: block; 
         width: 180px; 
         border-top: 1px solid #666699; 
         padding: 10px; 
         color: #666699;
         background: #CCCCFF;          
         text-decoration: underline;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #fcd560;
display: block; 
width: 180px; 
padding-left:10px;
padding-right:10px;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0;
}

.glossymenu div.submenu ul li a{
display: block;
font-size: 11px;
font-family: Verdana, san-serif; 
text-decoration: none;
color: #666699;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
color: #666699;         
text-decoration: underline;
background: #DFDCCB;
}

       

a.nav:link {
         display: block; 
         width: 180px; 
         border-top: 1px solid #666699; 
         padding: 10px; 
         text-decoration: none;
         color: #666699;
         background: #fcd560;
         }

a.nav:visited {
         display: block; 
         width: 180px; 
         border-top: 1px solid #666699; 
         padding: 10px; 
         text-decoration: none;
         color: #666699;
         background: #fcd560;
         }

a.nav:active {
         display: block; 
         width: 180px; 
         border-top: 1px solid #666699; 
         padding: 10px; 
         text-decoration: none;
         font-weight: bold;
         background: #fcd560;
         color: white;
         }

a.nav:hover {
         display: block; 
         width: 180px; 
         border-top: 1px solid #666699; 
         padding: 10px; 
         color: #666699;
         background: #CCCCFF;          
         text-decoration: underline;
         }


      