/*---------------Start Side Menu -------------------------*/
.arrowlistmenu{
	width: 216px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: white;
font-weight:bold;
background:url(../images/toptitle.gif);
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}
.arrowlistmenu .menuheadertop{ /*CSS class for menu headers in general (expanding or not!)*/
background:url(../images/top1.jpg);
height:9px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image:url(../images/toptitle1.gif);;
}

.arrowlistmenu .content{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size:13px;
	float:left;
	width:216px;
	padding-top:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#DA3D1E;
	text-decoration:none;
	font-weight: bold;
	padding-bottom: 10px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
padding-top:10px;
height:15px;
}

.arrowlistmenu ul li a{
color: #A70303;
background:url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
height:17px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-family:Verdana, Arial, Helvetica, sans-serif;
border-bottom: 1px solid #dadada;
font-size: 11px;
}

.arrowlistmenu ul li a:visited{
color: #A70303;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

/*---------------End Side Menu -------------------------*/
/*---- Start Download Manual div----*/
.arrowlistmenu.rightundercontentadd {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 215px;
	margin-top:30px;
}
.arrowlistmenu .rightundercontentaddunder {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 215px;
}
.arrowlistmenu .rightundercontentaddunder a:link {
	color: #3daef0;
	text-decoration: none;
	
}
.arrowlistmenu .rightundercontentaddunder a:active {
	color: #3daef0;
	text-decoration: none;
	
}
.arrowlistmenu .rightundercontentaddunder a:visited {
	color: #3daef0;
	
	}
.arrowlistmenu .rightundercontentaddunder a:hover {
	color: #BE0405;
	text-decoration: none;
	
}
.arrowlistmenu .rightundercontentadd .img{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 56px;
	height:79px;
}
.arrowlistmenu .rightundercontentadd .text{
	margin: 0px;
	padding-top:8px;
	float: left;
	width: 158px;
	height:27px;
	font-family: "trebuchet MS";
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}

.arrowlistmenu .rightundercontentadd .text1{
	margin: 0px;
	padding: 0px;
	float: left;
	width: 158px;
	height:27px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.arrowlistmenu .rightundercontentadd .redtext{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#CC0000;
}

/*---- End Download Manual div----*/
