.glossymenu{
	margin: 		0;
	padding: 		0;
	width: 			228px; /*width of menu*/
	border: 		1px solid #D6E6F3;
	border-bottom:		#D6E6F3 solid 1px;
	-webkit-border-radius: 	6px;
	-moz-border-radius: 	6px;
}

.glossymenu a.menuitem_title{
	background: 		#ECF0F7;
	height:			23px;
	font: 			bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: 			#5885B2;
	display: 		block;
	/*position: 		relative;*/ /*To help in the anchoring of the ".statusicon" icon image*/
	width: 			auto;
	padding: 		5px 0 0 0;
	padding-left: 		10px;
	text-decoration: 	none;
	
	-webkit-border-radius: 	5px 5px 0 0;
	-moz-border-radius: 	5px 5px 0 0;
}

.glossymenu a.menuitem{
	background: 		#ECF0F7;
	font: 			bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	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;
	border-top: 		1px solid #D6E6F3;
}

.glossymenu a.menuitem_bottom{
	background: 		#ECF0F7;
	font: 			bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	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;
	border-top: 		1px solid #D6E6F3;
	
	-webkit-border-radius: 	0 0 5px 5px;
	-moz-border-radius: 	0 0 5px 5px;
}


.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: 			7px;
	right: 			5px;
	border: 		none;
}

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



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

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

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


.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;
}

.glossymenu div.submenu ul li{
	border-bottom: 		1px solid #FFFFFF;
}

.glossymenu div.submenu ul li a{
	display: 		block;
	font: 			normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: 			#5885B2;
	text-decoration: 	none;
	padding: 		2px 0;
	padding-left: 		8px;
}

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