.glossymenu{
margin: 5px 0;
padding: 0;
width: 240px; /*width of menu*/
font: normal 11px "Copperplate Gothic Bold";
background-color:#A1864F;
background-position:center;
text-align:center;
text-decoration: none;
cursor:pointer;
}

.glossymenu a.menuitem{
background: #a1864f;
font: normal 11px "Copperplate Gothic Bold";
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px 0;
padding-left: 10px;
text-decoration: none;
background-position:center;
height:20px;
text-align:center;
cursor:pointer;

}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
font: normal 11px "Copperplate Gothic Bold";
background-position:center;
height:20px;
text-align:center;
text-decoration: none;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
font: normal 11px "Copperplate Gothic Bold"; color:#a1864f;
background-position:center;
text-align:center;
text-decoration: none; 
}

.glossymenu a.menuitem:hover{
font: normal 11px "Copperplate Gothic Bold";
background-position:center;
height:20px;
text-align:center;
text-decoration: none;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background:#e8d9a0;
font: normal 11px "Copperplate Gothic Bold";
text-decoration: none;
background-position:center;
text-align:center; }

.glossymenu div.submenu ul{ /*UL of each sub menu*/

list-style-type: none;
font: normal 11px "Copperplate Gothic Bold"; color:#86662b;
margin: 0;
padding: 0;
background-position:center;
text-align:center;
text-decoration: none;
}

.glossymenu div.submenu ul li{
height:20px;
font-family:"Bookman Old Style"; font-size:11px;
background-position:center;
text-align:center;
text-decoration: none; 
}

.glossymenu div.submenu ul li a{
display: block;
background-color:#e8d9a0;
height:20px;
font-family:"Bookman Old Style"; font-size:11px;
color: #996600;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
background-position:center;
text-align:center;
text-decoration: none;
}

.glossymenu div.submenu ul li a:hover{
height:20px;
text-align:center;
   font-family:"Bookman Old Style"; font-size:11px;
   cursor:pointer;	
   color: #503e22;
   text-decoration:underline;
   font-weight:bold;
   cursor:pointer;
   text-decoration: none;

}
