.categoryitems{display: none}

.subcategoryitems{display: none}




.arrowlistmenu{
width: 163px;margin-left:12px; /*width of accordion menu*/
}

.arrowlistmenu h3{margin:0px 0px 0px 0px;padding:0px;padding-bottom:5px;}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Arial;
color: #999999;
background:url(menubg3.gif) repeat-x center left  #cccccc;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 5px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: url(menubg4.gif) #ffffff; color:#848282;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
margin-bottom: 6px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/

}

.arrowlistmenu ul li a{width:100%;
color: #697b9f;
display: block;
padding: 2px 0;
padding-left: 10px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
font-size: 11px;

}

.arrowlistmenu ul li a:visited{
color: #697b9f;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #4a669f;
background: url() right top 0px 0px no-repeat;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background:url(plus.gif) 140px 0px no-repeat !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background:url(minus.gif) 140px 0px no-repeat !important;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #efefef;
}
.submenu{display: none}
.arrowlistmenu ul ul {margin:0px;padding:0px;}
.upme{margin-top:-17px!important;margin-top:-16px;width:120px!important;}
body:not(:root:root) a.upme
{
   margin-top:-18px;
}
a.dwn{font-size:10spx;color:#666666;margin-top:0px;}