@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
width: 201px;
height:36px;/*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_1.jpg) no-repeat center left;
width: 201px;
height:36px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_2{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_2.jpg) no-repeat center left;
width: 201px;
height:35px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_3{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_3.jpg) no-repeat center left;
width: 201px;
height:36px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_4{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_4.jpg) no-repeat center left;
width: 201px;
height:35px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_5{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_5.jpg) no-repeat center left;
width: 201px;
height:36px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_6{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_6.jpg) no-repeat center left;
width: 201px;
height:36px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_7{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_7.jpg) no-repeat center left;
width: 201px;
height:35px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_8{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_8.jpg) no-repeat center left;
width: 201px;
height:36px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_9{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_9.jpg) no-repeat center left;
width: 201px;
height:35px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_10{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_10.jpg) no-repeat center left;
width: 201px;
height:36px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_11{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_11.jpg) no-repeat center left;
width: 201px;
height:35px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_12{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_12.jpg) no-repeat center left;
width: 201px;
height:35px;
cursor: hand;
cursor: pointer;
margin-bottom:-15px;
}

.arrowlistmenu .menuheader_13{ /*CSS class for menu headers in general (expanding or not!)*/
background: black url(../images/pro_img_13.jpg) no-repeat center left;
width: 201px;
height:35px;
cursor: hand;
cursor: pointer;
}



.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
padding-bottom: 1px; /*bottom spacing between menu items*/
margin-top: 15px;
}


.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
padding-left: 15px;
vertical-align:baseline;

}

.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 20px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}