.graynav a:link, .graynav a:visited, .graynav a:active{
font-weight: bold;
color: #7b7b7b;
text-decoration: none;
}
.graynav a:hover{
font-weight: bold;
color: #7b7b7b;
text-decoration: underline;
}

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	color: white;
	margin-bottom: 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #FFFFFF;
	background-image: url(titlebar.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(titlebar-active.png);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;	
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #7b7b7b; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 90%;
	font-size: 12px;
	background-image: url(arrowbullet.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.arrowlistmenu ul li a:visited{
font-weight: normal;
color: #7b7b7b;
text-decoration: none;
font-size: 12px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #7b7b7b;
background-color: #ffffff;
text-decoration: underline;
font-size: 12px;
}

h3 {
	margin-top: 3px;
	margin-bottom: 3px;
}