html > body * {
	outline:none;
}
a{text-decoration:none;}
a:hover{color:#FF0000;}
.arrowlistmenu{
width:174px; /*width of accordion menu*/
float:left;
padding-right:15px;
}
.arrowlistmenu h3{margin:0px;
padding:0px;
}
.arrowlistmenu h3 a{ text-decoration:none;
color:#000000;
}
.arrowlistmenu h3 a:hover{ text-decoration:none;
color:#FF0000;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:normal;
color:#000000;
background:url(../images/black-arrow.gif) left 9px no-repeat;
margin-bottom:0px; /*bottom spacing between header and rest of content*/
padding: 0px 0px 0px 15px; /*header text is indented 10px*/
cursor: hand;
text-align:left;
cursor:pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(../images/black-arrow.gif) left 9px no-repeat;
color:#FF0000;

}
.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom:2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom:1px; /*bottom spacing between menu items*/
padding-left:32px;
}

.arrowlistmenu ul li a{
color:#6b6b6b;
background: url(arrowbullet.png) no-repeat center right; /*custom bullet list image*/
display: block;
padding:1px 0;
text-align:left;

text-decoration: none;
font-size:11px;
}

.arrowlistmenu ul li a:visited{
color: #6b6b6b;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color:#FF0000;
}

