/* Top background */
.H6_Style1 {
	border-style: none;
	border-width: 0px;
	background: url(normal.gif) repeat-x;	
	color: #ffffff;
	text-align: center;
	height: 32px;
}

/* Top active background */
.H6_Style2 {
	
	height: 32px;
	padding-left:8px;
	padding-right:8px;
	background: url(hover.gif) repeat-x;
}

/* top level links */

.H6_MenuLevel0,.H6_MenuLevel0:visited,.H6_MenuLevel0:link {
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	line-height: 32px;
}

.H6_MenuLevel0:hover {
	text-align: center;	
	color: #ffffff;
	text-decoration: none;	
	text-align: center;	
	height: 32px;
	background: url(hover.gif) repeat-x;
}

.H6_MenuLevel0Selected,.H6_MenuLevel0Selected:visited,.H6_MenuLevel0Selected:link {
	text-align: center;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold; 
	color: #ffffff;
	text-decoration:none;
 	line-height: 32px;
}

.H6_MenuLevel0Selected:hover{
	text-align: center;	
	color: #ffffff;
	text-decoration: none;
}

/* 2nd-level background */
table.H6_Bglevel2{
	border-style: none;
	border-width: 0px;
	padding-left:8px;
	padding-right:8px;
	background-color: #9e6b00;
}

td.H6_Style2{
	padding-left:8px;
	padding-right:8px;
}

td.H6_Style3 
{
	padding-left:8px;
	padding-right:8px;
}


.H6_Bglevel2 {
	background-color: white;
	background-position: left;
	z-index: -100;
}

/* 2nd level links */

.H6_MenuLevel1,.H6_MenuLevel1:visited ,.H6_MenuLevel1:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffde00;
	text-decoration: none;
	line-height: 24px;
	padding-left: 3px;
	padding-right: 3px;
}

.H6_MenuLevel1:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	padding-left: 3px;
	padding-right: 3px;
}

.H6_MenuLevel1Selected,.H6_MenuLevel1Selected:visited,.H6_MenuLevel1Selected:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	line-height: 24px;
	padding-left: 3px;
	padding-right: 3px;
}


.H6_Style4 {
	text-align: right;
}

 
/* Admin/host styles */

#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: #3299CC
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #3299CC;
color:#FFFFFF;
}

 

