﻿.topNav {
	float:left;
	overflow:hidden;
	height:30px;
	border-bottom:0px;
	line-height:normal;
	font-size:16px;
	font-family:"Trebuchet MS";
	text-align:center;
	padding-right:20px;
	padding-left:20px;
	border-right:1px dotted silver;
}
.topNav a {
	text-decoration:none;
	color:white;
	line-height:normal;
}
.topNav a:hover {
	color:#000;
	
}
.topNavON {
	float:left;
	height:30px;
	background-image:url('new/SITE-Images/tab3.png');
	overflow:hidden;
	border-bottom:0px;
	line-height:normal;
	font-size:16px;
	text-align:center;
	padding-right:20px;
	padding-left:20px;
	border-right:1px dotted silver;
}
.topNavON a {
	font-family:"Trebuchet MS";
	text-decoration:none;
	color:black;
	cursor:default;
	line-height:normal;
}
.leftNav {
	padding-left:4px;
	height:34px;
	overflow:hidden;
	border-bottom:0px;
	line-height:normal;
	font-size:16px;
	font-family:"Trebuchet MS";
	border-bottom:1px dotted silver;
	width:200px;
}
.leftNav a {
	text-decoration:none;
	color:#808080;
	line-height:normal;
}
.leftNav a:hover {
	color:#99CCFF;
	
}
.leftNavON {
	padding-left:4px;
	height:34px;
	overflow:hidden;
	line-height:normal;
	font-size:16px;
	background-color:#fff;
	border-bottom:1px dotted silver;
	width:200px;
}
.leftNavON a {
	height:30px;
	font-family:"Trebuchet MS";
	text-decoration:none;
	color:black;
	cursor:default;
	background-color:#fff;
	line-height:normal;
}

