﻿.div_Title {
    background: #666;
    text-align: left;
    background: url(Images/Index/head_bg.gif);
    height: 50px;
}

.div_Menu {
    width: 180px;
    padding: 0px;
}

    .div_Menu a {
        text-decoration: none;
        color: black;
        display: block;
        width: 137px;
    }
.div_Title h1{
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    margin: 0;
    display:inline-block;
    margin-left:1%;
    font-weight: 100;
    letter-spacing: .5px;
}
.index-logoff{
    float:right;
    width:100px;
    height:30px;
    margin-top:10px;
    margin-right:1%;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:none;
    cursor:pointer;
    background:linear-gradient(to bottom,#e6eaf1 0,#E0ECFF 20%);
}
.div_Title span{
    float: right;
    height: 30px;
    line-height: 30px;
    margin: 10px 20px;
    font-size:16px;
    color:white;
}