/* The main nav */
#navBase {
	height: 99px; width: 804px;	padding: 0px; margin: 0 0 9px 0;
	background: url(../images/navbg.jpg) repeat-x; }
	
	#navLeft {
		float: left;
		width: 301px; height: 99px;
		background: url(../images/nav_left.jpg) no-repeat; }

	.nav {
		list-style: none;
		margin: 0px; padding: 0px; }

	.nav li {
		float: left; line-height: 99px;
		position: relative;
		text-align: center; }

	.nav a, .nav a:visited {
		height: 99px; width: 80px;
		display: block;
		background: inherit; color: #7D7D7D; text-decoration: none;
		font-size: 10px; font-weight: normal; font-family: Verdana, sans-serif;
		background: url(../images/nav1.gif) left bottom no-repeat;	}

	.nav a:hover, .nav li.navCurrent a {
	background: url(../images/nav2.gif) left bottom no-repeat;
	background-color: inherit;
	color: #444444;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, sans-serif;
}