/* CSS Document */

.arrowlistmenu{
width: 135px;
}

.arrowlistmenu .menuheader{ 
font: bold 12px Arial;
color: #0b82ce;
background: url(../images/titlebar-active.jpg)  no-repeat center right;
cursor: hand;
cursor: pointer;
margin:0px;
padding:5px 10px;
}

.arrowlistmenu .openheader{ 
background-image: url(../images/arrow_down.jpg);
background-position:center right;
background-repeat:no-repeat;
margin-bottom: 8px; 
}

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

.arrowlistmenu ul li{
padding-bottom:2px;
margin:0px; 
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#79889c;
line-height:18px;
}

.arrowlistmenu ul li a:link{
background: url(../images/li.gif) no-repeat center left; 
display: block;
padding-left:19px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#79889c;
line-height:18px;
}

.arrowlistmenu ul li a:visited{
background: url(../images/li.gif) no-repeat center left; 
display: block;
padding-left:19px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#79889c;
line-height:18px;
}

.arrowlistmenu ul li a:active{
background: url(../images/li.gif) no-repeat center left;
display: block;
padding-left:19px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#79889c;
line-height:18px;
}

.arrowlistmenu ul li a:hover{
background: url(../images/li.gif) no-repeat center left; 
display: block;
padding-left:19px;
text-decoration: underline;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#79889c;
line-height:18px;
}

.arrowlistmenu ul li span a:link{
color:#0085e4;
}

.arrowlistmenu ul li span a:visited{
color:#0085e4;
}

.arrowlistmenu ul li span a:active{
color:#0085e4;
}

.arrowlistmenu ul li span a:hover{
color:#0085e4;
}

h4{font: bold 14px Arial;
color: #000;
padding:4px 10px;
cursor: hand;
cursor: pointer;
margin:0px;

