#header {
  width:960px;
  height:163px;
  background-color:#fff;
  background:url(../images/header-bg.jpg) no-repeat;
  padding:0px;
  overflow:hidden;
  display: block;
  list-style: none;
  position: relative;
  z-index: 1;
}

h1 img {
	border-style: none;
}  
  
h1 a {
  float:left;
  text-indent:-9000px;
  left: 26px;
  top: 82px;
  width:125px;
  height:70px;
  display:block;
  position: relative;
  z-index: 100;
}

#navigation {
  width: 500px;
  padding: 46px 158px 0 0;
  float: right;
  }

#navigation ul {
  font-family: Arial, Verdana;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-right: 1px solid #fff;
  list-style: none;
}

#navigation ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
#navigation li ul { display: none; }
#navigation ul li a {
  display: block;
  text-decoration: none;
  background: transparent;
  padding: 2px 10px 2px 10px;
  color: #fff;
  white-space: nowrap;
}
#navigation ul li a:hover { 
  background: transparent;
  color: #6699cc;
}
#navigation li:hover ul {
  display: block;
  position: absolute;
}
#navigation li:hover li {
  float: none;
  font-size: 11px;
}
#navigation li:hover a { background: transparent; color: #6699cc;}




/* Highlights the menu item */ 
#home #nav-home a,
#trackrecord #nav-trackrecord a,
#projects #nav-projects a,
#contactus #nav-contactus a {
background: transparent; color: #6699cc;
}

#home #nav-home a:hover,
#trackrecord #nav-trackrecord a:hover,
#projects #nav-projects a:hover,
#contactus #nav-contactus a:hover {
background: transparent; color: #6699cc;
}

