#leftNav { margin: 1px 0 0 0; padding: 0; font: 12px arial, sans-serif; width: 175px; }
#leftNav table { border: 0; margin: 0; padding: 0; list-style-type: none; clear: left; }
#leftNav tr td { display: block; float: left; padding: 0; margin: 0; }
#leftNav tr td a {
	display: block;
	text-decoration: none;
	width: 165px;
	font: 10px arial, sans-serif;
	vertical-align: middle;
	height: 15px;
	line-height: 15px; 
	padding: 5px;
	border-width:0 0 0 0;
}

#leftNav tr td a.selected {
	background: #cccccc;
	color: black;
}

#leftNav tr td a:hover {
	background: #cc6;
	color: black;
}

#leftNav table tr td a.tryStateNet {
	font-weight: bold;
	font-size: 11px;
	color: white;
	background: #B46613; 
}
#leftNav table tr td a.tryStateNet:hover {
	background: #cc6;
	color: black;
}

#leftNav tr td a#nd50 {
	width: 168px;
}



/* OLD STYLES */
#leftNav { margin: 1px 0 0 0; padding: 0; font: 12px arial, sans-serif; width: 175px; }
#leftNav ul { border: 0; margin: 0; padding: 0; list-style-type: none; clear: left; }
#leftNav ul li { display: block; float: left; padding: 0; margin: 0; }
#leftNav ul li a {
	display: block;
	text-decoration: none;
	width: 165px;
	font: 10px arial, sans-serif;
	vertical-align: middle;
	height: 15px;
	line-height: 15px; 
	padding: 5px;
	border-width:0 0 0 0;
}

#leftNav ul li a.selected {
	background: #cccccc;
	color: black;
}

#leftNav ul li a:hover {
	background: #cc6;
	color: black;
}

#leftNav ul li a#tryStateNet {
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: #B46613; 
}
#leftNav ul li a#tryStateNet:hover {
	background: #cc6;
	color: black;
}

#leftNav ul li a#nd50 {
	width: 168px;
}
