
.arrowlistmenu{
width: 170px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px tahoma, "Lucida Grande", Lucida, Verdana, sans-serif;
color: #3e98fd;
text-transform: uppercase;
padding: 4px 4px 4px 4px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
margin: 0;
border: 1px solid #333;
	text-align: center;
	background-color: black;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

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

.arrowlistmenu ul li a{
color:#FFF;
display: block;
padding: 3px 0;
padding-left: 12px; /*link text is indented 19px*/
text-decoration: none;
font-size: 12px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: white;
background-color: #3e98fd;
}

.categoryitems {
	font: 12px/14px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: white;
	text-align: left;

}

