#menu {
	position: absolute;
	width:190px;
	top:210px;
	left:4px;
	z-index:2;
	height: 500px;
	}
		
li, ul {
	font: 1em/150% Verdana, Arial, sans-serif;
	color:#03579E;
	}
	

a.link {
	color: #03579E;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:link {
	color: #03579E;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:visited {
	color: #03377E;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:active	 {
	color: #03579E;
	text-decoration: underline;
	background-color: transparent;
	}
	
a.link:hover {
	color: #C62727;
	text-decoration: underline;
	background-color: transparent;
	}

/* Nav Button code. Big thanks to all at css-discuss! */

#button {
		width: 190px;
		padding: 0px;
		font-family: Verdana, Helvetica, Arial, sans-serif;
		background-color: #90bade;
		color: #333;
		float: left;
		}
	
	#button ul {
		list-style: none;
		margin: -30px; /*this is for netscape 4.7 only, it is redefined in the url linked style sheet to 0px */
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #90bade;
		margin: 0px;
		}
	
	#button li.unselected a {
		display: block;
		padding: 4px 5px 4px 5px;
		border-left: 10px solid #1958b7;
		border-right: 10px solid #508fc4;
		background-color: #2175bc;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li.unselected a {
		width: auto;
		}

	#button li.selected a {
		display: block;
		padding: 4px 5px 4px 5px;
		border-left: 10px solid #0948a7;
		border-right: 10px solid #407fb4;
		background-color: #1958b7;
		color: #fff;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li.selected a {
		width: auto;
		}
		
		
		
	#button li a:hover {
		border-left: 10px solid #1c64d1;
		border-right: 10px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
		}

