

#Nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	font-weight:bold;
}
#Nav a, #navlist a:visited {
	display: block;
	padding: 2px 0px 2px 2px;
	border-bottom: 1px solid #666666;	
	background-color: #E6E6E6;
	color: #999999;
	text-decoration: none;
	width:200px;
	text-align:left;
}
#Nav a:hover {
	background-color: #F3F4F4;
	color: #667762;
	font-weight:bold;
	text-align:left;
}

#NavContainer {
	width: 200px;
	w\idth: 200px;
	float:left;
}



















.basictab{
	margin:0;
	border-bottom: 1px solid black;
	list-style-type: none;
	text-align: left;
	width: 100%;
	padding: 0px;
	float: left;
}
.basictab li{
	display: inline;
	margin: 0;
	text-align: left;
}

.basictab li a{
	margin:0;
	font: 9pt;
	text-decoration: none;
	background-color: #A7B4A3;
	color: #FFFFFF;
	
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	
	border-top-color: #A7B4A3;
	border-right-color: #A7B4A3;
	border-bottom-color: #A7B4A3;
	border-left-color: #A7B4A3;
}
.basictab li a:hover{
	margin:0;
	font: 9pt;
	position: relative;
	top: 1px;
	background-color: #FFFFFF;
	color: black;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}
.basictab li.selected a{
	top: 1px;
	font: 9pt;
	margin:0;
	position: relative;
	background-color: #FFFFFF;
	color: black;
	
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;

}

