#logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#navbar {
	list-style-type: none;
	margin-top : 9px;
	background : #579eec url(../aboutus/navblue00.gif) repeat-x left top;
      left:0;       
      width:752px;
      height:25px;
  margin-left : 0px;
  margin-bottom : 0px;
}
#navbar li {
	display: inline;
}
#navbar li a {
	color : #ffffff;
}
#navbar li a:hover{
  color : #ffb76f;
}
