﻿.MainMenu
{
    float: left;
    font-size: 14px;
    height: 25px;
    line-height: 14px;
    margin-top: 42px;
    min-height: 25px;
    padding-left: 30px;
    width: 751px;
}

.MainMenu div
{
    z-index: 999;
}
.MenuItem, .MenuItemSel, .MenuItem a
{
    color: #f8f8f8;
    font-size: 13px;
    background-image: none;
    padding: 0;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.TopGroup .BreakItem
{
    color: #f0cf06;
    font-size: 12px;
}
.MenuItemL1, .MenuItemL2, .MenuItemL3
{
    border-top: Solid 3px #ffcb00;
    padding: 2px 45px 3px 14px;
    cursor: pointer;
    cursor: hand;
}
.MenuItemL1Sel, .MenuItemL2Sel, .MenuItemL3Sel
{
    background-color: #E77949;
    color: #fff;
    background-image: url(http://d17jxhses9tyil.cloudfront.net/img/bkg/sel-menu-right.gif);
    background-position: right;
    background-repeat: no-repeat;
    cursor: pointer;
    cursor: hand;
    border-top: Solid 3px #ffcb00;
}
.MenuItemL1Sel nobr, .MenuItemL2Sel nobr, .MenuItemL3Sel nobr
{
    background-image: url(http://d17jxhses9tyil.cloudfront.net/img/bkg/sel-menu-left.gif);
    background-position: left;
    background-repeat: no-repeat;
    padding: 2px 45px 3px 14px;
    display: block;
}
.Level0SubGroup, .Level1SubGroup, .Level2SubGroup, .Level3SubGroup
{
    font-size: 11px;
    color: #3C4351;
    background-color: #ffcb00;
    width: 122px;
    padding: 10px 0;
}
.Level1SubGroup
{
    width: 125px;
}


/* Submenu */

.SubMenu
{
    width: 148px;
    padding: 7px;
    min-height: 305px;
    _height: 305px;
}
.SubMenu .Section
{
    padding-bottom: 20px;
    margin-top: 0px;
    padding-top: 0px;
}
.SubMenu .Category
{
    width: 162px;
    min-height: 18px;
    color: #F9FDF8;
    font-size: 18px;
    font-weight: bold;
    margin-top: 0px;
    padding-top: 0px;
    _height: 18px;
}
.SubMenu .Category .CategoryText
{
    margin-left: 10px;
    padding-top: 4px;
}
.SubMenu .PageItem
{
    padding-top: 5px;
    float: left;
}
.SubMenu .PageItem a
{
    color: #E2E2E2;
    font-size: 12px;
    text-decoration: none;
}
.SubMenu .PageItem .Arrow, .SubMenu .SelectedPageItem .Arrow
{
    float: left;
    width: 6px;
    min-height: 5px;
    _height: 5px;
    margin-top: 3px;
    margin-right: 5px;
}
.SubMenu .PageItem a:hover
{
    text-decoration: underline;
}

.SubMenu .SelectedPageItem
{
    padding-top: 5px;
    color: #f0cf06;
    font-size: 12px;
    text-decoration: none;
}

.SubMenu .SelectedPageItem a
{
    color: #f0cf06;
    font-size: 12px;
    text-decoration: none;
}
.SubMenu .SelectedPageItem .Arrow
{
    background-repeat: no-repeat;
    background-image: url(../img/menu/selectionArrow.gif);
}


/* Breadcrumbs */

.Breadcrumbs
{
    font-size: 10px;
    color: #c4c4c4;
    padding: 8px 0;
}
.Breadcrumbs .BreadCrumb a, .Breadcrumbs .BreadCrumb span
{
    font-size: 10px;
    text-decoration: none;
    color: #c4c4c4;
}
.Breadcrumbs .BreadCrumb a:hover
{
    text-decoration: underline;
}


.MainMenu ul.Top li
{
    float: left;
    list-style-type: none;
}
.MainMenu ul.Top .MainMenuDivider
{
    margin-left: 7px;
    margin-right: 7px;
    color: #f0cf06;
    font-size: 12px;
}

.MainMenu ul.Top li a
{
    color: #f8f8f8;
    font-size: 13px;
    background-image: none;
    padding: 0;
    cursor: pointer;
    cursor: hand;
    text-decoration: none;
}

.MainMenu ul.Second
{
    float: left;
    display: none;
    background-color: #e6e6e6;
    position: absolute;
    padding: 10px;
    margin-top: 14px;
    margin-left: 4px;
    z-index: 10000;
}
.MainMenu ul.Second li.SecondLevelItem
{
    clear: both;
    width: 170px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-bottom: solid 1px #000000;
    padding-left: 4px;
    color: #3d4351;
    font-size: 11px;
    font-weight: bold;
    height:13px;
}

.MainMenu ul.Second li.ProductNode
{
    clear: both;
    width: 170px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    color: #3d4351;
    font-size: 11px;
    font-weight: normal;
    height:13px;
}

.MainMenu ul.Second li a
{
    display: block;
    width: 170px;
    color: #3d4351;
    text-decoration: none;
    font-size: 11px;
}

.MainMenu ul.Second li a.ProductMenuNode
{
    color: #3d4351;
    text-decoration: none;
    font-size: 11px;
    font-weight: normal;
}

.MainMenu .MainMenuHover
{
    float:left;

    width:400px;
    height:38px;
    margin-top: -24px;
    margin-left: -12px;
    position:absolute;
}

.MainMenu .MainMenuHoverCenter
{
    background-color: #e6e6e6;
    background-image: url(../img/Menu/MainMenuItemCenter.png);

    height: 28px;
    
    color: #545454;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    pointer: hand;
    padding-top: 10px;
    float:left;

}

.MainMenu li div.MainMenuHoverCenter a
{
    color: #545454;
}

.MainMenu .MainMenuHoverLeft
{

     background-image: url(../img/Menu/MainMenuItemLeft.png);
     width:8px;
     height:38px;
     float:left;

}
.MainMenu .MainMenuHoverRight
{

     background-image: url(../img/Menu/MainMenuItemRight.png);
     width:8px;
     height:38px;
     float:left;

}

.MainMenu ul.Second li:hover
{
    background-color: #e77949;
    color: White;
    cursor: pointer;
    cursor: hand;
}

.MainMenu ul.Second li:hover a
{
    color: White;
}

.MainMenu ul.Third
{
    background-color: #e6e6e6;
    position: absolute;
    margin-left: 190px;
    display: none;
    z-index: 1000;
    margin-top: -50px;
    width: 800px;
    float: left;
}


.MainMenu ul.Second li a
{
    color: #515663;
    text-decoration: none;
}


.MainMenu ul.Model
{
    padding-left: 0px;
    border-top: solid 2px #3d4351;
    border-bottom: solid 1px #3d4351;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    float: left;
}

.MainMenu ul.Third li:hover
{
    background-color: #e6e6e6;
    color: #3d4351;
}

.MainMenu ul.Third li.Series
{
    padding: 0px;
    margin: 0px;
    color: #3d4351;
    font-weight: bold;
    border: none;
    border-bottom: solid 1px #3d4351;
    list-style-type: none;
    cursor: pointer;
    cursor: hand;
    width: 194px;
    padding: 3px;
    float: left;
}

.MainMenu ul.Third li.Model
{
    margin-left: -15px;
    color: #3d4351;
    font-weight: normal;
    border: none;
    cursor: pointer;
    cursor: hand;
    margin-bottom: 5px;
    width: 194;
    padding: 3px;
    float: left;
}


.MainMenu .ProductMenu
{
    background-color: #e6e6e6;
    color: #3d4351;
    position: absolute;
    z-index: 1000;
    float: left;
    padding: 20px;
}


.MainMenu .ProductMenu .Column
{
    float: left;
    width: 200px;
    margin-right: 20px;
}

.MainMenu .ProductMenu .SeriesItem
{
    width: 200px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.MainMenu .ProductMenu .SeriesItem .Title
{
    font-size: 14px;
    font-family: Arial;
    border-bottom: solid 1px #000000;
    padding: 3px;
    margin-bottom: 3px;
}


.MainMenu .ProductMenu .SeriesItem .Title a
{
    text-decoration: none;
    font-size: 11px;
    color: #3d4351;
    font-weight: bold;
}

.MainMenu .ProductMenu .SeriesItem .ModelItems
{
    border-bottom: solid 1px #949494;
}

.MainMenu .ProductMenu .SeriesItem .ModelItems .ModelItem
{
   padding:3px;
}


.MainMenu .ProductMenu .SeriesItem .ModelItems .ModelItem:hover
{
    background-color: #e77949;
    cursor: pointer;
    cursor: hand;
}

.MainMenu .ProductMenu .SeriesItem .ModelItems .ModelItem a
{
    display: block;
    width: 194px;
    padding-bottom: 0px;
    color: #3d4351;
    font-size: 11px;
    text-decoration: none;
    font-weight: normal;
}

.MainMenu .ProductMenu .SeriesItem .ModelItems .ModelItem a:hover
{
   color: White;
}

.MainMenu .SecondBottom
{
    height:8px;
    position: absolute;
}

.MainMenu .SecondBottom .LeftCurve
{
    float:left;
    background-image:url(../img/menu/BottomLeftCurve.png);
    width:8px;
    height:8px;
    
}

.MainMenu .SecondBottom .RightCurve
{
    float:left;
    background-image:url(../img/menu/BottomRightCurve.png);
    width:8px;
    height:8px;
    
}

.MainMenu .SecondBottom .Fill
{
    float:left;
    height:8px;
    background-color:#e6e6e6;
}


.MainMenu .ProductMenuBottom
{
    
    position: absolute;
    z-index: 1001;
    float: left;
    margin-top: 0px;
 
}

.MainMenu .ProductMenuBottom .RightCurve
{
    float:left;
    background-image:url(../img/menu/BottomRightCurve.png);
    width:8px;
    height:8px;

}

.MainMenu .ProductMenuBottom .Fill
{
    float:left;
    height:8px;
    background-color:#e6e6e6;

}

.MainMenu .ProductLowerMenu
{
    background-color:#e6e6e6;
    position: absolute;
    padding: 10px;
   
    width:174px;
}

.MainMenu .ProductLowerMenu .BrowseAllProducts
{
    font-size:11px;
    color:#e77949;
    font-weight:bold;   
    border-bottom:solid 1px black;
    padding-bottom: 5px;
    padding-left:3px;
    
}

.MainMenu .ProductLowerMenu a.ViewAll
{
    color:#3d4351;
    font-size:11px;
    text-decoration:none;
    font-weight:normal;
}
