#nav {
	position: relative;
	top: 5px;  /*  keeps the nav bar in line with the content  */
	float: left;
}

#nav a:link, #nav a:visited  {
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFF;
	padding-top: 6px
}

#nav a:hover  {
	color: #000;
}

#nav a:active  {
	background-color: #FFF;
	color: #C30;
}
	
#homebutton a,#dowbutton a,#howbutton a,#startupbutton a,#contactbutton a,#linksbutton a  {
	display: block;
	width: 160px;
	height: 30px;
	float: left;
	clear: both;
}

#linksbutton,#dowbutton,#howbutton,#startupbutton,#contactbutton,#homebutton  {
   visibility: visible;
   position: absolute;
}

#homebutton a  {
   background-image: ;
	background-color: #4862ab;}
#homebutton a:hover  {
	background-image: url();
	background-color: #b4ccf0;}}
#homebutton a:active  {
	background-image: url();
	background-color: #FFF;}

#dowbutton a  {
	background-image: url();
	background-color: #b23536;}
#dowbutton a:hover  {
	background-color: #f8bbb2;}
#dowbutton a:active  {
	background-color: #FFF;}

#howbutton a  {
   	background-color: #497D4C;}
#howbutton a:hover  {

	background-color: #497D4C;}
#howbutton a:active  {
	background-color: #FFF;}

#startupbutton a  {
	background-color: #e3983a;}
#startupbutton a:hover  {
	background-color: #f5e7a9;}
#startupbutton a:active  {
	background-color: #FFF;}

#contactbutton a  {
   background-color: #4862ab;}
#contactbutton a:hover  {
	background-color: #b4ccf0;}
#contactbutton a:active  {
	background-color: #FFF;}

#linksbutton a  {
   background-color: #b23536;}
#linksbutton a:hover  {
	background-color: #f8bbb2;}
#linksbutton a:active  {
	background-color: #f5e7a9;}

#homebutton  {
   top: 012px;
}
#dowbutton  {
   top: 069px;
}
#howbutton  {
   top: 126px;
}
#startupbutton  {
   top: 183px;
}
#contactbutton  {
   top: 241px;
}
#linksbutton  {
   top: 299px;
}


