div.menuLeftNav
{
	width: 206px;
	height: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 6px 6px 2px 6px;
	background-color: #8b8b8b;
	border-width: 1px 1px 0px 1px;
	border-color: #A6A6A6;
	border-style: solid;
	cursor: pointer;
}

div.menuLeftNav:hover
{
	width: 206px;
	height: auto;
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 8pt;
	color: #d1d1d1;
	font-weight: bold;
	margin: 0;
	padding: 6px 6px 2px 6px;
	background-color: #636363;
	border-width: 1px 1px 0px 1px;
	border-color: #A6A6A6;
	border-style: solid;
	cursor: pointer;
}

div.menuLeftNav.last { border: 1px #A6A6A6 solid; }

div.menuLeftNav p
{
	margin: 0;
	padding: 0 0 6px 0;
}

div.menuLeftNav ul
{
	margin: 0;
	padding: 0;
}

div.menuLeftNav ul li
{
	list-style: disc;
	font-size: 7pt;
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;
}


.AccordionTitle, .AccordionContent, .AccordionContainer
{
	position: relative;
	width: 220px;
}

.AccordionTitle
{
	width: 218px;
	height: auto;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	line-height: 20pt;
	margin: 0;
	padding: 2px 6px 2px 6px;
	background-color: #8b8b8b;
	border-width: 1px 1px 0px 1px;
	border-color: #A6A6A6;
	border-style: solid;
	cursor: pointer;
	overflow: hidden;
	display: table-cell;
	-moz-user-select: none;
}

.AccordionTitleOver
{
	width: 218px;
	height: auto;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 8pt;
	color: #d1d1d1;
	font-weight: bold;
	line-height: 20pt;
	margin: 0;
	padding: 2px 6px 2px 6px;
	background-color: #636363;
	border-width: 1px 1px 0px 1px;
	border-color: #A6A6A6;
	border-style: solid;
	cursor: pointer;
	overflow: hidden;
	display: table-cell;
	-moz-user-select: none;
}

.AccordionTitle.last { border: 1px #A6A6A6 solid; }

/* .AccordionContent
{
	height: 0px;
	width: auto;
	overflow: hidden;
	display: none;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 2px 6px 2px 6px;
	background-color: #8b8b8b;
	cursor: pointer;
	border: 0px #A6A6A6 solid;
} */

.AccordionContent
{
	height: 0px;
	width: auto;
	overflow: hidden;
	display: none;
	font-family: Helvetica, Verdana, Arial, Geneva, sans-serif;
	font-size: 8pt;
	color: #d1d1d1;
	font-weight: bold;
	margin: 0;
	padding: 2px 6px 2px 6px;
	background-color: #636363;
	cursor: pointer;
	border-width: 0px 1px 0px 1px;
	border-color: #A6A6A6;
	border-style: solid;
}

.AccordionContent ul
{
	margin: 0;
	padding: 0;
}

.AccordionContent li
{
	list-style: disc;
	font-size: 7pt;
	font-weight: normal;
	margin: 0 0 0 20px;
	padding: 0 0 4px 0;
}

.AccordionContainer { 
	border-width: 1px 1px 0px 1px;
	border-color: #A6A6A6;
	border-style: solid;}