.arrowlistmenu{
	width: 160px;
	line-height: 1.7em;
}
.arrowlistmenu h3{
	margin: 0px;
	font-size: 0.80em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	font-weight: normal;
}
.arrowlistmenu a{
	color: white;
	text-decoration:none;
}
.arrowlistmenu a:hover{
	color: white;
	text-decoration:underline;
}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white; /*bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: pointer;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
	background-image: url(../images/nav-generic.gif);
	background-repeat:no-repeat;
	background-position: left center;
}

/*****************************************************************************************/
/* left nav backgrounds */
/******************************************************************************************/
.arrowlistmenu .menuheaderRectangular { /* 'Rectangular' is the id coming from the asp code in leftnav.asp page*/
	background-image:url(../images/nav-rectangular.gif);
	background-repeat:no-repeat;
	text-transform: none; /*header text is indented 10px*/

	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
}
.arrowlistmenu .menuheaderRectangular-Double { /* 'Rectangular' is the id coming from the asp code in leftnav.asp page*/
	background-image:url(../images/nav-rectangleDouble.gif);
	background-repeat:no-repeat;
	text-transform: none; /*header text is indented 10px*/

	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
}
.arrowlistmenu .menuheaderBow-Fronted {
	background-image:url(../images/nav-bowfronted.gif);
	background-repeat:no-repeat;
	text-transform: none; /*header text is indented 10px*/

	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
}
.arrowlistmenu .menuheaderOval {
	background-image:url(../images/nav-oval.gif);
	background-repeat:no-repeat;
	text-transform: none; /*header text is indented 10px*/

	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
}
.arrowlistmenu .menuheaderShower {
	background-image:url(../images/nav-shower.gif);
	background-repeat:no-repeat;
	text-transform: none; /*header text is indented 10px*/

	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
}
.arrowlistmenu .menuheaderCorner {
	background-image:url(../images/nav-corner.gif);
	background-repeat:no-repeat;
	text-transform: none; /*header text is indented 10px*/

	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
}
.arrowlistmenu .menuheaderFree-Standing {
	background-image:url(../images/nav-freestanding.gif);
	background-repeat:no-repeat;
	text-transform: none; /*header text is indented 10px*/

	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 27px;
	margin-bottom: 5px;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../images/nav-generic.gif);
	font-size: 0.80em;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #A70303;
	background: url(../images/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;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

.arrowlistmenu div{ /*normal text*/
	color: #ffffff;
	padding:5px;
	font-size: 0.75em;
	line-height: 120%;
}

