/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 180px; /*width of menu*/
margin: 20px 0 0 22px;
}

.arrowlistmenu .headerbar{
font: bold 13px Arial;
color: white;
background: black url(media/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 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: 30px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #333333;
background: url(layout/menu_arrow_14px.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-family: Tahoma;
font-size: 120%;
}
.arrowlistmenu ul li a.over{
color: #e77716;
background: url(layout/menu_arrow_14px.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding:0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-family: Tahoma;
font-size: 120%;
/*background-color: #f1b37a;*/
}
/*.arrowlistmenu ul li a:visited{
color: #333333;
}*/

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #e77716;
/*background-color: #f1b37a;*/
}