.glossymenu{
	margin: 5px 0;
	padding: 0;
	width: 620px;
margin-left: 5px;
	border: 1px solid #9A9A9A;
border-bottom-width: 0;


}

.glossymenu a.menuitem{
	color: #666;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	height: 23px;
	padding-left: 10px;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 0px;
	background-image: url(/accordion/images/acc_down.gif);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #CCC;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #333;

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 5px;
	right: 5px;
	border: 1px solid #CCC;
}

.glossymenu a.menuitem:hover{
	background-image: url(/accordion/images/acc_over.gif);
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	border: 1px solid #999;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000;

	list-style-position: inside;
	list-style-type: circle;

}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.core_glossymenu div.submenu ul li{
	border: 1px;
	height: auto;
	width: 500px;
}

.glossymenu div.submenu ul li a{
	display: block;
	font: normal 11px Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	
	right: 300px;	
}

.glossymenu div.submenu ul li a:hover{
	color: #000;
	background-color: #f2f2f2;
}


