@charset "utf-8";
/* CSS Document */

.arrowlistmenu{
width: 197px; /*width of menu*/
line-height:25px;
color:#FFFFFF;
font-size:16px;
float:left;
margin-top:25px;
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #fff;
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #fff;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #fff;
background: url(../images/menu.jpg) no-repeat ;
width:197px;
}

.arrowlistmenu ul li .active{ /*hover state CSS*/
color: #fff;
background: url(../images/menu.jpg) no-repeat ;
width:197px;
}



