.glossymenu{
margin: 5px 0;
padding: 0;
width: 200px; /*width of menu*/
border: 0px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: black url(../images/MenuHeader.jpg) ;
font: bold 12px Arial, Helvetica, sans-serif;
color: #5e7e04;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 25px;
text-decoration: none;
border-bottom:1px solid #f5f8c6;
}

.glossymenu a.select{
background: black url(../images/MenuHeader.jpg) ;
font: bold 12px Arial, Helvetica, sans-serif;
color:#004400;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 25px;
text-decoration: none;
border-bottom:1px solid #f5f8c6;
}

.glossymenu a.menuitem1{
background: black url(../images/MenuHeader2.jpg) ;
font: bold 12px Arial, Helvetica, sans-serif;
color: #004400;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 5px 0;
padding-left: 25px;
text-decoration: none;
border-bottom:1px solid #f5f8c6;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #5e7e04;

}

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

.glossymenu a.menuitem:hover{
background-image: url(../images/MenuHeader.jpg);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #fafbe1;
padding-left:0px;
}

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

}

.glossymenu div.submenu ul li{
border-bottom: 1px solid #f2f5c7;
padding-left:0px;
background:url(arrow.gif) no-repeat;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 12px Arial, Helvetica, sans-serif;
color: #a1aa0d;
text-decoration: none;
padding: 5px 0;
padding-left: 35px;

}

.glossymenu div.submenu ul li a:hover{

}

.glossymenu div.submenu ul li a.selected{
color: #5e7e04;
}
