/* NAVIGATION CSS */

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
padding:0px 5px 9px 3px;
color:#ffffff;
text-decoration:none;
border-width:0px 0px 0px 0px;
border-style:solid;
border-color:#4D597F;
cursor: pointer;
display:block;
}

.menuheader a {
color:white;
}

h3.menuheader:hover{
color: #ffffff;
}


.menuheader a:hover {
color: #ffffff;
}

.menuheader a:visited {
color: #ffffff;
}

.expandable {
background-repeat:no-repeat;
color:white;
display:block;
}



.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
color : #b6ecfe;
cursor: pointer;
}

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

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font-size:12px;
}


.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
font-weight:bold;
background-repeat:no-repeat;
color : #ffffff;
}

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

.arrowlistmenu ul li a{
color:#ffffff;
background: url(arrowbullet.png) no-repeat center left; 
padding: 2px 0;
padding-left: 8px; 
text-decoration: none;
}



/*#about .about {
color:#00FF00;
}
*/

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



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

.arrowlistmenu ul li a:active{  /*jason*/
color: #b6ecfe;
}



.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
color : #b6ecfe;
cursor: pointer;
}

.arrowlistmenu ul li a.subexpandable:active{ /*jason*/
color : #ff0000;
cursor: pointer;
}

h3 {
line-height:7px;
}
 
body {
background-color:#364f83;
}



