.glossymenu{
margin: 0;
padding: 0;
width: 300px;

}

.glossymenu a.menuitem{
	background:  url(images/white-bar.gif) repeat-x bottom left;
	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;
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color:#838383;
	
}

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


.glossymenu a.menuitem:hover{
color:#838383;
}

.glossymenu a.menuitem:active{
 color:#838383;
}

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

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



.glossymenu div.submenu ul li a{
display: block;
font: normal 11px Arial;
color:#838383;
text-decoration: none;
padding: 2px 0;
padding-left: 10px; line-height:18px;
}

.glossymenu div.submenu ul li a:hover{font: bold 11px Arial;
	color:#6E6E6E;
	background-image: url(images/arrow-up-title);
	background-repeat: no-repeat;
	
	line-height:18px;
}