/* NAVIGATION CSS*/


#baseNav{
position:absolute;
top:333px;
}



#theNav{
position:absolute;
right:-20px;
top:45px;
width:200px;
font-size:12px;
color:#8c96a1;

}
#searchTab{
	//border-top:1px solid #cccccc;	
	//border-bottom:1px solid #cccccc;
	padding-bottom:2px;	
	background:url(../img/navBackgroundNew.gif) 0 -2px no-repeat;
	padding-top:-2px;
}

#searchTab input{
	height:12px;
	font-size:11px;	
}
.navTab{
	//background:#c9cdd2 url(/cgiCMS/img/contactBack.jpg) top left no-repeat;
background:#f0f1f3 url(../img/navBackgroundNew.gif) 0 -4px no-repeat;
	color:#3f5063;
	margin: 0px;
	margin-bottom:3px;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:0px;
	height:18px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	display:block;

	}
	
/*	.navTab:hover{
	background:url(../img/navBackground.gif) top left no-repeat;
		color:#3f5063;
		margin: 0px;
		margin-bottom:3px;
		padding-left:15px;
		padding-top:5px;
		padding-bottom:0px;
		height:21px;
		cursor: pointer;
		-moz-user-select: none;
		-khtml-user-select: none;
		display:block;

		}*/
.navTabSelect{
background:url(../img/navBackgroundSelect.gif) top left no-repeat;
	color:#3f5063;
	margin: 0px;
	margin-bottom:3px;
	padding-left:15px;
	padding-top:5px;
	padding-bottom:0px;
	height:21px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	display:block;

	}
	
.navNav{
	position:absolute;
	top:81px;
	background-color:#f0f1f3;
	height:221px;
	padding-top:15px;
	width:200px;
		-moz-user-select: none;
	-khtml-user-select: none;
}
.navLink{

	-moz-user-select: none;
	-khtml-user-select: none;
}
