/* Menu top */
#topMenuBar{
    color: white;
}

#topMenuBar a{
    font-weight: bold;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
}

#topMenuBar td.topMenu {
    padding-left: 45px;
    width: 400px;
}

#topMenuBar td.loggedInAs{
    color: #ffffff;
    text-align: right;
    padding-right:10px;
    height 10px;
}

#topMenuBar td.register {
    width: 122px;
    text-align: center;
}

#topMenuBar td.logout {
    width: 122px;
    text-align: center;
}



/* Menu Left */
.menuSection {
    width: 100%; 
    background-color: #F1F2F1;
}

.menuSection th{
    background-color: black;
}

.menuSection th, .menuSection td {
    height: 25px;
    padding-left: 10px;
}

.menuSection th, .menuSection th a{
    color: white;
    text-align: left;    
    font-weight: bold;
}

.menuSection td a {
    color: black;
}

.menuSection td a:hover {
    color: black;
}

.menuSection td a:visited {
    color: black;
}

.menuSection td a:link {
    color: black;
}

.menuSection td a:active {
    color: black;
}

.menuSection td a.selected {
    text-decoration: underline;
}


