
/*--------body---------*/
/*-----Menu Left---------*/
.text { font:Arial; color:#da2128; font-size:11px}
.glossymenu
{
	margin: 5px 0;
	padding: 0;
	width: 180px; /*width of menu*/
	border-bottom: 1px solid #dbdbdb;
	border-bottom-width: 0;
}

.glossymenu a.menuitem
{
	background: white url(glossyback.gif) repeat-x bottom left;
	font: bold 10pt arial;
	color: #2e77de;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-top: 5px;
	text-decoration: none;
	border-bottom: 1px solid #dbdbdb;
}
.padding_leftITEM
{	color: #2e77de;
	padding-left: 20px;
	padding-top: 0px;
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active
{
	color: #666666;
}

.glossymenu a.menuitem .statusicon
{
	/*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	left: 0px;
	border: none;
}

.glossymenu a.menuitem:hover
{
	background-image: url(glossyback2.gif);
}

.glossymenu div.submenu
{
	/*DIV that contains each sub menu*/
	background: white;
}

.glossymenu div.submenu ul
{
	/*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 5px;
}

.glossymenu div.submenu ul li
{
	border-bottom: 1px dotted #dbdbdb;
}

.glossymenu div.submenu ul li a
{
	display: block;
	font: normal 11px arial;
	color: #666666;
	text-decoration: none;
	padding: 8px 0 3px 5px;
}

.glossymenu div.submenu ul li a:hover
{
	background: #FAFAFA;
	color: #da2128;
}

/*-----*/


