/* @override list_expand.css */

.arrowlistmenu{
width: 100%;
padding-bottom: 0px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
/* color: #393830; */
color: #161e29;
background: #a3adbb url(img/slider_bg_bluegray.gif) repeat-x center;
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
text-align: left;
margin-top: 0;
border-bottom: 1px inset #879dbb;
border-top: 1px inset #b4c0ce;
}

.arrowlistmenu .openheader{
background-color: #6092d5;
background-image: url(img/slider_bg_bluegray_sel.gif);
color: #fff;
border-bottom: 1px inset #5f84b4;
border-top: 1px inset #7cacec;
}

/* 2008-06-24 Bozeman - bring attention to this slider */
.arrowlistmenu .attn{
border: medium solid #FF0000;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
padding: 0;
margin: 0;
}

.arrowlistmenu ul li{
padding-bottom: 0;
}

.arrowlistmenu ul li a{
color: #0f366c;
background: none no-repeat center; /*custom bullet list image*/
font-weight: bold;
font-size: 90%;
padding: 1px;
}

.arrowlistmenu ul li a:visited{
color: #0f366c;
padding: 1px;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #15749d;
background-color: #F3F3F3;
padding: 1px;
}

.categoryitems {
margin: 0 auto;
padding: 0;
}

