.arrowlistmenu{
}
.arrowlistmenu .headerbar{
	color: #CCCCCC;
	background: black url(titlebar.png) repeat-x center left;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	text-align: center;
	margin-top: 0px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.arrowlistmenu ul{
	list-style-type: none;
	padding: 0;
	margin-bottom: 15px; /*bottom spacing between each UL and rest of content*/
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 2px;
}
.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
color: #003399;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #003399;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #EAEAEE;
}

h3 .headerbar {
	margin-top: 0px;
}
.arrowlistmenu ul ul li a {
	background-image: none;
	margin-left: 15px;
}
.arrowlistmenu ul ul {
	margin-top: 0px;
	padding: 0px;
	margin-bottom: 0px;
}
#navigation h3 a, #navigation h3 a:visited {
	color: #DDDDDD;
	font-variant: small-caps;
	text-decoration: none;
	display: block;
	margin-left: 3px;
	margin-right: 35px;
}
#navigation h3 a:hover {
	color: #ABABD8;
	text-decoration: none;
}
#navigation h3 {
	background-image: url(menu_bar.gif);
	text-align: left;
	background-repeat: no-repeat;
	background-position: right center;
	height: 28px;
	background-color: #222222;
	font-size: 12px;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 5px;
}
