.header{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.6em;
padding: 25px 0 8px 10px; /*header text is indented 10px*/
color: #323638;
width: 180px; /*width of accordion menu*/
border-bottom:solid 3px #323638;

}
.headerb{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: 1.6em;
padding: 25px 0 8px 10px; /*header text is indented 10px*/
color: #323638;
width: 180px; /*width of accordion menu*/
border-bottom:solid 3px #0162a1;

}
.text1{
font:12px Helvetica;
border-bottom:solid 1px #a1a1a1;
border-top:solid 1px #FFFFFF;
color: #323638;
margin-top:10px;
padding: 10px 0px 10px 10px; /*header text is indented 10px, top, right, bottom, left  */
cursor: hand;
cursor: pointer;
text-decoration:none;
}
.text1 A{
font:12px Helvetica;
border-bottom:solid 1px #a1a1a1;
border-top:solid 1px #FFFFFF;
color: #323638;
margin-top:10px;
padding: 10px 0px 10px 10px; /*header text is indented 10px, top, right, bottom, left  */
cursor: hand;
cursor: pointer;
text-decoration:none;

}
.text1 A:hover{
font:12px Helvetica;
border-bottom:solid 1px #a1a1a1;
border-top:solid 1px #FFFFFF;
color: #323638;
margin-top:10px;
padding: 10px 0px 10px 10px; /*header text is indented 10px, top, right, bottom, left  */
cursor: hand;
cursor: pointer;
font-weight:bold;
}
.textb{
font:12px Helvetica;
border-bottom:solid 3px #0162a1;
border-top:solid 3px #FFFFFF;
color: #323638;
margin-top:10px;
padding: 10px 0px 10px 10px; /*header text is indented 10px, top, right, bottom, left  */
cursor: hand;
cursor: pointer;
text-decoration:none;
}
.textb A{
font:12px Helvetica;
border-bottom:solid 3px #0162a1;
border-top:solid 3px #FFFFFF;
color: #323638;
margin-top:10px;
padding: 10px 0px 10px 10px; /*header text is indented 10px, top, right, bottom, left  */
cursor: hand;
cursor: pointer;
text-decoration:none;

}
.textb A:hover{
font:12px Helvetica;
border-bottom:solid 3px #0162a1;
border-top:solid 3px #FFFFFF;
color: #323638;
margin-top:10px;
padding: 10px 0px 10px 10px; /*header text is indented 10px, top, right, bottom, left  */
cursor: hand;
cursor: pointer;
font-weight:bold;
}
.text2{
color: #323638;
font:11px Helvetica;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
padding: 5px 0 0px 20px; /*header text is indented 10px*/
text-decoration:none;
}

.text2 A{
color: #323638;
font:11px Helvetica;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
text-decoration:none;
}

.text2 A:hover{
color: #0162a1;
font:11px Helvetica;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}


.arrowlistmenu{
width: 185px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font:12px Helvetica;
border-bottom:solid 1px #a1a1a1;
border-top:solid 1px #FFFFFF;
color: #323638;
margin-top:10px;
margin-bottom: -10px; /*bottom spacing between header and rest of content*/
padding: 10px 0px 10px 10px; /*header text is indented 10px, top, right, bottom, left  */
cursor: hand;
cursor: pointer;
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
font:bold 12px Helvetica;
border-bottom:solid 1px #a1a1a1;
border-top:solid 3px #0162a1;

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
font:11px Helvetica;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
padding: 15px 0 5px 0px; /*header text is indented 10px*/
border-bottom:solid 3px #0162a1;
}

.arrowlistmenu ul li{
padding-bottom: 3px; /*bottom spacing between menu items*/
padding-top: 3px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background:url(images/sidemenu_arrow.png) no-repeat;
padding:0 4px 0px 20px; 

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
padding:0 4px 0px 20px; 

}

.arrowlistmenu ul li a{
font:11px Helvetica;
color: #323638;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 100%;

}

.arrowlistmenu ul li a:visited{
font:11px Helvetica;
color: #323638;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
text-decoration: underline;


}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
padding:0 4px 4px 20px; 

}