.cssnav {
	position: relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 136px;
	height: 22px;
	margin: 0;
	padding-left: 1px;
	padding-right: 1px;
	padding-top: .5em;
	text-align: center;
}

.navCurrTab {
	position: relative;
	float: left;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	display: block;
	width: 136px;
	height: 23px;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
	border-left: solid black 1px;
	border-right: solid black 1px;
	padding-top: .5em;
	text-align: center;
	background: #FFFFE6;
	font-weight: bold;
}

#topNav a {
	display: block;
	width: 136px;
	height: 30px;
	float: left;
	text-decoration: none;
	outline: none;
}

a:hover .cssnav {
	border-left: solid black 1px;
	border-right: solid black 1px;
	border-bottom: solid black 1px;
	font-weight: bold;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 0;
	background: #FFFFE6;
	text-align: center;
}
