div.menuContainer
{
    background-image: url('../img/menu1_off2.gif');
    background-repeat: repeat-x;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size:8pt;
    height: 22px;
    width: 100%;
    white-space: nowrap;
    z-index: 10;
    padding: 0;
    margin: 0;
}

div.menuSubContainer
{
    font-family: arial; 
    position:relative;
    font-size:8pt;
    height: 22px;
    margin:0; 
    padding:0;
    white-space: nowrap;
    display:block;
}

.ulMenuLevel1
{
    list-style-type:none;
    margin:0;
    padding:0;
    font-family: arial;
    font-size:8pt;
}

.liMenuLevel1
{
    list-style-type:none;
    float: left;
    font-family: arial;
    font-size: 8pt;
}

.linkMenuLevel1
{
    display: block;
    font-family: Tahoma, Verdana, Arial, sans-serif;
    font-size: 8pt;
    line-height: 30px;
    width: 138px;
    background: #999999 url('../img/keystaff_menu_btn.gif') no-repeat top center;
    color: #FFF0F9;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

.linkMenuLevel1:hover
{
    background: #999999	url('../img/keystaff_menu_btn.gif') no-repeat bottom center;
    color: #FFFFFF;
}

a.linkMenuLevel1
{
    text-decoration: none;
    color: #FFF0E9;
}

a.linkMenuLevel1:hover
{
    text-decoration: none;
    color: #FFFFFF;
}

.ulMenuLevel2
{
    border: 1px solid #ff6600;
    border-top: 3px solid #ff6600;
    list-style-type:none;
    position: absolute;
    margin: 0 0 0 2px;
    padding: 0;
    display: none;
    background-color: #ff9966;
/*    filter: alpha(opacity=85);*/
/*    -moz-opacity: 0.85;*/
/*    KhtmlOpacity: .85;*/
/*    opacity: .85;*/
    font-family: arial;
    font-size: 11px;
}

.liMenuLevel2
{
    line-height: 24px;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

.liMenuLevel2 a
{
    text-decoration: none;
    display: block;
    color: #ffffff;
    width: 230px;
    padding-left: 5px;
}

.liMenuLevel2 a:hover
{
    text-decoration: none;
    display:block;
    width: 230px;
    background: #f06000;
    color: #FFFFFF;
}

li:hover ul , li.over ul
{
    display: block;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

#mainMenuUL li>ul
{ 
    top: auto;
    left: auto;
    font-family: Tahoma, Arial, Verdana, sans-serif;
    font-size: 11px;
}

