#head_top {
    border-bottom: 1px solid #D1D1D1;
    height: 25px;
    line-height: 25px;
    background: #F8F8F8; 
	margin-bottom:5px;
}

#top_today {
    width: 300px;
    float: left;
    overflow: hidden;
    padding-left: 15px;
}

ul#top_tools {
    width: 295px;
    float: right; 
    height: 25px;
    line-height: 25px;
}

ul#top_tools li {
    float: left; 
    width: 30px;
    padding-left: 15px;
}

ul#top_tools li.t1 {
    width: 65px;
    background: url(/images/index_new/top_icons/01.gif) 0px 4px no-repeat;
}

ul#top_tools li.t2 { 
    background: url(/images/index_new/top_icons/02.gif) 0px 4px no-repeat;
}

ul#top_tools li.t3 {
    background: url(/images/index_new/top_icons/03.gif) 0px 4px no-repeat;
}

ul#top_tools li.t4 {
    width: 53px;
    background: url(/images/index_new/top_icons/04.gif) 0px 4px no-repeat;
}

ul#top_tools li.t5 {
    background: url(/images/index_new/top_icons/05.gif) 0px 4px no-repeat;
}


#head #nav {
    height: 68px;
    border: 1px solid #CBCBCB;
    margin-bottom: 5px;
    background: url(/images/index_new/nav_bg.jpg) repeat-x;
}

#head #nav #logo, #head #nav #logo:hover {
    float: left;
    margin-top: 0px;
    width: 430px;
    height: 68px;
    background: url(/images/logo.gif) 2px 2px no-repeat;
    display: block;
}

#head #nav div.global_nav {
    height: 68px;
    width: 518px;
    float: right; 
}


#head #nav div.global_nav li a:link,#head #nav div.global_nav li a:visited {
	text-decoration:underline;
}

#head #nav div.global_nav li.en a {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

#head #nav div.global_nav .lstcol {
    float: left;
    width: 84px;
    border-left: 1px solid #E5E5E5;
    height: 60px;
    margin-top: 4px;
    padding-top: 1px;
}

#head #nav div.global_nav .lstcol.last {
    border: none;
}

#head #nav div.global_nav .lstcol ul li {
    width: 70px;
    line-height: 15px;
    padding-left: 13px;
    font-size: 12px;
    margin: 3px 0px;
}

#head #nav div.global_nav .lstcol ul li.hot, .global_nav .lstcol ul li.new {
    background: url(/images/hot.gif) no-repeat 40px 3px;
}

#head #nav div.global_nav .lstcol ul li.new {
    background-image: url(/images/new.gif);
}

#head #nav div.global_nav .lstcol ul li.hot3 {
    background: url(/images/hot.gif) no-repeat 50px 3px;
}

#head #nav div.global_nav .lstcol ul li.hot4 {
    background: url(/images/hot.gif) no-repeat 63px 3px;
}
 
#head #nav div.global_nav .lstcol ul li.new3 {
    background: url(/images/new.gif) no-repeat 50px 3px;
}
#head #nav div.global_nav .lstcol ul li.new4 {
    background: url(/images/new.gif) no-repeat 63px 3px;
}

