.menunav {
	background-image: url(../../images/tabmenustrip.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
}
.menunav ul {
	margin-left: 115px;
}

.menunav ul li {
	display: inline;
	float: left;
}
.menunav ul li a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #0055a5;
	background-image: url(../../images/dividertab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 184px;
	text-align: center;
	line-height: 30px;
}

.menunav ul li a:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	color: #11aaff;
	background-image: url(../../images/dividertab.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 30px;
	width: 184px;
	text-align: center;
	line-height: 30px;
}
.activetab {
	background-image: url(../../images/tabselected.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 30px;
	width: 184px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	font-weight: bold;
	color: #11aaff;
	cursor: pointer;
}
