﻿#navigation {
	height: 25px;
	width: 700px;
	margin: 0;
	padding: 0; 
}
#navigation ul {
    margin: 0; 
	padding: 0; 
}
#navigation li { 
  margin: 0; 
  padding: 0; 
  list-style-type: none; 
  float:left; 
  display:block; 
}
#navigation li a, #navigation li a:active 	{ 
  border-style: none;
	border-color: inherit;
	border-width: medium;
	outline: 0px;
	display:block;
  	text-indent: -10000px;
  background-image: url('ImageFiles/buttons.gif');
  	background-repeat: no-repeat;
  	text-decoration: none;
  	height: 25px;
}

#navigation a#home {
  width: 69px;
  background-position: 0px 0px;
}
#navigation a#home:hover { background-position: 0px -25px; }
#navigation a#homeselected { width: 69px; background-position: 0px -50px; }

#navigation a#aboutus {
  width: 96px;
  background-position: -69px 0px;
}
#navigation a#aboutus:hover { background-position: -69px -25px; }
#navigation a#aboutusselected { width: 96px; background-position: -69px -50px; }

#navigation a#homes {
  width: 152px;
  background-position: -165px 0px;
}
#navigation a#homes:hover { background-position: -165px -25px; }
#navigation a#homesselected { width: 152px; background-position: -165px -50px; }

#navigation a#features {
  width: 92px;
  background-position: -317px 0px;
}
#navigation a#features:hover { background-position: -317px -25px; }
#navigation a#featuresselected { width: 92px; background-position: -317px -50px; }

#navigation a#gallery {
  width: 80px;
  background-position: -409px 0px;
}
#navigation a#gallery:hover { background-position: -409px -25px; }
#navigation a#galleryselected { width: 80px; background-position: -409px -50px; }

#navigation a#contactus {
  width: 112px;
  background-position: -489px 0px;
}
#navigation a#contactus:hover { background-position: -489px -25px; }
#navigation a#contactusselected { width: 112px; background-position: -489px -50px; }

#navigation a#investors {
  width: 99px;
  background-position: -601px 0px;
}
#navigation a#investors:hover { background-position: -601px -25px; }
#navigation a#investorsselected { width: 99px; background-position: -601px -50px;