/* NAVIGATION CSS*/


#baseNav{
position:absolute;
top:370px;
}



#theNav{
position:absolute;
right:-20px;
top:75px;
width:200px;
font-size:12px;
color:#8c96a1;
text-transform:capitalize;

}

.navTab{
background:url(../images/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(../images/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:83px;
	background-color:#f0f1f3;
	height:221px;
	padding-top:35px;
	width:200px;
		-moz-user-select: none;
	-khtml-user-select: none;
}
.navLink{

	-moz-user-select: none;
	-khtml-user-select: none;
}
