@charset "UTF-8";

/*

Contents of this file are the property of Ashbury International Group. All rights reserved.
Designer - Spike Silvernail
version AIG 0509


*/

/* Accordian Menu */

.arrowlistmenu{
width: 180px; /*width of accordion menu*/
background:#444;
margin:0;
padding:0;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px Verdana, Helvetica, sans-serif;
color: white;
background: #444;
/*background: #444 url(titlebar.png) repeat-x center left;
margin-bottom: 2px; bottom spacing between header and rest of content*/
margin:6px 0;
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
border-bottom:1.25pt dotted #fff;
}

.arrowlistmenu .menuheader a:link {
text-decoration:none;
color:#fff;
}

.arrowlistmenu .menuheader a:hover {
	color:#00CCFF;
}

.arrowlistmenu .menuheader a:visited {
text-decoration:none;
color:#fff;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #444;
color:#00CCFF;
}

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

.arrowlistmenu ul li{
padding: 2px 4px; /*bottom spacing between menu items*/
background:#fff;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: url(../images/arrowbullet.png) no-repeat top left  !important;/*custom bullet list image*/
padding-top:0px;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #f0f0f0 url(../images/arrowbullet.png) no-repeat top left  !important;/*custom bullet list image*/
font-weight: bold;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul li a{
color: #002e5f;
/*background: url(arrowbullet.png) no-repeat center left; custom bullet list image*/
display: block;
padding: 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;
border-bottom: 1px solid #dadada; */
border-bottom:1.25pt dotted #dadada;
font-size: 90%;
font: 12px Verdana, Helvetica, sans-serif;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu ul li a:visited{
color: #002e5f;
}

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

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: 002e5f;
}