@charset "utf-8";
/* CSS Document */


/*------------------------Naviagation - DO NOT MODIFY WITHOUT TESTING------------------------*/

.arrowlistmenu{
width: 177px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 12px Arial;
	color:#000;
	background-color: #DAF0E0;
	margin-bottom: -15px; /*bottom spacing between header and rest of content*/
	padding: 4px 0px 4px 5px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
}

.arrowlistmenu .menuheader a:hover{ /*CSS class for menu headers in general (expanding or not!)*/
text-decoration:underline;
color:#000000;
}

.arrowlistmenu .menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
text-decoration:none;
color:#000000;
}

.arrowlistmenu .menuheader a:visited{ /*CSS class for menu headers in general (expanding or not!)*/
text-decoration:none;
color:#000000;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	background-color:#DAF0E0;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-top:15px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #000000;
background: url(../images/arrow.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0px;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
border-bottom: 1px solid #DAF0E0;
font-size: 90%;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.arrowlistmenu ul li a:visited{
color: #000000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #000000;
background-color:#DAF0E0;
text-decoration:underline;
}

.menuheader2{ /*CSS class for menu headers in general (expanding or not!)*/
color: black;
background-color: #DAF0E0;
margin-bottom: -15px; /*bottom spacing between header and rest of content*/
padding: 4px 0 4px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.menuheader2 a
{
text-decoration:none;
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
}

.menuheader2 a:hover
{
text-decoration:underline;
color:#000000;
}

.menuheader2 a:visited
{
text-decoration:none;
color:#000000;
}

.menuheaderbottom{ /*CSS class for menu headers in general (expanding or not!)*/
color: black;
background-color: #DAF0E0;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 4px 0 19px 5px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.menuheaderbottom a
{
text-decoration:none;
color:#000000;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
font-weight:100;
}

.menuheaderbottom a:hover
{
text-decoration:underline;
}