.aspMenuBar table
{
	font-size: 8pt;
	width: 150px;
	color: black;
	font-family: Verdana;
	border-collapse: collapse;
	height: 18px;
}

.aspMenuBar td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	height: 20px;
	background-color: khaki;
}
 
.aspMenuBarOver td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: #43768a 1px solid;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	cursor: hand;
	color: white;
	padding-top: 0px;
	border-bottom: #43768a 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	height: 20px;
	background-color: darkkhaki;
}

.aspMenuBarDown td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: solid #43768a 1px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: solid #43768a 1px;
	font-family: Verdana;
	border-collapse: collapse;
	height: 20px;
	background-color: darkkhaki;
	cursor: hand;
}

.aspMenuBarUp td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: solid #43768a 1px;
	padding-left: 5px;
	font-weight: bold;
	font-size: 8pt;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: solid #43768a 1px;
	font-family: Verdana;
	border-collapse: collapse;
	height: 20px;
	background-color: darkkhaki;
	cursor: hand;
}

.aspMenuBarSub td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: #dcdcdc 1px;
	padding-left: 20px;
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: #f4fdd2;	
}

.aspMenuBarSubOver td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: #dcdcdc 1px;
	padding-left: 20px;
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: darkkhaki;
	cursor: hand;
}

.aspMenuBarSubDown td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: #dcdcdc 1px;
	padding-left: 20px;
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: darkkhaki;
	cursor: hand;
}

.aspMenuBarSubUp td
{
	border-right: #dcdcdc 1px;
	padding-right: 0px;
	border-top: #dcdcdc 1px;
	padding-left: 20px;
	font-size: 8pt;
	font-weight: normal;
	padding-bottom: 0px;
	margin: 0px;
	border-left: #dcdcdc 1px;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: #dcdcdc 1px;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: darkkhaki;
	cursor: hand;
}

.aspMenuGroup
{
	border-right: black 1px solid;
	padding-right: 0px;
	border-top: black 1px solid;
	padding-left: 0px;
	font-size: 8pt;
	z-index: 101;
	padding-bottom: 0px;
	margin: 0px;
	border-left: black 1px solid;
	width: 150px;
	color: black;
	padding-top: 0px;
	border-bottom: black 1px solid;
	font-family: Verdana;
	border-collapse: collapse;
	background-color: #dcdcdc;
	text-align: center;
}
    
.aspMenuItem
{
	border-right: #dcdcdc 1px solid;
	border-top: #dcdcdc 1px solid;
	font-size: 8pt;
	border-left: #dcdcdc 1px solid;
	width: 150px;
	color: black;
	border-bottom: #dcdcdc 1px solid;
	font-family: Verdana;
	background-color: #dcdcdc;
	text-align: center;
}
    
.aspMenuSeparator
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 8pt;
	border-left: white 1px solid;
	width: 150px;
	color: black;
	border-bottom: white 1px solid;
	font-family: Verdana;
	background-color: #dcdcdc;
	text-align: center;
}
    
.aspMenuItemDown
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	width: 150px;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #dcdcdc;
	text-align: center;
}
    
.aspMenuItemOver td
{
	border-right: black 1px solid;
	border-top: black 1px solid;
	font-size: 8pt;
	border-left: black 1px solid;
	width: 150px;
	cursor: hand;
	color: black;
	border-bottom: black 1px solid;
	font-family: Verdana;
	background-color: #a9a9a9;
	text-align: center;
}
    
.aspMenuItemDrillDown
{
	border-right: white 1px solid;
	border-top: white 1px solid;
	font-size: 8pt;
	border-left: white 1px solid;
	width: 150px;
	color: black;
	border-bottom: white 1px solid;
	font-family: Verdana;
	background-color: #dcdcdc;
	text-align: center;
}
    
