@charset "UTF-8";
/* CSS Document */

.arrowlistmenu{
	width: 180px;

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: normal 12px Helvetica;
	color: #666;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 2px 0 0px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	color: #FFF;
	
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0px;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	font-size: 12px;
	text-transform: uppercase;
}

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

}

.arrowlistmenu ul li a{
	display: block;
	padding: 2px 0;
	padding-left: 25px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	font-size: 90%;
}

.arrowlistmenu ul li a:visited{

color: #CCC;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #CCC;
	background-color: #000;
	text-decoration: underline;
}
.menu{ 

font-size: 12px;
}
