/*The whole thing*/
#navigation_station {float: right; clear: none; position: relative; margin-top: -25px; padding: 0;  width: 100%;}

	#nav li, #submenu li, #submenu2 li {
		display:inline;
		padding:0;
		margin:0;
	}

/*MAIN NAVIGATION*/	
	#nav      { background-color: transparent; text-align: left; float: right; clear: none; font-size:95%; margin-top: -31px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: black; width: 100%;}
	
	#nav a:link,
	#nav a:visited {
	color:#fff;
	/*background: #006666;*/
		padding: .1em .5em .1em .5em;
	margin: 0em 0em 0em 1em;
	float:right;
	width:auto;
	border:0px solid #000;
	text-decoration:none;
	font:geneva,arial,helvetica,clean,sans-serif;
	font-weight: normal;
	text-transform:none;
	height:100%;
		}
	
	#nav a:hover {
		text-color:#000;
		background:#009999;
	}
	
	
	#history #nav-history a,
	#photos #nav-photos a,
	#videos #nav-videos a,
	#swvamusic #nav-swvamusic a{
	
		background:#348DB4;
		color:#fff;
		/*text-shadow:none;*/
		border-left: 1px; border-right: 1px; border-color: #000;
	}
	
	#nav a:active {
		background:#348DB4;
		color:#fff;
	}	
	