.nav td.home {
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: white;
	background-color: #CBC9BB;
}

.nav td.topUnselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-style: dotted;
	border-color: white;
	background-color: #E0DFD6;
}

.nav td.topSelected {
	border-top-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: white;
	background-color: #CBC9BB;
}

.nav td.bottomUnselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #CBC9BB;
}

.nav td.bottomSelected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #CBC9BB;
}

.nav a.topSelected {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.topUnselected {
	color: #4D4D4D;
	text-decoration: none;
}

.nav a.bottomSelected {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.bottomUnselected {
	color: #333333;
	text-decoration: none;
}

.nav a.closeThirdLevel{
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.thirdLevelSelected {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.thirdLevelUnselected {
	color: #000000;
	text-decoration: none;
}

.nav a.fourthLevelSelected {
	color: #FFFFFF;
	text-decoration: none;
}

.nav a.fourthLevelUnselected {
	color: #000000;
	text-decoration: none;
}

.nav td.thirdLevelSelected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #B3B1A4;
}

.nav td.thirdLevelUnselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #B3B1A4;
}


.nav td.fourthLevelSelected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #9b998c;
}

.nav td.fourthLevelUnselected {
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-style: dotted;
	border-color: #000000;
	background-color: #9b998c;
}

.nav table {
	table-layout: fixed;
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
