

h3{margin:0px; padding:0 0 0px 0;
font-size:13px;
	font-weight:bold;
	color:#993300;}

.arrowlistmenu{
width: 200px;
margin:10px 0px 0px 5px; /*width of accordion menu*/

}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Verdana;
	color: #000;
	margin-bottom: 2px; /*bottom spacing between header and rest of content*/	
	padding: 0px 0px 0px 10px; /*header text is indented 10px*/
	cursor: hand;
	height:27px;
	line-height:27px;
	cursor: pointer;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
width:200px;
overflow:hidden;
}

.arrowlistmenu ul li{
padding-bottom:0px; /*bottom spacing between menu items*/
width:190px;
float:left;
}

.arrowlistmenu ul li a{
	color: #000000; /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 14px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #dadada;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(../images/li-bg2.gif) 4px 10px no-repeat;

}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #000;
	background-color: #FCFCFC;
	text-decoration:none;

}


.arrowlistmenu ul li a.selected{ /*hover state CSS*/
	color: #000;
	font-weight:bold;
	text-decoration:none;
   background-color: #FCFCFC;


}

.arrowlistmenu ul li a.selected:hover{ /*hover state CSS*/
	color: #000;
	font-weight:bold;
	text-decoration:none;
	   background-color: #F7F7F7;
  }


.categoryitems{
margin:0px;
padding:0px;}

.categoryitems ul{
margin:0px;
padding:0px;}

