@charset "utf-8";
<style type="text/css">
.arrowlistmenu{
width: 162px;
}

.arrowlistmenu .headerbar{
font: bold 13px Arial;
color: white;
background:url(../images/icons/titlebar.png) repeat-x center left;
margin-bottom: 4px;
padding: 4px 0 4px 8px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.arrowlistmenu ul li{
padding-bottom: 2px;
}

.arrowlistmenu ul li a{
color: #c63224;
font-family:Verdana, Arial, Helvetica, sans-serif;
background: url(../images/icons/arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
height:16px;
padding-left: 14px;
text-decoration: none;
font-weight: normal;
border-bottom: 1px solid #dadada;
font-size:11px;
}

.arrowlistmenu ul li a:visited{
color: #c63224;
}

.arrowlistmenu ul li a:hover{ 
color: #A70303;
background-color: #F3F3F3;
}


/*submenu starts here*/

.sublistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}

.sublistmenu ul li{
padding-bottom: 2px;
}

.sublistmenu ul li a{
color: #c63224;
font-family:Verdana, Arial, Helvetica, sans-serif;
isplay: block;
padding: 2px 0;
height:16px;
padding-left: 28px;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size:11px;
}

.sublistmenu ul li a:visited{
color: #c63224;
}

.sublistmenu ul li a:hover{ 
color: #A70303;
background-color: #F3F3F3;
}




</style>
