.menu_imgBg{
/*	background-image: url(menu_Bg.png);
	background-repeat: no-repeat;
	background-position: left top;
*/} 


.menu_topBg{
	background-image: url(menu_topBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:260px;
	height: 10px;
}

.menu_midBg{
	background-image: url(menu_midBg.png);
	background-repeat: repeat-y;
	background-position: left top;
}

.menu_botBg{
	background-image: url(menu_botBg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width:260px;
	height: 10px;

}




.menubg{
	width: 260px; /*width of accordion menu*/
	padding-top: 0px;
	padding-left: 0px;

}
.arrowlistmenu{
	width: 260px; /*width of accordion menu*/
	padding-left:0px;
	padding-right:0px;
}



.menuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #69577f;
	text-decoration:none;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top: 0px;
	margin-left: 0px;
	text-transform: capitalize;
	padding: 0px 0px 0px 37px; /*header text is indented 10px*/
	display:block;
	background-image: url(btnMenu_link.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}


.submenuheader a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #69577f;
	text-decoration:none;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top: 0px;
	margin-left: 0px;
	text-transform: capitalize;
	padding: 0px 0px 0px 47px; /*header text is indented 10px*/
	display:block;
	background-image: url(btnSubMenu_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: normal;
}



.menuheader a:visited{
	color: #69577f;
	text-decoration:none;
}


.submenuheader a:visited{
	color: #69577f;		
	text-decoration:none;
}


.menuheader a:hover{ /*hover state CSS*/
	color: #ffffff;
	text-decoration: none;
	background-image: url(btnMenu_hover.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}



.submenuheader a:hover{ /*hover state CSS*/
	color: #69577f;
	text-decoration: none;
	background-image: url(btnSubMenu_link.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-weight: bold;
}



.expandable a{ /*CSS class for menu headers in general (expanding or not!)*/
	color: #f3f6d7;
	text-decoration:none;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top: 0px; 
	margin-left: 0px; 
	text-transform: uppercase;
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
	display:block;
	
	background-image: url(btnSubMenu_link.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.expandable a:visited{
	color: #f3f6d7;
	text-decoration:none;
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
}

.expandable a:hover{ /*hover state CSS*/
	color: #39571a;
	text-decoration: underline;
	
	background-image: url(btnSubMenu_hover.png);
	background-repeat: no-repeat;
	background-position: left top;

	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
}

.expandable {
	background: url(arrowplus.png) no-repeat center right; /*custom bullet list image*/
	padding: 0px 0px 0px 0px;
	}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #69577f;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top: 0px;
	margin-left: 0px;
	text-transform: capitalize;
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	line-height: 35px;	/* background: url(../menu/arrowplus.png) no-repeat center right;*/ /*custom bullet list image*/
}



.arrowlistmenu .submenuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #69577f;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	margin-top: 0px;
	margin-left: 0px;
	text-transform: capitalize;
	padding: 0px 0px 0px 0px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	line-height: 25px;	/* background: url(../menu/arrowplus.png) no-repeat center right;*/ /*custom bullet list image*/
}


.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
	text-decoration:none;
	color: #FFFFFF;
	background: url(arrowminus.png) no-repeat center right; /*custom bullet list image*/

	padding: 0px 0px 0px 37px;
}


.arrowlistmenu .closeheader{ /*CSS class to apply to expandable header when it's expanded*/
	text-decoration:none;
	padding: 0px 0px 0px 36px;
}


.arrowlistmenu ul li .closedsubheader{ /*CSS class to apply to expandable header when it's expanded*/
	text-decoration:none;
	text-transform: capitalize;
	color: #39571a;
	background: url(arrowminus2.gif) no-repeat center right;
	font-size: 11px;
	font-weight: normal;
	/*	border-bottom: #8f0606 1px solid; */
	line-height: 26px;
	padding-left: 48px;
	margin:0;
}


.arrowlistmenu ul li .opensubheader{ /*CSS class to apply to expandable header when it's expanded*/
	text-decoration:none;
	background: url(arrowplus2.gif) no-repeat center right;
	text-transform: capitalize;
	color: #39571a;
	font-size: 11px;
	font-weight: normal;
	/*	border-bottom: #8f0606 1px solid; */
	line-height: 26px;
	padding-left: 48px;
	margin:0;
}




.arrowlistmenu ul li .closedsubsubheader{ /*CSS class to apply to expandable header when it's expanded*/
	text-decoration:none;
	background: url(arrowminus2.png) no-repeat center right;
	text-transform: capitalize;
	color: #f7941d;
	font-size: 12px;
	font-weight: bold;
	/*	border-bottom: #8f0606 1px solid; */
	line-height: 50px;
	padding-right: 45px;
	margin:0;
	text-align:right;
}


.arrowlistmenu ul li .opensubsubheader{ /*CSS class to apply to expandable header when it's expanded*/
	text-decoration:none;
	background: url(arrowplus2.png) no-repeat center right;
	text-transform: capitalize;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	/*	border-bottom: #8f0606 1px solid; */
	line-height: 50px;
	padding-right: 45px;
	margin:0;
	text-align:right;
}


.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none; 
	margin: 0;
	padding: 0;
	margin-bottom: 0px; /*bottom  spacing between each UL and rest of content*/
/*	background-color: #a60000 #a60000  #e4b2b2;   GAP UNDER SUBMENU*/
}

.arrowlistmenu ul li{
	padding-bottom: 0px; /*bottom spacing between menu items*/
/*	background-color: #a60000; */
}

.arrowlistmenu ul li a{
	color: #69577f;
	display: block;
	padding: 2px 0 2px 0; /* 	padding: 12px 0 13px 0; */
	padding-left: 60px; /*link text is indented 19px*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 21px;
	background-image: url(btnSubSubMenu_link.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.arrowlistmenu ul li a:visited{
	color: #69577f;
	font-weight: normal;

}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #69577f;
	text-decoration:none;
	font-weight: bold;
	background-image: url(btnSubSubMenu_link.png);
	background-repeat: no-repeat;
	background-position: left top;
}



.arrowlistmenu ul li a.subexpandable{
	color: #39571a;
	/*	background: url(../menu/arrowbullet.png) no-repeat center right; custom bullet list image*/
	background-color: #f3f6d7;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 2px dotted #999a92;
	font-size: 11px;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
/*background-color: #e4b2b2;
background: url(../menu/arrowbulletdown.png) no-repeat center right;   custom bullet list image*/
text-decoration:underline;
font-weight: bold;
}


.arrowlistmenu ul li a.subsubexpandable{
	color: #843535;
/*	background: url(../menu/arrowbullet.png) no-repeat center right; custom bullet list image*/
	background-color: #f0d4d4;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #8f0606;
	font-size: 11px;
}

.arrowlistmenu ul li a.subsubexpandable:hover{ /*hover state CSS for sub menu header*/
background-color: #f0d4d4;
/* background: url(../menu/arrowbulletdown.png) no-repeat center right;    custom bullet list image*/
text-decoration:underline;
font-weight: bold;
}



.arrowlistmenu ul li a.subcategoryitems{
	color: #843535;
/*	background: url(../menu/arrowbullet.png) no-repeat center right; custom bullet list image*/
	background-color: #666666;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #8f0606;
	font-size: 11px;
}

.arrowlistmenu ul li a.subcategoryitems:hover{ /*hover state CSS for sub menu header*/
background-color: #f0d4d4;
font-weight: bold;
}

.arrowlistmenu ul li a.subsubcategoryitems{
	color: #843535;
/*	background: url(../menu/arrowbullet.png) no-repeat center right; custom bullet list image*/
	background-color: #666666;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px solid #8f0606;
	font-size: 11px;
}

.arrowlistmenu ul li a.subsubcategoryitems:hover{ /*hover state CSS for sub menu header*/
background-color: #666666;
font-weight: bold;
}





.arrowlistmenu ul li a.categoryitems {
	color: #843535;
/*	background: url(../menu/arrowbullet.png) no-repeat center right; custom bullet list image*/
	background-color: #e4b2b2;
	display: block;
	padding: 2px 0;
	padding-left: 5px; /*link text is indented 19px*/
	font-weight: bold;
	border-bottom: 1px solid #8f0606;
	font-size: 12px;
	
	text-decoration: none;
}




