.categoryitems {
font: bold 12px Arial;
color: red;
}
.arrowlistmenu{
	width: 160;
}
.arrowlistmenu .menuheader{
font: bold 12px Arial;
color: white;
background: black url(titlebar.png) repeat-x center left;
margin-bottom: 10px; 
text-transform: uppercase;
padding: 4px 0 4px 10px; 

cursor: pointer;
}
.arrowlistmenu .openheader{ 
background-image: url(titlebar-active.png);
}
.arrowlistmenu ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}
.arrowlistmenu ul li{
padding-bottom: 2px; 
}
.arrowlistmenu ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px; 
text-decoration: none;
font: bold 14px Arial;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ 
color: #d90404;
background-color: #F3F3F3;
}


.arrowlistmenu1{
	width: auto
}
.arrowlistmenu1 .menuheader{
font: bold 12px Arial;
color: white;
background: black url(titlebar-active.png) repeat-x center left;
margin-bottom: 10px; 
text-transform: uppercase;
padding: 4px 0 4px 10px; 

cursor: pointer;
}
.arrowlistmenu1 .openheader{ 
background-image: url(titlebar-active.png);
}
.arrowlistmenu1 ul{ 
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; 
}
.arrowlistmenu1 ul li{
padding-bottom: 2px; 
}
.arrowlistmenu1 ul li a{
color: #A70303;
background: url(arrowbullet.png) no-repeat center left; 
display: block;
padding: 2px 0;
padding-left: 19px; 
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}
.arrowlistmenu1 ul li a:visited{
color: #A70303;
}

.arrowlistmenu1 ul li a:hover{ 
color: #A70303;
background-color: #F3F3F3;
}
