#home_left 	{ width: 220px; float: left; padding: 0px 0px 0px 0px; }

.arrowlistmenu{
width: 220px; /*width of accordion menu*/
border: 0px solid #892713;
margin:auto;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
font-family:"Trebuchet MS",Georgia,"Times New Roman",Times,serif;
color: #333;
background: #fff url("../images/leftNav.jpg") no-repeat center left;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
/*padding: 4px 4px 4px 4px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border: 0px solid #892713;
height:40px;
line-height:40px;
vertical-align:middle;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #fff url("../images/leftNav.jpg") no-repeat center left;
}

.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*/
text-align:left;
}

.arrowlistmenu ul li a{
color: #000;
background: #d8d8d8;
display: block;
padding: 4px 4px 4px 4px;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #ccc;
font-size: 13px;
}

/*.arrowlistmenu ul li a:visited{
color: #A70303;
}*/
.arrowlistmenu ul li a:visited{ /*hover state CSS*/
color: #333;
background: #f3f3f3 url("../images/categoryNavigation.jpg");
border-bottom: 1px solid #ccc;
text-decoration: none;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #600e10;
background: #fff;
border-bottom: 1px solid #777;
text-decoration: none;
}

.subnavelement a.thumbnail{
	background: #fff;
	color:#900;
	font-size:11px;
	text-indent:10px;
}

.subnavelement a.thumbnail:link, .subnavelement a.thumbnail:visited{
	background: #990000 url("../images/SUBcategoryNavigation.jpg");
	color:#fff;
	font-size:11px;
	text-indent:10px;
}

.subnavelement a.thumbnail:hover, .subnavelement a.thumbnail:active{
	background: #fff;
	color:#900;
	font-size:11px;
	text-indent:10px;
}
