﻿#tabs{
    clear: both;
    margin: 0 0px 0px 0px;
    background-color: #e0e0e0;
}


#tabs a:hover { text-decoration: underline; color:#fff; }

.tab{
    width: 120px;
    /*height: px;*/
    float: left;
    cursor: pointer;
    text-align: center;
    background: url('../images/tablight.png') no-repeat top left;
    /*border-bottom: 3px solid #0a2962;*/
    line-height: 30px;
    font-weight: bold;
    font-size: 1.1em;
    text-decoration: none;
    
}

.selectedtab{
    background: url('../images/tabdark.png') no-repeat top left;
        
}

#greybackground{
    width: 100%;
    background-color: #e0e0e0;
    padding-bottom: 0px;
    position: relative;
}




