﻿.submenu
{
    width:100%;
}

.submenu table.topLevel,
.submenu table.currentLevel
{
    border-bottom:solid 1px #032543;    
}

.submenu a.topLevel
{
    display:block;
    padding:0px 5px;
    line-height:24px;
}

.submenu a.currentLevel
{
    display:block;
    padding:0px 10px;
    line-height:24px;
    background-color:#d0ddf8;
}

.submenu a:hover
{
    background-color:#335f86;
    color:White;
}

.submenu table.topLevelSelected,
.submenu a.currentLevelSelected
{
    background-color:#335f86;
    color:White;
}