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

.arrowlistmenu {
    position: relative;
    width: 230px;
}
.arrowlistmenu .menuheader {
	background: url("titlebar.png") repeat-x scroll left center black;
	color: black;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 4px 0 4px 10px;
	text-transform: capitalize;
	font-family: Calibri;
	font-size: 14px;
}
.arrowlistmenu .openheader {
    background-image: url("titlebar-active.png");
}
.arrowlistmenu ul {
    list-style-type: none;
    margin: 0 0 8px;
    padding: 0;
}
.arrowlistmenu ul li {
    padding-bottom: 2px;
}
.arrowlistmenu ul li a {
	background: url("arrowbullet.png") no-repeat scroll left center transparent;
	border-bottom: 1px solid #DADADA;
	color: #A70303;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 0 2px 19px;
	text-decoration: none;
}
.arrowlistmenu ul li a:visited {
    color: #A70303;
}
.arrowlistmenu ul li a:hover {
    background-color: #F3F3F3;
    color: #A70303;
}
