﻿#menu
{
    height:74px;
    background:White;
}
.rootMenuHolder
{
    background:#e35f13;
    border: solid 1px white;
    border-bottom:none;
    background:#e35f13 url(/App_Themes/Default/wp.gif);
    background-repeat:repeat-x;
    background-position:0 35px;
    height:36px;
    vertical-align:bottom;
    padding-left:3px;
}
.rootMenu
{            
    font-size: 16px;
    vertical-align:bottom;
}
.rootMenu a
{
    color:White;
    text-decoration:none;
}
.rootMenuItemHolder,
.selectedRootMenuItemHolder
{
    display:inline-block;
    margin-top:4px;
    padding:6px;
}
.rootMenuItemHolder
{
    /*border-bottom:solid 1px White;*/
}
.selectedRootMenuItemHolder
{
    background:#0c2a4e;
    border: solid 1px white;
    border-bottom: solid 1px #0c2a4e;
}
.rootMenuItem,
.selectedRootMenuItem
{    
    border-right: dotted 1px White;
    padding-right:11px;
    padding-bottom:5px;
}



.secondMenu
{
    border: solid 1px white;
    border-top:none;
    font-size: 14px;
    height:36px;
    display:none;
    background:#0c2a4e;
}
.secondMenu a
{
    text-decoration:none;
}
.selectedSecondMenuItemHolder,
.secondMenuItemHolder
{
    display:inline-block;
    margin-top:6px;
    padding:6px;
}
.secondMenuItem,
.selectedSecondMenuItem
{
    color:White;
    border-right: dotted 1px White;
    padding-right:6px;
    margin-bottom:9px;
}
.selectedSecondMenuItemHolder
{
    font-weight:bold; 
}
