<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 205px; /*width of menu*/
margin-bottom: 0px;
}

.arrowlistmenu .headerbar{
font: bold 15px Arial Narrow;
color: #FFFFFF;
background: #002161;
text-transform: uppercase;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 2px 2px 2px 2px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar a{
font: bold 15px Arial Narrow;
color: #FFFFFF;
background: #002161;
text-transform: uppercase;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 2px 2px 2px 2px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar a:hover{ /*hover state CSS*/
font: bold 15px Arial Narrow;
color: #002161;
background:  #87879B;  
text-transform: uppercase;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 2px 2px 2px 2px; /*header text is indented 10px*/

}
.arrowlistmenu .headerbar a:Visited{ /*hover state CSS*/
font: bold 15px Arial Narrow;
color: #EDEDF1;
text-transform: uppercase;
margin-bottom: 0px; /*bottom spacing between header and rest of content*/
padding: 2px 2px 2px 2px; /*header text is indented 10px*/

}



.arrowlistmenu ul{
list-style-type: none;
margin: 0px;
padding: 0px;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{
font: bold 16px Arial Narrow;
color: #665656;
background: #DDDDE5;
display: block;
padding: 2px 2px;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;

}

.arrowlistmenu ul li a:visited{
color: #00205D;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #00205D;
background: url(heading/menu-back2.jpg) repeat-x center left
}




</style>
