.Level1TabRow
{
   padding: 0px 20px 0px 20px;
   background-color: #002F64;
   background-image: url(../Assets/Images/Dynami/header_bg.gif);
   background-repeat: repeat-x;
   border-top: solid 1px #002D62;
}

.Level1TabGroup
{
   font-family: Arial;
   font-size: 11px;
   font-weight: bold;
   color: white;
   cursor: hand;
   height: 25px;
}

.Level1TabSeparator
{
}

.Level1Tab
{
   padding: 3px 8px 5px 8px;
   border-left: solid 1px #6578A2;
   border-right: solid 1px #022F5D;
}

.Level1TabOver
{
}

.Level1TabSelected
{
   background-color: #E1D4C7;
   color: #002D62;
   position: relative;
   top: 1px;
   padding: 3px 8px 6px 8px;
   border-top: solid 1px #E1DBD5;
   border-left: solid 1px #E1DBD5;
   border-right: solid 1px #ADA398;
   border-bottom: solid 1px #E1D4C7;
   background-image: url(../Assets/Images/Dynami/selected_bg.gif);
   background-repeat: repeat-x;
}

.Level1TabSelectedOver
{
}

/* Fast Menu  */

.Level2TabRow
{
   background-color: #E1D4C7;
   padding: 0px 20px 0px 20px;
   border-bottom: solid 1px #002D62;
   border-top: solid 1px #E1DBD5;
}

.L2RootMenuGroup
{
   font-family: Arial, Verdana;
}

.L2RootMenuItem
{
   font-size: 10px;
   font-weight: bold;
   color: #002F64;
   padding: 2px 5px 3px 5px;
}
.L2RootMenuItemHover
{
   font-size: 10px;
   font-weight: bold;
   color: #002F64;
   padding: 2px 5px 3px 5px;
   cursor: hand;
}
.L2RootMenuItemActive
{
   font-size: 10px;
   font-weight: bold;
   color: #002F64;
   padding: 2px 5px 3px 5px;
}
.L2RootMenuItemSelected
{
   font-size: 10px;
   font-weight: bold;
   color: #002F64;
   padding: 2px 5px 3px 5px;
   background-color: oldlace;
   cursor: hand;
}
.L2RootMenuSeparatorItem
{
   font-size: 10px;
   font-weight: bold;
   color: #002F64;
   padding: 1px 4px 4px 4px;
}


.L2SubMenuGroup
{
   width: 100px;
   background-color: white;
   cursor: hand;
   font-size: 10px;
   border: solid 1px darkgray;
}

.L2SubMenuItem
{
   font-size: 10px;
   padding: 3px;
   background-color: white;
}
.L2SubMenuItemHover
{
   font-size: 10px;
   padding: 3px;
   background-color: #CCCCFF;
}
.L2SubMenuItemActive
{
   font-size: 10px;
   padding: 3px;
   background-color: white;
}
.L2SubMenuItemSelected
{
   font-size: 10px;
   padding: 3px;
   background-color: #CCCCFF;
}


/* BreadCrumb Menu  */

.BreadCrumbs
{
   font-size: 10px;
   cursor: hand;
   font-family: Arial, Verdana;
}

.BreadCrumbs .MenuItem
{
   color: #002D62;
   text-decoration: underline;
}

.BreadCrumbs .SelectedMenuItem
{
   color: #002D62;
   font-weight: bold;
}

.BreadCrumbs .MenuItemOver
{
   color: #002D62;
   text-decoration: underline;
}

.BreadCrumbs .Separator
{
   padding-right: 3px;
   padding-left: 3px;
   color: gray;
   cursor: default;
}

