@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
	width: 220px; /*width of menu*/
	position: relative;
	top: 15px;
}

.arrowlistmenu .headerbar{
color: white;
background: url(images/titlebar.png) repeat-x top left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
	margin: 0px;
	padding: 0px;
}

.arrowlistmenu ul li a{
	height: 20px;
	color: #000000;
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}
.arrowlistmenu ul li #select{
	color: #000000;
	font-weight: bold;
	background-color: #F9F9F9;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-image: url(images/arrowbullet.png);
	background-repeat: no-repeat;
	background-position: right center;

}
#wrapper #bottom #bottom_body #help-title {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	height: 25px;
	width: auto;
	color: #000000;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
