.arrowlistmenu{
	width: 301px; /*width of accordion menu*/
	border: 0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: url(../../images/Accordion/accordion_03.png) repeat-y center left; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	height: 15px;
	margin: 0px;
	padding-left: 42px;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	padding-top: 3px;
}
.arrowlistmenu  .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	text-decoration: none;
}
.arrowlistmenu  .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	color: white;
	background: url(../../images/Accordion/accordion_02.png) repeat-y center left; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	height: 15px;
	margin: 0px;
	padding-left: 42px;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	padding-top: 3px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../../images/Accordion/accordion_02.png) repeat-y center left;
}

.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*/
}

.arrowlistmenu ul li{
}

.arrowlistmenu ul li a{
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_05.png) repeat-y center left; /*custom bullet list image*/
	display: block;
	padding-left: 58px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	height: 15px;
	font-family: Tahoma, Verdana, Arial;
	vertical-align: bottom;
	padding-top: 3px;
	font-weight: bold;
	padding-right: 15px;
}

.arrowlistmenu ul li a:visited{
	color: #ffffff;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_06.png) repeat-y center left;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}

.arrowlistmenu span{
}

.arrowlistmenu span a{
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_09.png) repeat-y center left; /*custom bullet list image*/
	display: block;
	padding-left: 42px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	height: 15px;
	font-family: Tahoma, Verdana, Arial;
	vertical-align: bottom;
	padding-top: 3px;
	font-weight: bold;
	padding-right: 20px;
}

.arrowlistmenu span a:visited{
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

.arrowlistmenu span a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_10.png) repeat-y center left;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}



.arrowlistmenu ul span{
}

.arrowlistmenu ul span a{
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_07.png) repeat-y center left; /*custom bullet list image*/
	display: block;
	padding-left: 66px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	height: 15px;
	font-family: Tahoma, Verdana, Arial;
	vertical-align: bottom;
	padding-top: 3px;
	font-weight: bolder;
	padding-right: 15px;
}

.arrowlistmenu ul span a:visited{
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

.arrowlistmenu ul span a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_08.png) repeat-y center left;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}

.arrowlistmenu ul div{
}

.arrowlistmenu ul div a{
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_11.png) repeat-y center left; /*custom bullet list image*/
	display: block;
	padding-left: 77px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	height: 15px;
	font-family: Tahoma, Verdana, Arial;
	vertical-align: bottom;
	padding-top: 3px;
	font-weight: bolder;
	padding-right: 15px;
}

.arrowlistmenu ul div a:visited{
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
}

.arrowlistmenu ul div a:hover{ /*hover state CSS*/
	color: #FFFFFF;
	background: url(../../images/Accordion/accordion_12.png) repeat-y center left;
	font-weight: bold;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
}

