.header-box {
    float: left;
    width: 960px;    
    height: 200px;
    position: relative;
}

.logo {
    position: absolute;
    top: 51px;
    left: 0px;
}

.header-image {
    position: absolute;
    top: 41px;
    right: 0px;
}

.header-title {
    position: absolute;
    right: 290px;
    top: 128px;
    width: 450px;
}

.header-box h1 {
    float: left;
    width: 450px;
    text-align: left;
    font-family: Georgia, Arial, sans-serif;	
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 6px;
}

.header-box h2 {
    float: left;
    width: 320px;
    text-align: left;
    font-size: 14px;
    font-weight: normal;
}

.header-search {
    position: absolute;
    top: -41px;
    right: 30px;
	 color:#ffffff;
}

.header-search label {
    float: left;
    line-height: 19px;
    padding-right: 6px;
}

.header-search div {
    float: left;
    height: 19px;
}

.header-search div input#s {
    padding: 1px 6px;
    margin: 0px;
    border:none;
    color: #ffffff;
    font-size: 12px;
    height: 15px;
    width: 130px;
	 background-color:#818F97;
}
.header-search div input#searchsubmit {
line-height: 0px;
padding: 0px;
margin: 0px 0px 0px 6px;
border: 0px;
text-indent: -9999px;
background: transparent url('../images/header-search-button.png') no-repeat top left;
height: 19px;
width: 19px;
cursor: pointer;
cursor: hand;
}

.menu-top {
    float: left;
    width: 952px;
    height: 58px;
    padding: 0px 4px 4px 4px;
    /* background: transparent url('../images/menu-top-bg.png') no-repeat top left; */
}

.menu-top ul {
    
}

.menu-top ul li {
}


.menu-top ul li ul {
    float: left;
    width: 952px;
    height: 58px;
}

.menu-top ul li ul li {
    float: left;
    padding: 0px 3px;
    width: 124px;
    height: 58px;
}

.menu-top ul li ul li.right {
    float: right;
}

.menu-top ul li ul li a {
display: block;
float: left;
width: 100px;
height: 18px;
line-height: 18px;
padding: 20px 12px;
text-align: center;
background: transparent url('../images/menu-top-elem-bg.png') no-repeat 0px 0px;
color: #fff;
font-weight: bold;
font-family: Tahoma, Arial, sans-serif; 
}

.menu-top ul li ul li.current_page_item a, .menu-top ul li a:hover {
color: #ffffff;
background: transparent url('../images/menu-top-elem-bg.png') no-repeat -124px 0px;
}

/*.menu-top ul li ul li a table tr td {
vertical-align: middle;
text-align: center;
height: 58px;
width: 100px;
}*/