@charset "utf-8";
/* CSS Document */
a,a:hover{
	text-decoration:none !important;
}
.arrowlistmenu{
width: 198px; /*width of accordion menu*/
background:url(../images/BgCenterLeft1.png) top left repeat-y;
height:auto;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: bold 12px Tahoma;
	color: #373737;
	/*margin-bottom: 8px; bottom spacing between header and rest of content*/
	padding: 0 0 0px 10px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	margin: 0 4px 0 5px;
	border-bottom: 1px solid #7E96A9;
}

.arrowlistmenu .menuheader:hover{ /*CSS class for menu headers in general (expanding or not!)*/
	background:#FFF;
	color:#0078e5;
}

.arrowlistmenu .menuheader a{
	 text-decoration:none; 
}
.arrowlistmenu .menuheader a:hover{ 
	text-decoration:none; 
	color:#0078e5; 
}
.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;
padding: 10px 0 0 5px;
/*margin-bottom: 8px; bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
/*background: url(../images/bullet_red.png) 3px 10px no-repeat ;*/ /*custom bullet list image*/
background: url(../images/bullet_red1.png) top left no-repeat ;
padding: 10px 0 ;
margin:0;
width:189px;
font-family:Tahoma;
font-size:12px;
border-bottom: 1px solid #7E96A9;
color: #373737;
}

.arrowlistmenu ul li a{
	
	color: #373737;
	display: block;
	padding-left: 15px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 0px;
	text-decoration:none;
	margin:0 0 0 6px;
}
.arrowlistmenu ul li a:visited{
	color: #373737;
}
.arrowlistmenu ul li a:hover{
	color: #FFF !important;
}

.arrowlistmenu ul li:hover{
	color: #FFF !important;
	background: url(../images/bullet_red-hover.png) no-repeat top left;
}


.categoryitems{
	margin-bottom:0px;
}

.arrowlistmenu .menuheader img{
	margin:0 5px 0 0 ; 
	position:relative;
	top:8px;
}