﻿#clubbed-top-menu
{
    background-image:url('../images/clubbed/control-background.png');
    background-repeat:no-repeat;
    color: white;
    font-family:  Arial;
    font-weight:bold;
    font-size: 0.9em;
    position:fixed;
    top:0px;
    width:190px;
    height: 59px;
    right:20%;
    padding-left:14px;
    z-index:10;
}
#clubbed-top-menu img 
{
    display:inline;
    border: 0px;
    float:left;
}
.clubbed-email-red-button 
{
    background-image: url('../images/clubbed/control-icon-email-overlay.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
    position:absolute;
    z-index:2;
    left:76px;
    top:21px;
    width:38px;
    height:20px;
    padding-top:10px;
    text-align:center;
}
#clubbed-top-menu a {
   color:white;
}
