/* CSS Document */

.arrowlistmenu{
	width: 180px; /*width of accordion menu*/
	color: #000000;
	
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Arial;
	/*color: white;*/
	/*margin-bottom: 10px; bottom spacing between header and rest of content*/
	text-transform: none; /*header text is indented 10px*/
	cursor: pointer;
	cursor: pointer;
	height: 31px;
	width: 201px;
	/*background-image: url(../Images/catg-bg.gif);*/
	background-repeat:no-repeat;
	background-position: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 10px;
	
	
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-image: url(../Images/catg-bg.gif);
	height: 29px;
	width: 191px;	
	
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{ /*width:195px;
	padding-bottom: 1px;*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
	background: lightblue !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
	background: lightgreen !important;
}

.arrowlistmenu ul li a{background-position: 0 1px;
    color: #000000;
    cursor: pointer;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 3px;
    padding: 4px 3px 4px 8px;
    text-decoration: none;
    width: 200px;
}

.arrowlistmenu ul li a:visited{
color: #000000;
/*Arial, Helvetica, sans-serif; font-size: 12px ; font-weight:bold ; text-decoration: none;*/
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	background-color: #ebe9e9;
	/*Arial, Helvetica, sans-serif; font-size: 8px ; font-weight:bold ; color: #c01f25; text-decoration: none;*/
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
	background: lightblue;
	/*Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #c01f25; text-decoration: none; padding-left: 10px;*/
}
h3{margin:0;}


ul.categoryitems_sub{ background:#F5F5F5;
   margin: 0 0 0 3px;
    padding: 0;
    width: 211px;}
ul.categoryitems_sub li{ border-bottom: 2px solid #FFFFFF;
    margin: 0;
   }
 ul.categoryitems_sub li a{ font-size: 12px;
    margin: 0;
    padding: 5px 0 5px 11px;
    width: 200px;}
  ul.categoryitems_sub li a:hover{ background:#ebe9e9; color:#000; }

