
h3 {
  margin:0;
}

.arrowlistmenu{
	width: 190px; /*width of accordion menu*/
	margin-top:0px; 
	background-color:#ffffff;
}


.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 12px Arial;
	color: #666666;
	padding-left: 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	text-align:left;	
	padding-bottom: 4px;
}
.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 12px Arial;
	color: #666666;
	cursor: hand;
	cursor: pointer;
	text-align:left;
	text-decoration:none;
	padding-bottom: 4px;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 12px Arial;
	color: #333333;
	text-align:left;
	text-decoration:none;	
}

.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-left: 15px;	
}

.arrowlistmenu ul li{
	padding-bottom: 4px; /*bottom spacing between menu items*/	
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/	

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/	

}

.arrowlistmenu ul li a{
	color: #666666;
	display: block;
	padding-top:0px;
	text-decoration: none;
	font-weight: normal;	
	font-size: 12px;
	text-align:left;
	background-color:#ffffff;

}

.arrowlistmenu ul li a:visited{
	color: #666666;	 
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #333333;	 
	text-decoration: none;
}


.se{
	color: #333333;
	
}






.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	color: #333333;	 
}