.arrowlistmenu{
width: 220px; /*width of accordion menu*/
}

.arrowlistmenu:link{
color: #071830;
background: url(themes/Bozhilov/images/points.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #dadada;
font-size: 100%;
}

.arrowlistmenu:visited{
color: #071830;
background: url(themes/Bozhilov/images/points.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 15px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
border-bottom: 0px solid #dadada;
font-size: 100%;
}

.arrowlistmenu:hover{ /*hover state CSS*/
/*background-color: #F3F3F3;*/
color: #071830;
}

.arrowlistmenu1{
width: 220px; /*width of accordion menu*/
color: #A70303;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-size: 100%;
text-transform:uppercase;
}

.arrowlistmenu1:link{
color: #A70303;
display: block;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-size: 100%;
text-transform:uppercase;
}

.arrowlistmenu1:visited{
color: #A70303;
}

.arrowlistmenu1:hover{ /*hover state CSS*/
/*background-color: #F3F3F3;*/
color: #A70303;
}
