﻿#MainMenu
{
    height: 45px;
    padding-top: 10px;
}

#MainMenu ul.nav
{
    padding: 0px;
    list-style: none;
    margin-top: 0px;
    margin-left: 0px;
    height: 35px; /*Full Menu Background*/ /*background-image: url(UserControls/CustomControls/MainMenu/Menu_BG.png);*/
    background-repeat: repeat-x; /*Handles Aligment Issue*/
    overflow: hidden; /*IE Fix for Aligment Issue*/
    zoom: 1;
    width: 950px;
}

/*Controls the menu items and links*/
#MainMenu ul.nav li
{
    /*Sets the menu horizontaly*/
    float: left;
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #a1b3b5;
    list-style: none;
}

#MainMenu ul.nav a
{
    text-align: center;
    display: block;
    padding: 5px 15px 8px 15px;
    border-bottom: none;
    text-decoration: none;
    color: #394042;
    font-family: 'trebuchet MS';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    clear:both;
}

#MainMenu ul.nav a:hover
{
    color: #9fa3a4;
}


#MainMenu ul.nav a.Selected
{
    color: #9fa3a4;
}

#MainMenu ul.nav li.last
{
    /*Sets the menu horizontaly*/
    border-style: none;
}

/*Header Phone Number*/
#Navigation_Number
{
    font-family: verdana;
    font-size: 23px;
    color: #FFFFFF;
    text-align: right;
    padding-top: 25px;
}

/*Slider Location*/
#MainMenuSlider
{
    float: left;
    z-index: 5;
    overflow: hidden;
    position: absolute;
    margin-top: 28px;
    margin-left: 357px;
}

#MainMenuSliderTopSliver
{
    background-image: url(../Images/Header/Header_Frame.png);
    width: 950px;
    height: 390px;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 10;
    top: 79px;
    background-repeat: no-repeat;
}

