/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 207px; /*width of menu*/
margin-left:5px;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #252524;
background: black url(left_nav_heading_bg.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 5px 0 5px 10px; /*header text is indented 10px*/
}

.arrowlistmenu .discountbar{
font: bold 12px Arial;
color: #7C1106;
background: url(discount.jpg) no-repeat center center;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
text-align:center
/*padding: 100px 0 5px 30px; header text is indented 10px*/

}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color:#FEEDB5;
background: url(nav_aero.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px dotted #000000;
font-size:14px;
line-height:20px;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#FEEDB5;
background-color: #86241a;
}

