.arrowlistmenu-decorativearts{
width: 310px; /*width of accordion menu*/
}


.arrowlistmenu-decorativearts .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Arial;
color: #161616;
background: white url(../images/components/thumbs_books/thumb_decorativearts.jpg) no-repeat 12px 12px; /*last 2 values are the x and y coordinates of bullet image*/
height: 73px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 13px 0 10px 155px; /*header text is indented 10px*/
border-bottom: 1px solid #E5E3D1;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu-decorativearts .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: 11px Arial;
color: white;
background: #161616 url(../images/components/thumbs_books/thumb_decorativearts2.jpg) no-repeat 12px 12px;
}

.arrowlistmenu-decorativearts ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu-decorativearts ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu-decorativearts ul li a{
font: 12px Arial;
color: #161616;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
background-color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #E5E3D1;
}

.arrowlistmenu-decorativearts ul li a:visited{
color: #161616;
}

.arrowlistmenu-decorativearts ul li a:hover{ /*hover state CSS*/
color: #161616;
background-color: #e2e2e2;
}


















.arrowlistmenu-interiors{
width: 310px; /*width of accordion menu*/
}


.arrowlistmenu-interiors .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Arial;
color: #161616;
background: white url(../images/components/thumbs_books/thumb_interiors.jpg) no-repeat 12px 12px; /*last 2 values are the x and y coordinates of bullet image*/
height: 73px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 13px 0 10px 155px; /*header text is indented 10px*/
border-bottom: 1px solid #E5E3D1;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu-interiors .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: 11px Arial;
color: white;
background: #161616 url(../images/components/thumbs_books/thumb_interiors2.jpg) no-repeat 12px 12px;
}

.arrowlistmenu-interiors ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu-interiors ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu-interiors ul li a{
font: 12px Arial;
color: #161616;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
background-color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #E5E3D1;
}

.arrowlistmenu-interiors ul li a:visited{
color: #161616;
}

.arrowlistmenu-interiors ul li a:hover{ /*hover state CSS*/
color: #161616;
background-color: #e2e2e2;
}



















.arrowlistmenu-sold{
width: 310px; /*width of accordion menu*/
}


.arrowlistmenu-sold .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Arial;
color: #161616;
background: white url(../images/components/thumbs_books/thumb_sold.jpg) no-repeat 12px 12px; /*last 2 values are the x and y coordinates of bullet image*/
height: 73px;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 13px 0 10px 155px; /*header text is indented 10px*/
border-bottom: 1px solid #E5E3D1;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu-sold .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font: 11px Arial;
color: white;
background: #161616 url(../images/components/thumbs_books/thumb_sold2.jpg) no-repeat 12px 12px;
}

.arrowlistmenu-sold ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu-sold ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}

.arrowlistmenu-sold ul li a{
font: 12px Arial;
color: #161616;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
background-color: #ffffff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #E5E3D1;
}

.arrowlistmenu-sold ul li a:visited{
color: #161616;
}

.arrowlistmenu-sold ul li a:hover{ /*hover state CSS*/
color: #161616;
background-color: #e2e2e2;
}