#nav {color: #000;		position: relative;		top: -4px;		padding: 0;		margin: 0;		z-index: 10;		left: 15px;
		width: 800px;}//body>#nav {position: fixed;} /*Opera and Mozilla*/		#nav li {display: inline;		overflow: hidden;		margin:0; 		border: 0;		list-style-type: none;}			#nav a, a.active {color: #DEDECF;		background: #4682B4;		font-size: 12px;		font-weight: bold;		border: 1px solid white;		padding: 2px;		margin: 0 2px;		text-decoration: none;}			#nav a.active {color: white;
		background: #87CEFA;		border-top: 2px solid #87CEFA; z-index: 30;}			#nav a:hover {color: #fff;		background: #ADC09F;}				#nav a:visited {color: #E8E9BE;}			#nav a.active:hover {background: #87CEFA;		color: white;}
		
#subnav {color: #000;		position: relative;		top: 14px;		padding: 0;		margin: 0;		z-index: 10;		left: 15px;
		width: 800px;}//body>#nav {position: fixed;} /*Opera and Mozilla*/		#subnav li {display: inline;		overflow: hidden;		margin:0; 		border: 0;		list-style-type: none;}			#subnav a, a.subactive {color: #DEDECF;		background: #4682B4;		font-size: 12px;		font-weight: bold;		border: 1px solid white;		padding: 2px;		margin: 0 2px;		text-decoration: none;}			#subnav a.subactive {color: #4682B4;
		background: #FFFACD;		border-bottom: 2px solid #FFFACD; z-index: 30;}			#subnav a:hover {color: #fff;		background: #ADC09F;}				#subnav a:visited {color: #E8E9BE;}
	
	#subnav a.subactive:visited {color: #4682B4;}			#subnav a.subactive:hover {background: #FFFACD;		color: white;}

div#bar {
	position:relative;
	font-size: 			100%;
	padding: 5px;
	border-style:	solid;
	border-width:		thin;
	border-color:		white;
	background-color: #4682B4;
	height: 3em;
}
/*
#nav {
	padding: 2px;
	margin: 0;
	list-style: none;
	line-height: 1;
	background-color: #4682B4;
	text-align:center;
}

#nav ul{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	border: thin solid white;
	background-color:#4682B4;	
}

#nav a {
	display: block;
	width:10em;
	padding: 3px;
	color: #E0FFFF;
	text-decoration:underline;
}

#nav a:hover {
	font-size:100%;
	color: #E0FFFF;
}

#nav li {
	float: left;
	width:10em;
}

#nav li ul {
	position: absolute;
	width:10em;
	left: -9910em;
}

#nav li:hover ul, #nav li.sfhover ul{
	left:auto;
}

div.main{
	clear: left;
}
*/
