.accordionmenugrey{
	width: 160px; /*width of menu*/
}

.accordionmenugrey .headerbar{
font: bold 13px Verdana;
color: white;
background: url("../images/navbackimage.jpg") repeat; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 7px 0 7px 12px; /*12px is left indentation of header text*/
border-top:1px solid white;
cursor:pointer;
/*-- gradient gray top */

}
.accordionmenugrey .headerbar_selected 
{
	font: bold 13px Verdana;
	color:White;
	background: #3F5407 url("../images/arrow_menu.gif") no-repeat 8px 6px;
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 7px 0 7px 31px; /*31px is left indentation of header text*/
	border-top:1px solid white;
	cursor:default;
	}
.accordionmenugrey .headerbar a{
text-decoration: none;
color: white;
display: block;
}
.accordionmenugrey .submenu
{
	text-decoration:none;
	}
.accordionmenugrey .submenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0; /*bottom spacing between each UL and rest of content*/
}

.accordionmenugrey .submenu ul li{
	padding-bottom: 1px; /*bottom spacing between menu items*/
}

.accordionmenugrey .submenu ul li a{
font: normal 12px Arial;
color: black;
background: #E9E9E9;
display: block;
padding: 3px 0;
line-height: 17px;
padding-left: 8px; /*link text is indented 8px*/
text-decoration: none;
}

.accordionmenugrey .submenu ul li a:visited{
color: black;
}

.accordionmenugrey .submenu ul li a:hover{ /*hover state CSS*/
color: black;
background: #C7D446;
border-right: 5px solid #3F5407 
}