/* left afmin level navigation */
table#nav{
	background: #ccc;
	}
table#nav td {
	font: 12px verdana, arial, sans-serif;
	font-weight: bold;
	text-align: left;
	border-bottom: 2px solid #333;
	}
table#nav td a {
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0;
	}
#nav td a:link, #nav td a:visited {
	background: #ccc;
	color: #666;
	margin: 0;
	width: inherit;
	height: 15px;
	}
#nav td a:hover {
	background: #900;
	color: #fff;
	margin: 0;
	width:inherit;
	height: 15px;
	}
	
/* split left nav */
td#split1 a:link, td#split1  a:visited {
	text-align: center;
	background: #ccc;
	color: #666;
	width:inherit;
	height: 15px;
	width:inherit;
	padding: 2px;
	border-right: 2px solid #333333;
	text-align:center;
	}
td#split1 a:hover  {
	text-align: center;
	background: #900;
	color: #fff;
	text-decoration: none;
	width:inherit;
	height: 15px;
	border-right: 2px solid #333333;
	text-align:center;
	}
td#split2 a:link, td#split2  a:visited {
	text-align: center;
	background: #ccc;
	color: #666;
	width:inherit;
	height: 15px;
	width:inherit;
	padding: 2px;
	text-align:center;
	}
td#split2 a:hover  {
	text-align: center;
	background: #900;
	color: #fff;
	text-decoration: none;
	width:inherit;
	height: 15px;
	text-align:center;
	}