﻿body
{
	width:980px;
	font-size:12px;
	margin:0px auto;
}
.nav
{
	width:980px;
	position: relative;
	margin:0px auto;
	background: url(../images/menupic.gif) no-repeat 0 -30px;
	font-size:13px;
	height:30px;
}
.navinner 
{
    background: url(../images/menupic.gif) no-repeat 100% -60px;
    width:980px;
    margin:0px auto;
}
.navlist {
    height: 30px;
    line-height: 31px;
    overflow: hidden;
    margin: 0 10px;
    background: url(../images/menupic.gif) repeat-x 0 0;
}
.nav li {
    float: left;
    display: inline;
    margin: 0 0 0 -2px;
    padding: 0 4px 0 6px;
}
.nav a {
    display: block;
    width: 78px;
    text-align: center;
}
.nav a:link, .nav a:visited {
    color: #fff;
    text-decoration:none;
}
.nav a.current, .nav a:hover, .nav a:active {
    color: #cf185c;
    font-weight: bold;
    background: url(../images/menupic.gif) no-repeat 50% -90px;
}
.subnav {
    position: absolute;
    top: 23px;
    float: left;
    height: 32px;
    padding-top:10px;
    width:285px;
    white-space: nowrap;
    text-align:center;
    background: url(../images/menu_small.gif) no-repeat;
}
.subnav_2
{
    position: absolute;
    top: 23px;
    float: left;
    height: 32px;
    padding-top:10px;
    width:194px;
    white-space: nowrap;
    text-align:center;
    background: url(../images/menu_small1.gif) no-repeat;
}

.subnav p span,.subnav_2 p span{
    display: block;
    
}
.subnav a, .subnav_2 a{
    display: inline;
    padding: 0;
    font-size: 100%;
}

.subnav, .subnav a:link, .subnav a:visited,.subnav_2, .subnav_2 a:link, .subnav_2 a:visited {
    color: #333;
}
.subnav a:hover, .subnav a:active,.subnav_2 a:hover, .subnav_2 a:active {
    color: #333;
}
.subnav a:hover, .subnav a:active,.subnav_2 a:hover, .subnav_2 a:active {
    font-weight: normal;
    background: none;
    border-bottom: 1px solid;
}
.disable {
    display: none;
}
.bottom
{
	border-top:1px solid #cccccc; 
	border-bottom:1px solid #cccccc; 
	border-left-width:0px; 
	border-right-width:0px;
	text-align:center;
    padding-top:15px;
    width:980px;
    color:#666
}
.bottom_link{clear:both}
.bottom_link ul li{float:left;margin-left:5px;text-align:center}

#top{float:right;padding-top:25px;height:23px; color:#666;margin-right:10px;}
#top ul li{float:left; width:65px;}