@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
padding: 0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
position: relative;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
}

.margin_content
{
margin: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 12px Arial;
/*background-color: #777b7d;*/
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 5px 0px; /*header text is indented 10px*/
margin-bottom: 1px;
cursor: hand;
cursor: pointer;
background-image:url(../images/plus.gif);
background-repeat:no-repeat;
background-position: left;
width: 100%;
}

.menuheader a
{
color: #0066dd;
text-decoration: none;
}

.menuheader a:hover
{
color: #0066dd;
text-decoration: underline;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
/*background-color: #f7e544;*/
color: #444444;
background-image:url(../images/minus.gif);
background-repeat:no-repeat;
background-position: left;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/

margin: 0px 0px 0px 0px;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
list-style: none;
margin: 0px 0px 0px 0px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
margin: 0px 0px 0px 0px
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background-color: #cad1d3;
color: #444444;
font-weight:bold;
}

.arrowlistmenu ul li
{
text-align:justify;
}

.arrowlistmenu ul li a{
color: #0066dd;
text-decoration: none;
}


.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #0066dd;
text-decoration: underline;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/

}

.arrowlistmenu h1
{
padding: 0px;
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
}



.arrowlistmenu ul li ul
{
margin: 10px 0px 10px 30px;
line-height: 18px;
}

.arrowlistmenu ul li a{
text-decoration: none;
}

.arrowlistmenu ul li a:hover
{
text-decoration: underline
}


