.glossymenu{
padding: 0;
width: 200px; /*width of menu*/
/*border: 1px solid #6d4214;*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background:  url(/images/menu.png) left no-repeat;
font-size:12px;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: 180px;
height:18px;
padding:6px 10px;
text-decoration: none;
margin:0 0 2px 0;
text-shadow: 1px 1px 2px #3c0000;
filter: dropshadow(color=#3c0000, offx=1, offy=1);
}


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

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

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

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

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

.glossymenu div.submenu ul li{
border-bottom: 1px solid gray;
}

.glossymenu div.submenu ul li a{
display: block;
font-size:11px;
color:  #5C5C5C;
text-decoration: none;
padding: 5px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #333333;
color: white;
}
