-/*   http://www.dynamicdrive.com/dynamicindex17/ddaccordionmenu.htm  */


	.accstyle { 				/* entire menu */
		margin: 0 0 0 0;
		padding-top: 5px;
		width: 171px; /*width of menu*/
	}

	.accstyle a.accmenu {			 /* collapsed */
		background: #2BAB2B url(img/tlbtn_acc_er.png);
		font: bold 12px Tahoma, arial, sans-serif;
		text-align: center;
		color: white;
		display: block;
		position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
		width: auto;
		padding: 5px 0;
		padding-left: 8px;
		text-decoration: none;
		border-top: 1px solid black;
	}

	.accstyle div.static {
		background: #2BAB2B url('img/tlbtn_acc_erbg.png') repeat-x center left;
		font: bold 12px Tahoma, arial, sans-serif;
		text-align: center;
		color: white;
		display: block;
		position: relative;
		width: auto;
		padding: 4px 0px;
		padding-left: 8px;
		margin-bottom: 5px;
		border-top: 1px solid black;
		border-bottom: 1px solid black;
	}

	.accstyle a.accmenu:visited, .accmenu:active, .accstyle a.accmenu:hover {color: white;}

	.accstyle a.selected {
		background-image: url(img/tlbtn_acc_ersel.png);
		color: white;
		border-bottom: 1px solid black;
	}


	.accstyle div.accsubmenu{ /*DIV that contains each sub menu*/
		padding-top: 5px;
		padding-bottom: 2px;    /* buttons already have a bottom padding of 3px */

	}


	.areasmenu {font-family: Arial, Helvetica, sans-serif; font-size: 13px; text-align: left; text-decoration: none; font-weight: bold; color: #FFFFFF;}
	a.areasmenu:link {text-decoration: none; color: #FFFFFF;}
	a.areasmenu:visited {text-decoration: none; color: #FFFFFF;}
	a.areasmenu:hover {text-decoration: underline; color: #FFD700;}
	a.areasmenu:active {text-decoration: none; color: #FFFFFF;}

	.areaterritorymenu {font-family: Arial, Helvetica, sans-serif; font-size: 11px; text-align: left; text-decoration: none; font-weight: bold; color: #FFFFFF;}
	a.areaterritory:link {text-decoration: none; color: #FFFF00;}
	a.areaterritory:visited {text-decoration: none; color: #FFFF00;}
	a.areaterritory:hover {text-decoration: underline; color: #FFFF00;}
	a.areaterritory:active {text-decoration: none; color: #FFFF00;}