.topNav {
	position:absolute;
	float:left;
	height:16px;
	top:136px;
	left:25px;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	text-align:right;
	font-weight:bold;
	font-size:1.1em;
	z-index:100;
}

.topNav .tabUnelected, .topNav .tabSelected {
	position:relative;
	float:left;
	height:16px;
	padding:4px;	
	/*border-right:1px solid #AC6144;*/
}

.topNav .tabUnelected:last-child, .topNav .tabSelected:last-child.topNav, .topNav .tabUnelected:last-child:Hover, .topNav .tabSelected:last-child.topNav:Hover {
	/*border-right:1px solid #AC6144;*/
}

.topNav .tabUnelected:first-child, .topNav .tabSelected:first-child, .topNav .tabUnelected:first-child:Hover, .topNav .tabSelected:first-child:Hover {
	/*border-left:1px solid #AC6144;*/
	/*border-right:1px solid #AC6144;*/
}

.topNav .tabUnelected a {
	line-height:16px;
	height:16px;
	padding:10px;
	text-decoration:none;
	color:#242424;
}
.topNav .tabSelected a {
	line-height:16px;
	height:16px;
	padding:10px;
	text-decoration:none;
	color:#ffffff;
}
.topNav .tabSelected {
	background-color:#AC6144;	
}
.topNav .tabSelected:hover {
	background-color:#733115;	
}


.topNav .tabUnelected {
	background-color:#d7d8e3;
}
.topNav .tabUnelected:hover {
	background-color:#B4B4CB;
}
