﻿.Header
{
	width:846px;
	margin:0 auto;
}
.Header .Logo
{
    width:184px;
    height:60px;
    float:left;
    clear:left;
    overflow:hidden;
    text-align:right;
}
.Header .Search
{
	width:240px;
    margin-top:24px;
    float:right;
    clear:right;
    overflow:hidden;
    text-align:right;
}
.Header .menu
{
	margin:0px;
	padding:0px;
	width:846px;
	height:33px;
    background-image:url(../images/banner.gif);
    background-repeat:no-repeat;
}
.Header .menu ul
{
    margin-left:16px;
	padding:0px;
	list-style-type:none;
}
.Header .menu li
{
	text-align:center;
	width:103px;
	height:33px;
	float:left;
	line-height:33px;
}
.Header .menu ul li a
{
    display:block;
	color:#FFF;
	text-decoration:none;
}
.Header .menu ul li a:hover
{
	height:33px;
	color:#FFF;
	text-decoration:underline;
	background-image:url(../images/nav_aobg.jpg);
	background-repeat:repeat;
}