/*** The Essential Code ***/
/* Colors */
/* Dark Blue - #00335e */
/* Light Blue - #b4cade */
/* Green - #93b62c */
/* Gray - #444444 */
	#navdiv{
		height:40px;
		width: 565px;
		position:absolute;
		left:190px;
		top:37px;
	}
	
	#subnavdiv{
		height:25px;
		width: 565px;
		position:absolute;
		left:190px;
		top:62px;
		background-color: none;
		z-index: 6000;
	}
	

	#nav {
		margin: 0;
		padding: 0;
		height: 50px;
		font-family: 'trebuchet ms','century gothic',  arial, sans-serif;
		}

	#nav li.on ul{
		margin: 0;
		padding: 0;
	}

	#nav a {
		text-decoration: none;
		font-size: small;
	}

	#nav li { /*float the main list items*/
		margin: 0;
		margin-top:0px;
		float: left;
		display: block;
		padding-left: 0px;
		width:auto;
	}

	#nav li ul {
		display: none;
	}

	#nav li.on ul { /*put the subnav below*/
		position: absolute;
		top: 30px;
		left: 0px;
		padding-top: 2px;
		background: #b4cade;
		height: 21px;
		width: 550px;
		padding-left: 0;
	}


	
	#nav li a {
		color: #b4cade;
		font-weight: bold;
		display: block;
		height: 15px;

		padding: 4px;
		padding-top:-10px;
		border-width: 1px;
		border-color:#999999;
		border-right-style: solid;
		border-left-style: solid;
		background-image: url('../img/tab_repeat.png');
	}
	
	#nav li.off a {
		
		background: url('../img/tab_repeat.png') 0px -0px repeat-x;	
	}
	
	#nav li.on a {
		float: left;
		color: #00335e;
		background: url('../img/tab_repeat.png') 0px -23px repeat-x;	
	}

	#nav li.on ul a {
		float: left;
		color: #00335e;
		padding-top: 3px;
		padding-bottom:3px;
		padding-left:0px;
		padding-right:0px;
		margin-right: 0px;
		margin-left:0px;
		margin-top:-7px;
		background: #b4cade;
		font-size: x-small;
		font-weight: normal;
		border-right-style:none;
		border-left-style:none;
	}

	#nav li.on a:hover {
		background: url('../img/tab_repeat.png') 0px -23px repeat-x;	
	}
	
	#nav li.on ul {
		display: block;
	}
	
	#nav li.on ul a:hover {
		color: #9eb62c;
	}
	
	#nav li.on ul a:active, #nav li.on ul li a:active {
		color: #9eb62c;
	}
	
	#nav li.on:hover ul a {
		background: #b4cade;
	}
	

	#nav li:hover a {
		color: #00335e;
		background: url('../img/tab_repeat.png') 0px -23px repeat-x;
	}
	
	#nav li.off a:hover {
		color: #9eb62c;
		background: url('../img/tab_repeat.png') 0px -46px repeat-x;
	}
	
	
	#subnav {
		margin: 0;
		padding: 0;
		height: 0px;
		font-family: 'trebuchet ms','century gothic',  arial, sans-serif;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	
	#subnav li { /*float the main list items*/
		margin: 0;
		margin-top:0px;
		float: left;
		display: block;
		padding-left: 0px;
		font-size: x-small;
		font-weight: normal;
	}	

	#subnav li a {
		display: block;
		width: auto;
		padding: 6px;
		margin-left: 3px;
		font-weight: bold;
		float: left;
		color: #00335e;
		text-decoration: none;
	}
	
	#subnav li a:hover {
		color: #9eb62c;
		font-weight: bold;
		text-decoration: none;
	}

	#subnav li a:active {
		color: #9eb62c;
		font-weight: bold;
		text-decoration: none;
	}
	
	#nav li.offright a  {
		border-width: 0px;
		border-right: none;
		width:10px;
		background: url('../img/tab_right.png');
		background-repeat: no-repeat;
		
	}
	#nav li.offleft a {
		border-width: 0px;
		border-left: none;
		width:10px;
		background: url('../img/tab_left.png');
		background-repeat: no-repeat;
	}
	#nav li.offleft a:hover {
		background: url('../img/tab_left.png');
		background-repeat: no-repeat;
	}
	#nav li.offright a:hover {
		background: url('../img/tab_right.png');
		background-repeat: no-repeat;
	}
