/* header  */
#header { clear:both }
.logo {
    cursor:pointer;
    display:block;
    width:400px; 
    background:url(/static/images/index/logo.jpg) 3px 3px no-repeat;
    height:65px; 
}
.logo span {display:none; }
/* my menu*/
#myMenu { position: absolute; right:0px; top:2px;}
/* search form */
#Search{position: absolute;right:13px; bottom:-27px;z-index: 100;}
#Search #q {border:none;width:156px;height:16px;background:#99CC66;}
#Search span {display:none; position: absolute;cursor:pointer;font-size:12px;left:20px; top:5px; }
#Search ul { display:none; position: absolute; left:10px; top:-32px; padding:2px 0; background:#fff; border:solid 1px #f07b00; }
#Search ul li { cursor:pointer; padding:0 6px; }
#Search ul li:hover { background:#f07b00; color:#fff; }
#Search #submitSearch {
    /**
    width:32px;
    border:none;
    color:#AFCC34;
    background:none;
    font-size:14px;
    font-weight:bold;
    cursor:pointer;
    padding:0px; 
    left:245px; 
    top:4px; 
    **/
}

#header .menu {
    margin:0 auto;
    height:38px;
    background:#fff url(/static/images/index/head_back_1.gif) 0 32px repeat-x;
}
#header .menuBack { height:32px; background-color:#639805;overflow:hidden; }

#slidingBlock { overflow:hidden; margin:auto; height:56px; padding-top:1px; }
#nav_box { height:35px; text-align:center; }
#slidingBlock h4 { float:left; width:95px; height:30px; border-right:solid 1px #ccc; line-height:32px; text-align:center; font-size:14px; overflow:hidden; }
#slidingBlock a:hover{text-decoration:none}
#slidingBlock h4.menuNo { font-weight:normal; color: #fff; cursor:pointer; }
#slidingBlock h4.menuOn { background:#366c00;font-weight:normal;  cursor:pointer; color:#FFFFFF; background-position: 0px 4px; }
.subMenu{position: absolute;right:0px; bottom:1px;}
.subMenu li { display:inline; }
.subMenu div.key{display:none;text-align:right}

.sspp{ color:#000;float:left;font-size: 12px;height:20px;position: relative;text-align:left;}
.sspp a{text-decoration:underline}
.sspp input{font-size:12px;vertical-align: middle;}
.sspp .login{padding-top:0px!important;padding-top:1px;height:20px;width:35px;margin-top:-2px;}
.sspp .left{padding-top:4px;}
.sspp .oauth-login-icon{
    position: relative;
    top: 3px;
}
.sspp .oauth-login-icon a{text-decoration: none;}

