﻿#topnav {
	 left: 550px; 
	 top: 11px; 
	 width: 245px;
}
#topnav a{
	 text-decoration:none;
	 font-family:Arial, Helvetica, sans-serif;
	 font-weight:bold;
	 color:silver;
	 font-size:  x-small;
}
#topnav a:hover{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #800000;
	font-size:   x-small;
}


#Bullets-1{
	left: 0px; 
	top: 0px; 
	width: 223px; 
	height: 100px; 
	text-decoration:none;
}


#body-nav #Bullets-1{
	left: 0px; 
	top: 0px; 
	width: 223px; 
	height: 100px; 
	text-decoration:none;
}
#body-nav #Bullets-2{
	left: 0px; 
	top: 100px; 
	width: 223px; 
	height: 100px; 
	text-decoration:none;
}
#body-nav #Bullets-3{
	left: 0px; 
	top: 200px; 
	width: 223px; 
	height: 100px; 
	text-decoration:none;
}
#body-nav #Bullets-4{
	left: 0px; 
	top: 300px; 
	width: 223px; 
	height: 100px; 
	text-decoration:none;
}
#body-nav #Bullets-5{
	left: 0px; 
	top: 400px; 
	width: 223px; 
	height: 100px; 
	text-decoration:none;
}
#body-nav #Bullets-6{
	left: 0px; 
	top: 500px; 
	width: 223px; 
	height: 100px; 
	text-decoration:none;
}


a#button1 {
	display: block;
	width: 223px;
	height: 100px;
	background-image: url('../images/nav-buttons/aps-solarman.jpg');
	background-position: 0 0;
	margin: 0 auto;
}
a#button1:hover {
    background-position: 0 -100px;
}
a#button2 {
	display: block;
	width: 223px;
	height: 100px;
	background-image: url('../images/nav-buttons/aps-usair.jpg');
	background-position: 0 0;
	margin: 0 auto;
}
a#button2:hover {
    background-position: 0 -100px;
}
a#button3 {
	display: block;
	width: 223px;
	height: 100px;
	background-image: url('../images/nav-buttons/aps-earth.jpg');
	background-position: 0 0;
	margin: 0 auto;
}
a#button3:hover {
    background-position: 0 -100px;
}
a#button4 {
	display: block;
	width: 223px;
	height: 100px;
	background-image: url('../images/nav-buttons/aps-tree.jpg');
	background-position: 0 0;
	margin: 0 auto;
}
a#button4:hover {
    background-position: 0 -100px;
}
a#button5 {
	display: block;
	width: 223px;
	height: 100px;
	background-image: url('../images/nav-buttons/aps-throne.jpg');
	background-position: 0 0;
	margin: 0 auto;
}
a#button5:hover {
    background-position: 0 -100px;
}
a#button6 {
	display: block;
	width: 223px;
	height: 100px;
	background-image: url('../images/nav-buttons/frys-suns.jpg');
	background-position: 0 0;
	margin: 0 auto;
}
a#button6:hover {
    background-position: 0 -100px;
}

