.NavStyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	background-color:#0099CC;
	display: block;
	text-align: center;
	padding: 11px;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #FFFFFF;
	text-decoration: none;

}

.NavStyle:hover {
	background-color:#5EAEAE;
	color: #FFFFFF;
}

.DummyTab {
	width: 140px;
	background-color: #0099CC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
