@charset "UTF-8";


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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #F3F3F3;
	margin-bottom: -15px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	display: block;
    padding: 2px;
	cursor: hand;
	cursor: pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
}

.arrowlistmenu .menuheader:hover{ /*hover state CSS*/
color: #ffffff;
text-decoration: none;
font-weight: bold;
}

.arrowlistmenu .menuheader a{ /*hover state CSS*/
color: #F3F3F3;
text-decoration: none;
}

.arrowlistmenu .menuheader a:visited{ /*hover state CSS*/
color: #F3F3F3;
text-decoration: none;}

.arrowlistmenu .menuheader a:hover{ /*hover state CSS*/
color: #53f8fe;
text-decoration: none;
font-weight: bold;
}


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

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

.arrowlistmenu ul li a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
color: #F3F3F3;
text-transform: uppercase;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
}

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

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #53f8fe;
font-weight: bold;
}
