﻿ div.top-header-wrapper
 	{
 	text-align:center;
 	height:110px;
 	width:100%;
 	background-color:#6e797b;
	clear:both;
 	}
 
 div.top-header
	{
	position:relative;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	height:110px;
	clear:both;
	}
	
	.top-header img#home_dod_logo
	{
	width:434px;
	height:57px;
	position:absolute;
	top:10px;
	left:11px;
	}
	.top-header ul.home-top-menu
	{
	position:absolute;
	clear:both;
	font:bold 14px arial;
	display:inline;
	left:440px;
	white-space:nowrap;
	top:23px;
	}
	
	.top-header ul.home-top-menu li
	{
	display:inline;
	}
	.top-header ul.home-top-menu li a
	{
	display:block;
	float:left;
	margin-left:14px;
	text-decoration:none;
	color:#ffffff;
	}
	.top-header ul.home-top-menu li a:hover
	{
	text-decoration:underline;
	}
	
	.top-header div.search-bg
	{
	width:287px;
	height:36px;
	overflow:hidden;
	position:absolute;
	top:50px;
	left:650px;
	background:url(../images/home_search_bg.gif) no-repeat 0 0;
	}
	
	.top-header div.search-bg input.inp-search
	{
	position:absolute;
	border:0;
	background:0;
	width:187px;
	height:22px;
	left:10px;
	top:6px;
	}
	
	.top-header div.search-bg a.button-search
	{
	display:block;
	position:absolute;
	top:6px;
	left:204px;
	width:77px;
	height:26px;
	overflow:hidden;
	background:url(../images/button_search_top_home.gif) no-repeat 0 0;
	}
	.top-header div.search-bg a.button-search:hover
	{
	background-position:0px -26px;
	}