.glossymenu{
margin: 2px 0;
padding: 0px 0;
width: 170px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
/* height:243px; */
}

.glossymenu a.menuitem{
background: white  repeat-x bottom left;
font: bold 13px arial,verdana,sans-serif;;
color: blue;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 3px;
padding-left: 18px;
text-decoration: none;
 /* border-bottom: thin solid */
}


.glossymenu a.menuitem:visited{
color: blue;
}


.glossymenu a.menuitem:active{
color: blue;
}


.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 2px;
right: 2px;
border: none;
}


.glossymenu a.menuitem:hover{
/* background-image: url(images/glossyback2.gif);  */
}


/*DIV that contains each sub menu*/
.glossymenu div.submenu{        
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 0px solid blue;
}


.glossymenu div.submenu ul li a 
{
display: block; 
font: normal 13px helvetica,arial,verdana,sans-serif;
color: #004B91;       /* dark blue */ 
text-decoration: none;
padding:0px ;
padding-left: 18px;
}


.glossymenu div.submenu ul li a:hover{
/*  background: #DFDCCB;  */
 color:rgb(254,102,0)
}

#submenuhighlight{
	
	display: block; 
font: bold 11px arial,verdana,sans-serif;
/* background: #DFDCCB; */
 color:rgb(254,102,0);
text-decoration: none;
padding:0px ;
padding-left: 18px;
font: normal 13px helvetica,arial,verdana,sans-serif;
	
	
}






