﻿.Header
{
    width: 100%;
}

.Header .logo
{
    text-align: left;
    float: left;
    width: 30%;
    vertical-align: bottom;
}
.Header .logo .spacer
{
    clear: both;
    height: 8px;
    width: 100%;
    overflow: hidden;
}
.Header .logo .imglogo
{
    padding-left: 5px;
}

.Header .search
{
    margin-top: 20px;
    float: left;
}

.Header .righttop
{
    text-align: center;
    float: right;
    padding-right: 20px;
    padding-top: 5px;
}
.Header .righttop ul
{
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.Header .righttopul li
{
    padding-right: 1px;
    float: left;
    text-align: center;
}
.Header .righttop ul li a
{
    float: left;
    color: #909090;
    text-decoration: none;
    cursor: hand;
    padding-left: 5px;
}

.Header .righttop ul li a:hover
{
    float: left;
    text-decoration: none;
    color: Red;
}


.mymenu
{
    height: 30px;   
    background-image:url("../images/indexv3_31.gif");
    background-repeat:repeat-x;
}

.mymenu ul
{
    width: 100%;
    list-style: none;
    display: inline;
}
.mymenu li
{
    float: left;
    width: 160px;
    margin-left: 2px;
    line-height: 28px;
    padding: 1px 0px;
}
.mymenu li a
{
    display: block;
    text-align: center;
    height: 28px;
    color: #E8F4FE;
    font-weight: bold;
    text-decoration: none;
   
}
.mymenu li a:hover
{
    color: #FFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    margin: 0px;
}


.mymenu li ul
{
    clear:both;
    margin: 0px;
    line-height: 22px;
    list-style-type: none;
    text-align: left;
    left: -999em;
    width: 128px;
    position: absolute;
    border: solid 1px #06699A;
    background-color: #A3CEEA;
}
.mymenu li ul li
{
    float: left;    
    width: 128px;
    margin-left:0px;
}

.mymenu li ul a
{
    display: block;
    text-align: center;
    height: 20px;
    color: #02468A;
    font-weight: normal;
    text-decoration: none;
    background-color: #A3CEEA;
}

.mymenu li ul a:hover
{
    color: #02468A;
    background-color: #B6D9EB;
    font-weight: normal;
    text-decoration: none;
    font-size: 12px;
}

.mymenu li:hover ul
{
    left: auto;
}
.mymenu li.sfhover ul
{
    left: auto;
}




