                                     
                                            
.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
  /* border: 1px solid #9A9A9A;  */
border: 0 solid #00487D; /* dark blue */
border-bottom-width: 0;
/*background-color:#BFE4FF;  /* light blue */
 	background-color:#D7D7D7; /* grey */
}

.glossymenu li a, .glossymenu dt a, .glossymenu dd a{
   /* background-color:#D7D7D7;   /* grey */ 
   /* background-color:#0066B3; /* medium dark blue */
   background-color:#00487D; /* dark blue */
   /*background: white url(../include/glossyback.gif) repeat-x bottom left;*/
   font: bold 13px Arial, "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
   color: white;
   display: block;
   /*width: auto;*/
   height:100%;
   width:100%;
   padding: 3px 0;
   padding-left: 10px;
   text-decoration: none;
}

* html .glossymenu li a{                                                                       
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:active{
color: white;
}

.glossymenu li a:hover, .glossymenu dt a:hover, .glossymenu dd a:hover{
/*color: #A5B5C6;*/
   color:yellow;
   display:block;
   /* background-color:#0066B3 */  /* grey */
   /* background-color:#BFE4FF;  /* light blue */
   background-color:#80C9FF;  /* medium light blue */
;  /* medium light blue */
   /*background-image: url(../include/glossyback2.gif);*/
}

