.accordion-menu {
	margin: 0;
	padding: 0;
	width: 180px; /*width of menu*/
	border-bottom-width: 0;
	padding: 0px;
}

.accordion-menu a.menuitem{
	background: #cc2000;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

.accordion-menu a.activemenu{
	background: #800000;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

.accordion-menu a.menuitem:hover{
	background: #800000;
}

.accordion-menu a.submenuheader:hover{
	background: #cc2000;
}

.accordion-menu a.menuitem:visited, .glossymenu .menuitem:active{
	color: white;
}

.accordion-menu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
	position: absolute;
	top: 2px;
	right: -8px;
	border: none;
}

.accordion-menu a.submenuheader{
	background: #cc2000;
	font: bold 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 6px 4px 6px;
	text-decoration: none;
}

.accordion-menu ul.submenu{
	background: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width:auto;
}

.accordion-menu li{
	margin-top: 2px;
	background: white;
	list-style-type:none;
}	

.accordion-menu ul.submenu li{
	background: #FFFFFF;
	border-bottom: 1px solid #800000;
	margin: 0;
	padding: 0;
}
.accordion-menu ul.submenu li a{
	background: #FFFFFF;
	display: block;
	font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: black;
	text-decoration: none;
	padding: 4px 0px 0px 10px;
	text-indent:5px;
	width:auto;
}
.accordion-menu ul.submenu li a:hover{
	background: #800000;
	color: white;
}
.accordion-menu ul.submenu li a.activemenu{
	background: #800000;
	display: block;
	font: normal 14px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
	padding: 4px 0px 0px 10px;
	text-indent:5px;
	width:auto;
}

.accordion-menu ul.submenu li a.activemenu:visited, .glossymenu .menuitem:active{
	color: white;
}
