@charset "utf-8";

.arrowlistmenu {
    list-style:none;
}

.arrowlistmenu .menuheader { /*CSS class for menu headers in general (expanding or not!)*/
    font-weight:bold;
}

.arrowlistmenu .openheader, .arrowlistmenu .menuheader a:hover { /*CSS class to apply to expandable header when it's expanded*/
	/*background-color: #005bb9;
	color: #fff;*/
	text-decoration:underline;
}
.arrowlistmenu .expandable a {
	background-image:url(../images/GlobalNav.Arrow.gif);
	background-repeat:no-repeat;
	background-position: 179px 12px;
}
.arrowlistmenu .openheader a {
	background-image:url(../images/GlobalNav.Arrow.gif);
	background-repeat: no-repeat;
	background-position: 179px -82px;
}
.arrowlistmenu .menuheader a {
	font-size:13px;
	display:block;
	color:#000;
	height:27px;
	margin-bottom:4px;
	padding:14px 10px 0;
	border:1px solid #CACACA;
	text-decoration:none;
}
.arrowlistmenu .menuheader .arr {
    display:block; 
    background:url(../images/bullet-1.gif) 100% 75% no-repeat;
}
.arrowlistmenu .openheader a {color:#ffffff;}
.arrowlistmenu ul.categoryitems {
	background:#ffffff url(../images/GlobalNav.SubMenu.gif) repeat-x bottom; 
	padding-bottom:4px;
	padding-top:3px;
}
.arrowlistmenu ul li {
	font-size: 1em;
	font-weight: normal;
	padding-left: 12px;
	padding-right: 13px;
	border-top: none;
}

.arrowlistmenu ul li a {
    color: #A70303;
    background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    padding: 2px 0 2px 19px;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    border:none;
    font-weight:normal;
}
.arrowlistmenu li li a,
.arrowlistmenu li.openheader li a {
	display: block;
	padding:  4px 0px 3px 8px;
	border-top: none;
	color: #005bb9;
	text-decoration: underline;
	background-color: transparent;
	background-image: url(../images/GlobalNav.SubSubCategories.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
}
.arrowlistmenu li li a:hover,
.arrowlistmenu li.openheader li a:hover {
	background-color: transparent;
	color: #005bb9;
	text-decoration: none;
}

.arrowlistmenu ul li a.closedsubheader{ /*Closed state CSS for sub menu header*/
	background-color: transparent;
	background-image: url(../images/GlobalNav.SubSubCategories.gif);
	background-repeat: no-repeat;
	background-position: 0px -85px;
	text-decoration:none; 
	font-weight:bold;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}
.arrowlistmenu .subcategoryitems li {
	padding-left:10px;
}
.arrowlistmenu .subcategoryitems li a {
	background:url(../images/GlobalNav.SubSubSub.gif) no-repeat 0 10px !important;
	color:#000 !important;
	padding:4px 0px 3px 9px !important;
}
