@charset "utf-8";
/* CSS Document */
.arrowlistmenu{
width: 215px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Arial;
color: #333333;
background: #F8F8F8 url(../images/plus.gif) no-repeat right top;
margin:0px;
margin-left:4px;
margin-top:12px;
text-transform:capitalize;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border:#CCCCCC solid 1px;
}
.arrowlistmenu h3 {
	font: 11px Arial;
	color: #333333;
	background: #F8F8F8;
	margin:0px;
	margin-left:4px;
	margin-top:12px;
	text-transform:capitalize;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	border:#CCCCCC solid 1px;
}
.arrowlistmenu h3 a {
	color: #333333;
	text-decoration:none;
}
.arrowlistmenu h3 a:hover {
	color: #000;
	text-decoration:none;
}
.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #F2F2F2 url(../images/minus.gif) no-repeat right top;
	font-weight:bold;
}

.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*/
margin-left:4px;
border-left:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
border-bottom:#CCCCCC solid 1px;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #F8F8F8 url(../images/plus.gif) no-repeat right top !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #F8F8F8 url(../images/minus.gif) no-repeat right top !important;
}

.arrowlistmenu ul li a{
color: #333333;
/*background: url(../images/arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font: 11px Arial;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
.cutcha {
	height:10px;
}
