div.elementNavTop {
	
}

div.TopNav_Group {
	position: absolute;
	top: 0px;
	left: 246px;
	cursor: pointer;
	background-color: #FFF;
	z-index: 99;
	
	/* --- begin test code --- 
	opacity: 0.92;*/
}

div.TopNav_Group#group1 {
	width: 185px;
	margin-left: 0px;
}

div.TopNav_Group#group2 {
	width: 185px;
	margin-left: 56px;
}

div.TopNav_Group#group3 {
	width: 185px;
	margin-left: 157px;
}

div.TopNav_Group#group4 {
	width: 185px;
	margin-left: 298px;
}

div.TopNav_Group#group5 {
	width: 185px;
	margin-left: 358px;
}

div.TopNav_Label {
	padding: 5px 10px;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #3B352C;
	border-left: 1px solid #8C7D6D;
}

div.TopNav_Label.first {
	
}

div.TopNav_Label.last {
	border-right: 1px solid #8C7D6D;
}

div.TopNav_Label.current.hover, 
div.TopNav_Label.hover  {
	color: #FFF;
	background-color: #BD6B29;	
}

div.TopNav_Label.current {
	color: #BD6B29;
	background-color: #FFF;
}

div.topNav_Label#label1 {
	width: 35px;
}

div.topNav_Label#label2 {
	width: 80px;
}

div.topNav_Label#label3 {
	width: 120px;
}

div.topNav_Label#label4 {
	width: 40px;
}

div.topNav_Label#label5 {
	width: 70px;
}

div.TopNav_Items {
	display: none;
	border: 1px solid #CCC;
	cursor: pointer;
	
	/* --- begin test code --- 
	background-color: #FAFAFA; */
}

div.TopNav_Item {
	padding: 0px 11px 11px 11px;
	cursor: default;
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	line-height: 1;
	color: #5E6E66;
	cursor: pointer;
}

div.TopNav_Item.first {
	padding-top: 11px;
}

div.TopNav_Item.on {
	color: #BD6B29;
}