@charset "utf-8";
.arrowlistmenu {
	width: 184px !important; /*width of accordion menu*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #587CA3;
	margin-top: 40px;
}
.arrowlistmenu h3 {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-image: url(../artwork/pixel_clear.gif);
	width: 184px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	padding-top: 4px;
	padding-right: 70px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #587CA3;
	width: 114px;
}
.arrowlistmenu .menuheader a:link, .arrowlistmenu .menuheader a:visited, .arrowlistmenu .menuheader a:active {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
}
.arrowlistmenu .menuheader a:hover {
	color: #CCCCCC;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../artwork/bac_menu_expandable_open.gif);
	background-repeat: no-repeat;
	background-position: 130px 8px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0; /*bottom spacing between each UL and rest of content*/
	width: 184px;
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
	width: 184px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background-image: url(../artwork/nav/back_sub.gif);
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background-image: url(../artwork/nav/back_sub_over.gif);
}

.arrowlistmenu ul li a{
	color: #000000; /*custom bullet list image*/
	display: block;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../artwork/nav/back_sub.gif);
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	margin: 0px;
}

.arrowlistmenu ul li a:visited{
	color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-image: url(../artwork/nav/back_sub_over.gif);
	text-decoration: none;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background-image: url(../artwork/nav/back_sub_over.gif);
}
.arrowlistmenu .submenu {
	padding-left: 15px;
	width: 169px;
}
