
.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.arrowlistmenu li.firstlevel{ /*CSS class for menu headers in general (expanding or not!)*/
/* font: bold 14px Arial; */
color: white;
background: rgba (0,0,0,.5) black;
/* margin-bottom: 10px; /*bottom spacing between header and rest of content*/ 
/* text-transform: uppercase; */
/*padding: 4px 0 4px 0px;  */ /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}



.arrowlistmenu li.active { /*CSS class to apply to expandable header when it's expanded*/
/* background: red url(titlebar-active.png) repeat-x center left; */
}

.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: 2px 1PX; /*bottom spacing between menu items*/
border-bottom: 1px 0px solid #333333;
}

.arrowlistmenu li.firstlevel, ul.level0 {
margin: 0px 5px;
}



.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
/* color: #A70303;  */
display: block;
/* padding: 2px 0;  */
/* padding-right: 14px; /*link text is indented 19px*/
text-decoration: none;
/* font-weight: bold; */
/* border-bottom: 1px solid #dadada; */
/*font-size: 90%; */
font-size:16px;
text-transform:lowercase;
}

.arrowlistmenu a.level1, .arrowlistmenu a.level2 {
font-size: 14px;
}

.arrowlistmenu .expand a.level0{
	background: url(../images/arrowbullet.png) no-repeat center right; /*custom bullet list image*/
}

.arrowlistmenu .active a.level0{
	background: url(../images/arrowbulletup.png) no-repeat center right; /*custom bullet list image*/
}


.arrowlistmenu #current a, .arrowlistmenu a.parentcurrent{
/*	background: rgba(0,0,0,.5);
	border: 1px solid #888;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px; 
	color:#6633CC; */
	text-shadow: 0 0 20px #fff, -1px 0px #000, 1px 0px #000, 0px -1px #000, 0px 1px #000;
}


/*
.arrowlistmenu ul li a:visited {
color: #A70303;
} 
*/
.arrowlistmenu a:hover{ /*hover state CSS*/
/* background-color: #F3F3F3; */
/* background-color: rgba(0, 0, 0, .5); */
/* padding-left: 5px; */
color:#00ccff;

}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
