/* CSS Document */

/*.arrowlistmenu{
width: 320px; width of accordion menu}*/

.arrowlistmenul .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color:#074A71;
background:url(../images/left_open.png) repeat-x center left; width:374px; height:35px;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 10px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenul .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/boys_bg.png);height:33px;
}

.arrowlistmenul ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenul ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenul ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenul ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenul ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenul ul li a:visited{
color: #A70303;
}

.arrowlistmenul ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenul ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

.arrowlistmenur .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color:#074A71;
background:url(../images/right_open.png) repeat-x center left; width:374px; height:35px;
margin-bottom: 1px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 0 5px 20px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenur .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(../images/boys_bck.png);height:33px;
}

.arrowlistmenur ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenur ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenur ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightblue !important;
}

.arrowlistmenur ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenur ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenur ul li a:visited{
color: #A70303;
}

.arrowlistmenur ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenur ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}