.socialmenu { 
    position: absolute; left: 0; top: 0;
    padding-top:3px;
    z-index: 9;
    text-align: center; 
    color: white;
    background: maroon; 
    font-family: arial, sans-serif;
    whitespace: nowrap;
    width: 100%; 
    height: 25px; 
    /* Start Box Model Hack */
    voice-family:"\"}\""; 
    voice-family:inherit;
    height:22px;
    }

html>body .socialmenu {
    height:22px;
    }
    /* End Box Model Hack */
    
body>.socialmenu { 
    position: fixed; 
    }
    
.social-nocollapse {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    }

.socialmenu a, .socialmenu a:link, .socialmenu a:visited, .socialmenu a:active {
    font-size: 12px;
    font-weight: bold;
    color: #ffcc00; 
    background: maroon;
    text-decoration: none;
    }

.socialmenu a:hover { 
    font-size: 12px; 
    color: lime; 
    background: blue;
    text-decoration: underline;
    }

.socialmenu span {
    font-size: 15px;
    color: #ccffff;
    background: transparent;
    }