/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu
{
	width: 170px; /*width of menu*/
	margin-left: 5px;
	color: #000000;
	
}

.arrowlistmenu .headerbar
{
	font: bold 14px Arial;
	color: #FFFFFF;
	background-image: url(  '../medieval armor1/left_nav_heading_bg.png' );
	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( '../medieval armor1/discountfin.jpg' ) no-repeat center center;
	width: 180px;
	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;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
	color: #000000;
	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;
	font-size: 14px;
	line-height: 20px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
}

.arrowlistmenu ul li a:visited{

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#FEEDB5;
background-color: #86241a;
}


