UL.main_menu
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	height: 20px;
	width: 100%; 
	font-family: Verdana,sans-serif; font-weight: bold;
	font-size: 12px; 
}

UL.main_menu LI
{
	display: block; float: left;
	text-align:center;
	list-style-type: none;
	margin: 0px 1px;
	padding: 1px 6px 2px 6px;
	border: 1px solid #98a2b0;
	border-bottom: 0px solid white; 
	background: #98a2b0;
	color: white; 
	margin-bottom: -1px;
	cursor: hand; 
	vertical-align: center;
	height: 20px;
	line-leight: 20px;
}

UL.main_menu LI.active { background: #adcae8; border: 1px solid #adcae8; }

UL.main_menu A { text-decoration: none; color: white; border: none; }
UL.main_menu A:hover { text-decoration: none; color: white; border: none; }


UL.tabset_h
{
	border-bottom: 2px solid #2c2c82;
	margin: 0px 0px 20px 0px;
	padding: 2px 7px;
	vertical-align: bottom;
}

UL.tabset_h LI
{
	font-family: Arial, sans-serif; font-size: 10pt;
	display: block; float: left;text-align:center;
	list-style-type: none;
	margin: 0px 1px;
	padding: 4px 6px;
	border: 1px solid #2c2c82;
	border-bottom: 0px solid white; 
	background: #f0f0f0;
	margin-bottom: -1px;
	cursor: hand; 
	position: relative; top: -2.7em;
	vertical-align: center;
	height: 2.5em;
}


UL.tabset_h LI.active
{
	font-family: Arial, sans-serif; font-size: 10pt;
	display: inline;
	list-style-type: none;
	margin: 0px 1px;
	padding: 4px 6px;
	border: 2px solid #2c2c82;
	border-bottom: 0px solid white; 
	background: white;
	margin-bottom:10px;
	padding-bottom: 6px;
}


UL.tabset_h A { text-decoration: none; color: #2c2c82; }
UL.tabset_h A:hover { color: blue;  }