/* CSS Document */

#NavTable TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: 996633;
	height: 30px;
	vertical-align: bottom;
	}

#NavTable TD a:link, a:visited, a:active {
	font-size: 100%;
	font-style: normal;
	color: 996633;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	background:transparent url(layoutimages/fadingbar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:100%;
	}
#NavTable TD a:hover {
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	color: #006633;
	background: transparent url(layoutimages/fadingbargreen.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	}

#NavTable TD IMG a:link, a:visited, a:active {
	background: none;
	}