.glossymenu2 {
	margin: 0px 0; /*was 5px*/
	padding: 0;
	width: 198px; /*width of menu was 180*/
	border: 1px solid #9A9A9A;
	border-bottom-width: 1;
}
.glossymenu2 a.menuitem {
	background-image:url(../images/elements/header_acrl.png);
	background-repeat:no-repeat;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 0px 0; /*was 4 px*/
	padding-left: 20px; /*was 10 px*/
	text-decoration: none;
	line-height:36px; /*added this line*/
	font-weight:bold; /*added this line*/
	overflow:hidden; /*added this line*/
}
.glossymenu2 a.menuitem:visited, .glossymenu .menuitem:active {
	color: white;
}
.glossymenu2 a.menuitem .statusicon { /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
}
.glossymenu2 a.menuitem:hover {
	background-image: url(../images/elements/header_acrl2.png);
}
.glossymenu2 div.submenu { /*DIV that contains each sub menu*/
	/* background: white; omitted this line*/
	font-size: 11px; /*added this line*/
}
.glossymenu2 div.submenu ul { /*UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0; /*was 0*/
	line-height:20px; /*added this line*/
}
.glossymenu2 div.submenu ul li {
	border-bottom: 1px #dde2d3 solid;
	border-top: 1px solid #f9faf7; /* was border-bottom: 1px #dde2d3; */
}
.glossymenu2 div.submenu ul li a {
	display: block;
	overflow: hidden;
	padding: 0px 0px 0px 40px;
	line-height: 25px;
	text-decoration: none;
	font-size: 11px;
	color: 000;
	background: url(../images/navigation/arrow.gif) 25px 9px no-repeat;
	vertical-align: top;
}
.glossymenu2 div.submenu li.selected {
	text-decoration: none; 
	background-color:#dce0e7;
}	
.glossymenu2 div.submenu ul li a:hover {
	text-decoration: underline; 
	background-color:#dce0e7;
}