.glossymenu{
	margin: 		0;
	padding: 		0;
	width: 			182px; /*width of menu*/

}

.glossymenu a.menuitem_title{
	background: 		#ECECEC;
	font: 			12px Arial;
	color: 			#181412;
	display: 		block;
	position: 		relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 			auto;
	padding: 		2px 0;
	padding-left: 		10px;
	text-decoration: 	none;

}

.glossymenu a.menuitem{
	background: 		#ECECEC;
	font: 			12px Arial;
	color: 			#181412;
	display: 		block;
	position: 		relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 			auto;
	padding: 		2px 0;
	padding-left: 		25px;
	text-decoration: 	none;
	
}

.glossymenu a.menuitem_bottom{
	background: 		#ECF0F7;
	font: 			bold 12px Arial;
	color: 			#5885B2;
	display: 		block;
	position: 		relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: 			auto;
	padding: 		5px 0;
	padding-left: 		10px;
	text-decoration: 	none;

}


.glossymenu a.menuitem_bottom:visited, .glossymenu .menuitem:active{
	color: 			#5885B2;
}

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

.glossymenu a.menuitem_bottom:hover{
	background: 		#C9D4E8;
}



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

}

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

.glossymenu a.menuitem:hover{
	background: 		#DFDFDF;
}


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

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	list-style-type: 	none;
	margin: 		0;
	padding: 		5px 10px 5px 25px;
	line-height:16px;
	font-size:12px;
	font-style:none;
	background: 		#007A5E;
	color: white;
}

.glossymenu div.submenu ul li{
	font-weight:		normal;

}

.glossymenu div.submenu ul li a{
	display: 		block;
	font: 			normal 11px Arial;
	color: 			#5885B2;
	text-decoration: 	none;
	font-weight:		normal;
	padding: 		2px 0;
	padding-left: 		8px;

}

.glossymenu div.submenu ul li a:hover{
	background: 		#FFFFFF;
}

li.area{
font-family: 		Arial, sans-serif;
font-size: 		12px;
color: 			#5885B2;
padding-left: 		120px;

}