﻿div.main
{
    /*background-color:#3f3f3f;*/
    margin-right:1px;        
    margin-bottom:1px;
    /*color:#ffffff;*/
    color:#3f3f3f;
    border-bottom:solid 1px #ffffff;
    text-align:center;
    float:left;
    width:60px;
}
div.main a{
    /*color:#ffffff;*/
    color:#3f3f3f;
    text-decoration:none;
    margin:2px;
}
div.main a:hover{
    color:#ffffff;
    text-decoration:none;
    margin:2px;
}

div.item
{
    background-color:silver;
    margin-right:0px;        
    margin-bottom:0px;
    color:#ffffff;
	border-bottom:1px solid #e3e3e3
}
div.item a
{
    color:#3f3f3f;
    text-decoration:none;
    margin:2px;
}
div.item_hover
{
    background-color:#e3e3e3;
    margin-right:0px;        
    margin-bottom:0px;
    color:#3f3f3f;
    border-bottom:1px solid #e3e3e3
}
div.item_hover a
{
    color:#3f3f3f;
    text-decoration:none;
    margin:2px;
}


/**/
*
{
    margin: 0;
    padding: 0;
}
body
{
}
#fixed
{
    position: fixed;
    top: 0;
    height:28px;    
    width: 990px;
    z-index:1000;
    overflow:visible;
    float:none;
    width:100%;
    text-align:center;
}
#fixed #fixed_center
{
    width:990px;
    overflow:visible;
    margin:0 auto;
    height:inherit;
    background-image:url(http://wx.pkone.cn/images/top_zhuangtai_bg.jpg);
    background-repeat:repeat-x;
}
*+html #fixed #fixed_center
{
    width:990px;
    overflow:visible;
    margin:0 auto auto auto;
    height:inherit;
    float:left;
    background-image:url(http://wx.pkone.cn/images/top_zhuangtai_bg.jpg);
    background-repeat:repeat-x;
}
* html #fixed #fixed_center
{
    width:990px;
    overflow:visible;
    margin:0 auto auto auto;
    height:inherit;
    float:left;
    background-image:url(http://wx.pkone.cn/images/top_zhuangtai_bg.jpg);
    background-repeat:repeat-x;
}
a
{
    font-size:12px;
}

/*HACK*/
* html #fixed
{
    position: absolute;
    top: 0;

    
}

