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

/*ul.dropdown {position: relative; z-index: 597; float:left;}
ul.dropdown li {float:left; line-height: 1.3em;  vertical-align: middle; zoom:1;}
ul.dropdown li.hover, ul.dropdown li:hover {position: relative; z-index: 599; cursor: default;}
ul.dropdown ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index:598; background:#8ECFED; border:solid #008AC5; border-width:1px;  width:165px; text-align:left}
ul.dropdown ul li {float:none; border-bottom:1px solid #FFF; width:100%; padding:0 !important}
ul.dropdown li:hover > ul {visibility: visible;}
ul.dropdown ul a {background:none !important; display:block; width:100%; padding:5px 0 !important; text-indent:15px; color:#000}
ul.dropdown ul a:hover {background:#BC292D url(../images/menuOver2.gif) 4px 8px no-repeat !important; color:#FFF; text-decoration:none}*/


ul.dropdown {position: relative; z-index: 597; float:left;}
ul.dropdown li {float:left; line-height: 1.3em;  vertical-align: middle; zoom:1;}
ul.dropdown li.hover, ul.dropdown li:hover {position: relative; z-index: 599; cursor: default;}
ul.dropdown ul {visibility: hidden; position: absolute; top: 100%; left: 0; z-index:598; border:solid #8e8e8e; border-width:2px; width:185px; text-align:left; background:url(../images/drpDwnBg.gif) no-repeat left top; margin-left:5px}
ul.dropdown ul li {float:none; border-bottom:1px solid #FFF; width:100%; padding:0 !important; display:block; clear:left}
ul.dropdown li:hover > ul {visibility: visible;}
ul.dropdown ul a {background:url(../images/drpDwnBg.gif) no-repeat left top !important; display:block; width:100%; padding:7px 0 !important; text-indent:19px; color:#000; opacity:0.9; filter: alpha(opacity=90); float:left}
ul.dropdown ul a:hover {background:url(../images/drpDwnBg-over.gif) no-repeat left top !important; text-decoration:none}
ul.dropdown ul li ul {position:absolute; left:180px}

.arrowlistmenu{width: 100%; float:left; /*width of accordion menu*/}
.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size:13px;
color: #FFF;
background: url(../images/titlebar.png) repeat-x center left;
margin-bottom:2px; /*bottom spacing between header and rest of content*/
text-transform: capitalize;
padding: 5px 4px 5px 10px; /*header text is indented 10px*/
cursor: pointer;
text-align:right;
border-bottom:1px solid #008ac5;
border-top:1px solid #008ac5;
}

.arrowlistmenu .openheader01{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
color:#FFFFFF;
border-bottom:1px solid #85b337;
border-top:none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../images/titlebar-active.png);
color:#FFFFFF;
border-bottom:1px solid #85b337;
border-top:none;
}



.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0px;
padding: 0px;
/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; 
/*padding-left:7px;*/
/*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background:url(../images/submenubg2.png) !important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background:#dbefc6 !important;
}

.arrowlistmenu ul li a{
color: #999999;
background: url(../images/subtabbg.png) right bottom no-repeat; /*custom bullet list image*/
display: block;
padding: 10px 0px;
padding-right: 19px; /*link text is indented 19px*/
text-decoration: none;
text-align:right;
font-weight: bold;

font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #999999;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background:url(../images/submenubg2.png) right top no-repeat; padding:10px 19px;
}

.arrowlistmenu ul li a.act{ /*hover state CSS*/
background:url(../images/submenubg2.png) right top no-repeat; padding:10px 19px;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background:#dbefc6;
}

ul.categoryitems-new li a {
color: #999999;
background: url(../images/subtabbg.png) right bottom no-repeat; /*custom bullet list image*/
display: block;
padding: 10px 0px;
padding-right: 19px; /*link text is indented 19px*/
text-decoration: none;
text-align:right;
font-weight: bold;
font-size: 90%;
}
ul.categoryitems-new li a:hover{ /*hover state CSS*/
background:url(../images/submenubg2.png) right top no-repeat; padding:10px 19px;
}
