.glossymenu
{
	width: 211px; /*width of menu*/
	border-top: 1px solid #cccccc;
}

.glossymenu a.menuitem
{
	background: #efefef;
	font: normal 10px Arial, Verdana;
	color: #666666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 6px 6px 6px 10px;
	text-decoration: none;
	border-bottom: solid 1px #cccccc;
	text-transform: uppercase;
}

.glossymenu a.sel
{
	/*background: #888888 url(../images/web/tree_sel.gif) repeat-x;*/
	background-color:#a0a0a0;
	font-weight: bold;
	color: white !important
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
	color: #333333;
}

.glossymenu a.menuitem .statusicon
{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 8px;
	right: 5px;
	border: none;
}

.glossymenu a.menuitem:hover
{
}

.glossymenu div.submenu
{ /*DIV that contains each sub menu*/
	background: white;
	border-bottom: solid 1px #cccccc;
}

.glossymenu div.submenu ul
{ /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.glossymenu div.submenu ul li
{
}

.glossymenu div.submenu ul li a
{
	display: block;
	
	font: normal 10px Arial;
	color: #666666;
	text-decoration: none;
	padding: 6px 0;
	padding-left: 10px;
	text-transform: uppercase;
}

.glossymenu div.submenu ul li a:hover
{
	color: #cc0000;
}

.glossymenu div.submenu  a.sel
{
	background: none;
	color: #cc0000 !important
}

.glossymenu IMG
{
	margin-right: 4px
}