﻿ 
.TopBar_Out ul li
{
    float:left;
    margin-left:10px;
    z-index:0;
    list-style:none;
    overflow:hidden;
    }
    
.TopBar_Out
{
    width:100%;
    _width:134%;
    height:24px;
    position:fixed;
    _position:absolute;
    top:0px;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
    background-image:url(../IMG/N_top.gif);
	background-repeat:repeat-x;
    }
.TopBar_Content
{
    width:1000px;
    margin:0 auto;
    height:24px;
    line-height:24px;
    }
.TopBar_Content1
{
    width:1000px;
    height:24px;
    float:left;
    line-height:24px;
    position:relative;
    }
.TopBar_Content_Left
{
    height:24px;
    float:left;
    cursor:pointer;
    }
.TopBar_Content_Right
{
    height:24px;
    float:right;
    cursor:pointer;
    text-align:right;
    }
.TopBar_Content_Right ul li
{	
	height:24px;
	}
.TopBar_Content_SiteList
{
    position:absolute;
    width:998px;
    height:100px;
    border:1px solid #d7d7d7;
    border-top:none;
    display:none;
    top:24px;
    left:0px;
    background-color:#f7f7f7;
    }
.TopBar_Content_SiteList_Item
{
    height:92px;
    float:left;
    margin-left:4px;
    margin-top:4px;
    width:195px;
    text-align:center;
    line-height:92px;
    font-size:40px;
    color:White;
    font-weight:bold;
    cursor:pointer;
    background-color:#06a0e7;
    }
.WeatherStyle
{
	margin-top:-3px; 
	margin-left:-30px;
	
	}