
#PSYCHOLOGY .PSY_T_MENU{
	width:100%;
	height:45px;
	border-bottom:1px solid #d4d4d4;
    margin-bottom:-1px;
    background-color: #fff;}

    #PSYCHOLOGY .FLOAT{/*浮動使用*/
        position:fixed;
        left:0;
        top:0;
        z-index:999;
        }	
	
#PSYCHOLOGY .PSY_T_MENU a.MENU_MORE_BT{
	display:block;
    width:10%;
    height: 45px;
	float:right;
    line-height:45px;
    background-size:12px 12px;
	background-position:center center;
	background-repeat:no-repeat;
	}

#PSYCHOLOGY .PSY_T_MENU .BT_ICON_N{
	background-image:url(../images/under.png);
}
#PSYCHOLOGY .PSY_T_MENU .BT_ICON_D{
	background-image:url(../images/top.png);
}

#PSYCHOLOGY .PSY_T_MENU .M_LIST_BG{
    float:left;
	width:90%;
	height:45px;
	overflow:hidden;
	margin:0 auto;}
    #PSYCHOLOGY .PSY_T_MENU .M_LIST ul{
        width:auto;
        margin:0 auto;
        }
        
    #PSYCHOLOGY .PSY_T_MENU .M_LIST li{
        float:left;
        width:25%;
        height:45px;
        font-size:1em;
        }
        
    #PSYCHOLOGY .PSY_T_MENU .M_LIST li a{
        display:block;
        width:100%;
        height:45px;
        color:#575656;
        line-height:45px;
        text-align:center;
        }
    #PSYCHOLOGY .PSY_T_MENU .M_LIST li a.L{
        color:#cc0000;
        line-height:45px;}
	

