#header{
  position:relative;
  width:1002px;
  height:140px;
}
#header_menu{
  background:url('../images/header_menu.gif');
  width:688px;
  height:25px;
  position:relative;
  float:right;
  text-align:center;
}
#header_menu2{
  background:url('../images/header_menu_new.gif');
  width:937px;
  height:25px;
  padding-left: 13px; 
  position:relative;
  float:right;
  text-align:center;
}
.login_menu, .performance, .funds, .faq, .contact, .search, .go{
  position:relative;
  float:left;
  font:bold 12px "trebuchet ms";
  color:#7BB0D3;
  border:solid 0px;
  top:5px;
  height:20px;
}
.login_menu, .performance,  .funds,.faq, .contact, .keywords, .go{
  cursor:pointer;
}

.login_menu{
  width:60px;
}
.performance{
  width:181px;
}

.funds { width: 151px; }

.faq{
  width:53px;
}
.contact{
  width:87px;
}
.search{
  font-size:10px;
  color:#ABACB4;
  text-align:right;
  width:70px;
  margin-left: 98px; 
}
.keywords{
  color:#B6B6B6;
  text-align:left;
  width:120px;
  left:13px;
  border: 0px solid green;
  position:relative;
  float:left;
  font:bold 12px "trebuchet ms";
  color:#7BB0D3;
  top:0px;
  height:23px;
}
.go{
  font-size:10px;
  color:#7BB0D3;
  width:20px;
  left:35px;
}
.logo{
  position:absolute;
  top:50px;
  left:20px;
}
#login_popup{
  background:url('../images/login_popup.jpg') no-repeat;
  width:201px;
  height:56px;
  position:absolute;
  left:300px;
  top:27px;
  clear:both;
}
.header_text{
  width:75px;
  position:relative;
  float:left;
  top:15px;
  left:10px;
  margin-right:5px;
}
.go_position{
  position:relative;
  float:left;
  top:17px;
  left:10px;
}
.search_box{
  width:100px;
  position:absolute;
  top:0px;
  background-color:#5A5A5A;
  border:none;
  font:normal 12px "trebuchet ms";
  color:#9D9D9D;
}
.goButton{
  border:none;
  background-color:#5A5A5A;
  position:relative;
  float:left;
  left:19px;
  top:3px;
  font:bold 12px "trebuchet ms";
  color:#7BB0D3;
  cursor:pointer;
  border: 0px solid white;
}
#searchBox {
height: 22px;
width: 122px;
border: 0px solid red;
margin-top: 3px;
padding-left: 3px;
}


