@charset "utf-8";
/* CSS Document */

.glossymenu{
margin: 0px;
width: 284px; /*width of menu*/
border-bottom-width: 0;
}

.glossymenu a.menuitem{
	font: bold 14px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	text-decoration: none;
}



.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #000000;
background-image:url(../images/submenu_bg.gif);
background-position:top;
background-repeat:no-repeat;

}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}



.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Trebuchet MS", Trebuchet, Verdana, Sans-serif;
color: #a39f6a;
text-decoration: none;
padding: 2px 0;
padding: 10px;
text-align:justify;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
color: white;
}

.submen {
	font-family:"Trebuchet MS", Trebuchet, Verdana, Sans-serif;
	font-size:12px;
	color: #a39f6a;
	text-align:justify;
	padding:10px;
}
