.glossymenu{
	 /*width of menu*/
	/*border: 0px solid #9A9A9A;
	border-bottom-width: 0;
	float: left;
	padding: 0;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	width: 200px;*/
	text-align:inherit;
}

.glossymenu li { list-style:none; padding-left:20px; } 

.glossymenu a.menuitem{
	 /*To help in the anchoring of the ".statusicon" icon image*/
	/*color: white;
	display: block;
	position: relative;width: auto;
	padding-left: 0px;
	text-decoration: none;
	background-color: #CCCCCC;
	padding-top: 5px;
	padding-right:5px;
	padding-left:5px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing:1px;*/
	font-weight: bold;
	color:#000000;
	letter-spacing:1px;
	margin-top:0px;
	/*border-bottom:#bbbbbb 1px solid;*/
	border-bottom:#bbbbbb 1px solid;
	padding-left:0px;
	margin-left:0px;
}


/*.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
font-weight:bold;
background-color: #999999;
}*/

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
left:-20px;
margin-right:0px;
}

/*.glossymenu a.menuitem:hover{
	background-color: #999999;
	color: #333333;
	font-weight:bold;
}*/

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
/*font-family:Verdana, Arial, Helvetica, sans-serif;
background:#f6f6f6;
border:#cccccc 1px solid;
border-bottom:1px #FFFFFF solid;
padding:10px;
padding-bottom:0px;
padding-top:5px;
margin-bottom:0px;
max-width:200px;
margin-left:0px;*/
border-bottom:#bbbbbb 1px solid;
}

.glossymenu div.submenu li{ /*UL of each sub menu*/
/*list-style-type: none;*/
/*margin:5px;
padding:5px;
margin-top:0px;
padding-top:0px;
margin-left:10px;
list-style:url(../images/arrow.gif) outside ;
vertical-align:text-top;*/
font-weight:normal;
letter-spacing:1px;
font-style:normal;
list-style-position:outside;
list-style:none;
background:#e5e5e5;

}

.glossymenu div.submenu ul li{
	border-bottom:#999999 1px dotted;
	padding-left:5px;
	

}

.glossymenu div.submenu li a{
	/*display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	list-style-image:url(../images/arrow.gif); */
	text-align:inherit;
	color:#000000;
	margin-left:5px;
	
}

.glossymenu div.submenu li a:hover{
/*color:#333333;*/
font-weight:bold;
color:#CC3300;
/*colorz: white;*/
}


.li_type { display:block; border:0; width:auto; height:auto; text-decoration:none; display:inline; padding:3px;}
