/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 135px; /*width of menu*/
font: 10px arial;
}

.headerbar{

font: 11px arial;
color: white;
background: url(images/titlebar.png) repeat-x center left;
 /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 0 8px 10px; /*header text is indented 10px*/
}

.arrowlistmenu .headerbar{

color: white;
background: url(images/titlebar.png) repeat-x center left;
 /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 0 8px 10px; /*header text is indented 10px*/
}

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

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

.arrowlistmenu ul li a{
color: #717171;
font: 11px verdana;
background: url(images/pointer.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 1px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
/*border-bottom: 1px solid #dadada;*/

}

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

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

