@charset "utf-8";
/* CSS Document */


.arrowlistmenu{
width: 153px; /*width of accordion menu*/
	
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
background: url(cor_14.jpg) no-repeat top left;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0px 7px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
font-family:Tahoma, sans-serif;
font-size:15px;
color:#ffffff;
font-weight:normal;
text-decoration:none;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(cor_14.jpg) no-repeat top left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
font-family: Arial, Helvetica, sans-serif,
font-size:12px;
color:#ffffff;
font-weight:normal;
text-decoration:none;
}

.arrowlistmenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
padding-top:3px
}

.arrowlistmenu ul li a{
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0px 0px;
text-decoration: none;
/*color: #A70303;
padding-left: 19px; /*link text is indented 19px
font-weight: bold;
font-size: 90%;
*/border-bottom: 1px solid  #0a2b49;
}

.arrowlistmenu ul li a:visited{
margin: 0;
padding:2px 0px 2px 0px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000033;
background-color: #2C66B0;
padding:2px 0px 2px 0px;
}
