﻿#MainMenu
{
  z-index: 2;
}

#MainMenu .level1
{
    color: White;
    background-color: Transparent;
    background-image: url(images/title_Background.gif);
    font-family: Georgia;
    font-variant: small-caps;
    height:30px;
    line-height: 30px;
    vertical-align: middle;
    text-align: center; 
    padding: 0px 2px 0px 2px;
    font-size: 18px;
    display: block;
    border-left: solid 1px black;
    border-right: solid 1px black;
    font-weight: bolder;
}
.MarksMenu
{
 width: 980px;  
 height: 30px;
 padding: 0px;
 margin: 0px; 
 text-align: center; 
}

.MarksMenu a:Hover
{
    background-color: Transparent;
    background-image: url(images/title_background4.gif);
}
#MainMenu .level2
{
    color: black;
    width: 100%;
    font-family: Gill Sans MT !important;
    text-align: left;
    font-size: medium;
    background-color: #F6F3CA;
}
#MainMenu .level3
{
    color: black;
    width: 100%;
    text-align: left;
    font-family: Gill Sans MT !important;
    font-size: medium;
    background-color: #F6F3CA;
}

#MainMenu .selectedstyle
{
    background-image: url(images/title_background3.gif);
    border-left: solid 1px black;
    border-right: solid 1px black;
    height: 30px;
    z-index: 2;
}



#MainMenu .sublevel1
{
    background-color:Transparent;
    color: White !important;
    font-variant: small-caps;
}  
#MainMenu .sublevel2
{
    background-color:Transparent;
    float: left;
    margin-left: -8px;
    color: White !important;
    font-variant: small-caps;
} 

#MainMenu .hoverstyle
{
   background-image: url(images/title_background4.gif);
   display: block;
   height:30px;
   z-index: 30;
}

#MainMenu .hoverstyle2
{
   background-image: url(images/title_background4.gif);
   padding: inherit;
   padding-left: 2px;
   padding-right: 2px;
   color: White;
   height:100%;
}

/* Sub Menu for Department Root Pages */
.DepartmentMenuButton
{
   background-image: url(images/buttonoff.gif);
   background-repeat: no-repeat;
   color: Black;
   font-weight: bold;
   font-size: 1em;
   height: 1.5em;
   line-height: 1.5em;
   text-align: center;
   padding-right: 15px; 
}


.DepartmentMenuButton:hover
{
   color: White;
   background-image: url(images/buttonon.gif); 
}
.SalesDepartmentMenuButton
{
   background-image: url(images/buttonoff.gif);
   background-repeat: no-repeat;
   color: Black;
   font-weight: bold;
   font-size: 1em;
   height: 1.5em;
   line-height: 1.5em;
   vertical-align: middle;
   line-height: 1em;
   text-align: center;
   padding-right: 15px; 
}
.SalesDepartmentMenuButton:hover
{
   color: White;
   background-image: url(images/sales/buttonon.gif); 
}
.PartsDepartmentMenuButton
{
   background-image: url(images/buttonoff.gif);
   background-repeat: no-repeat;
   color: Black;
   font-weight: bold;
   font-size: 1em;
   height: 1.5em;
   text-align: center;
   padding-right: 15px; 
}
.PartsDepartmentMenuButton:hover
{
   color: White;
   background-image: url(images/parts/buttonon.gif); 
}
.ServiceDepartmentMenuButton
{
   background-image: url(images/buttonoff.gif);
   background-repeat: no-repeat;
   color: Black;
   font-weight: bold;
   font-size: 1em;
   height: 1.5em;
   text-align: center;
   padding-right: 15px; 
}
.ServiceDepartmentMenuButton:hover
{
   color: White;
   background-image: url(images/service/buttonon.gif); 
}

.MenuButton_Text
{
   padding-bottom: 3px;
   padding-left: 5px;
   padding-right: 5px;
   border-top: solid 1px black;
   display: block;
   color : Black;
   background-color: #FCF4EA;
   font-weight: normal;
   font-size: .9em;
   width: inherit;
   text-align: left;
   text-indent: 10px;
}
.MenuButton_Header
{
   padding-bottom: 3px;
   color: inherit; 
   display: block;
   font-weight: bold;
   width: 380px;
   font-size: 1em;
   line-height: 1.2em;
   vertical-align: middle;
   text-align: center;

}
.MenuButton_URL
{
    color: black;
    display: inline-block;
    text-decoration: none; 
}
.MenuButton_URL:visited
{
 color: Black;
 text-decoration: none;

}
.MenuButton_URL:hover
{
 color: Black;
 text-decoration: none;
}
.MenuButton_Blue
{
   color: Black;
   text-decoration: none;
   cursor: pointer;
   border: solid 2px black;
   background-color: #C7B299;

}
.MenuButton_Blue:hover
{
   color: White;
   background-color: #0F54A1;
   text-decoration: underline;
}
.MenuButton_Green
{
   color: Black;
   text-decoration: none;
   cursor:pointer;
   border: solid 2px black;
   background-color: #C7B299;

}
.MenuButton_Green:hover
{
   color: White;
   background-color: #00A651;
   text-decoration: underline;
}
.MenuButton_Red
{
   text-decoration: none;
   color: Black;
   cursor:pointer;
   border: solid 2px black;
   background-color: #C7B299;
   
}
.MenuButton_Red:hover
{
   color: White;
   background-color: #9E0B0E;
   text-decoration: underline;
}
.MenuButton_Orange
{
   text-decoration: none;
   color: Black;
   cursor:pointer;
   border: solid 2px black;
   background-color: #C7B299;
}
.MenuButton_Orange:hover
{
   color: White;
   background-color: #F89E00;
   text-decoration: underline;
}