/* CSS Document */

.glossymenu
{
	margin-top:-1px;
	position:relative;
	padding: 0px 0px 1px 0px;
	width: 231px; /*width of menu*/
	background:url(../images/leftnav_borderbottom.gif) no-repeat bottom;
}


.glossymenu a.menuitem
{
	background: url(../images/leftnav_li.gif) no-repeat;
	font: normal 11px arial, Verdana, Helvetica, sans-serif;
	color:#959595;
	display: block;
 	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px 24px 10px 23px;
	text-decoration: none;
	height: 9px;	
}

*html .glossymenu a.menuitem { padding-bottom:5px}

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

.glossymenu a.menuitem:active
{
	background: url(../images/leftnav_li_hover.gif);
	color:#cf2527;
}


.glossymenu a.menuitem_selected
{
	background: url(../images/leftnav_li_hover.gif) no-repeat;
	font: normal 11px arial, Verdana, Helvetica, sans-serif;
	color:#959595;
	display: block;
 	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 10px 24px 10px 23px;
	text-decoration: none;
	height: 9px;	
}



.glossymenu a.menuitem:hover
{
	background-image: url(../images/leftnav_li_hover.gif);
	color:#CF2427;
}

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

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



.glossymenu div.submenu ul li a
{
	display: block;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #959595;
	text-decoration: none;
	padding: 3px 2px 0px 40px;	
	height: 21px;
	width:auto;
	background-color:Transparent;
}
.glossymenu div.submenu ul li a:active
{

	color:#959595;
}
.glossymenu div.submenu ul li a:hover
{

	color:#959595; text-decoration:underline;
}

