/* CSS Document */

.arrowlistmenu{
width: 250px;
}

.arrowlistmenu .menuheader{ 
font:normal 12px Arial;
line-height:20px;
color: #0180C9;
background-image: url(../images/titlebar-active.gif);
background-position:center left;
background-repeat:no-repeat;
cursor: hand;
cursor: pointer;
margin:0px;
padding:5px 0 0 20px;
}

.arrowlistmenu .openheader{ 
background-image: url(../images/arrow-down.gif);
background-position:center left;
background-repeat:no-repeat;
margin-bottom: 8px; 
color: #DB0D15;
}

.arrowlistmenu ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px;
}

.arrowlistmenu ul li{
margin:0px; 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#5E5E5E;
line-height:18px;
}

.arrowlistmenu ul li a:link, .arrowlistmenu ul li a:visited, .arrowlistmenu ul li a:active{
background: url(../images/bul_small.gif) no-repeat center left; 
display: block;
padding-left:15px;
text-decoration: none;
font-size: 90%;
color:Gray;
margin-left:30px;
line-height:18px;
}


.arrowlistmenu ul li a:hover{
background: url(../images/bul_small.gif) no-repeat center left; 
display: block;
padding-left:15px;
text-decoration: none;
font-size: 90%;
color:#333333;
margin-left:30px;
line-height:18px;
}

.arrowlistmenu ul li span a:link{
color:#0180C9;
}

.arrowlistmenu ul li span a:visited{
color:#0180C9;
}

.arrowlistmenu ul li span a:active{
color:#0180C9;
}

.arrowlistmenu ul li span a:hover{
color:#0180C9;
}

h4{
font:normal 12px Arial; line-height:24px;
color: #0180C9;
padding:4px 10px;
cursor: hand;
cursor: pointer;
margin:0px;
