@charset "utf-8";

/* CSS Document */



/*primary
*************************************************************************************/



#globalNav {
    position: absolute;
    top: 126px;
    left: 20px;
    width: 755px;
    height: 18px;
    z-index: 5;
}

#globalNav li {
    float: left;
/*    width: 72px;*/
    text-align: center;
}

#globalNav li a {
    display: block;
    color: white;
    border-top: 1px #666666 solid; 
    border-left: 1px #666666 solid;
    border-right: 1px #666666 solid;
    background-color: #999999;
    padding: 0 15px;    
}

#globalNav .stay {
    color: black;
    background-color: white;
    border-top: 1px #cccccc solid; 
    border-left: 1px #cccccc solid;    
    border-right: 1px #cccccc solid;    
    border-bottom: 1px white solid;
}


#goods a {
    border-right: 1px #4d4d4d solid; 
}

#globalNav li a:hover {
    color: black;
    background-color: white;
    border-top: 1px #cccccc solid; 
    border-left: 1px #cccccc solid;
    border-right: 1px #cccccc solid;    
    border-bottom: 1px white solid;
}

#goods a:hover, #goods .stay {
    border-right: 1px #cccccc solid; 
    border-bottom: 1px white solid;
}



