@charset "utf-8";
/* CSS Document */


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

.arrowlistmenu{
width: 180px; /*width of menu*/
background-color:#f8f7f5;
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: #fff;
background-color:#2955dc;
background-image:url(../images/layout/side_menu_bg.png);
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: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #52514d;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
padding-left:10px;
border-bottom:2px solid #fff;
font-size: 90%;
text-transform:uppercase;
background-image:url(../../inc_2/images/icons/paper.gif);
background-position:2px;
background-repeat:no-repeat;
}

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

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


