﻿#LeftNavigation
{
    width: 240px;
    background-color: white;
    float: left;
    text-align: left;
    padding: 13px 0px 0px 20px;
}

/* image menus, headings*/
#LeftNavigation ul
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

#LeftNavigation ul li
{
    margin: 0px;
    padding: 0px 0px 1px 0px;
}

/* text menus, sub headings*/

#LeftNavigation ul li a
{
    padding: 0px 0px 5px 0px;
    width: 228px;
}

#LeftNavigation ul li a
{
    height: 25px;
    width: 216px;
    display: block;
    background-repeat: no-repeat;
    text-decoration: none;
    text-transform: uppercase;
    padding-top: 13px;
    padding-left: 12px;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #777777;
    background-image: url(../img/button_black.png);
}

.AdminSubHeading ul
{
    display: block !important;
}

#LeftNavigation ul li.Selected a.navMenu
{
    color: #FFFFFF;
    background-image: url(../img/button_red.png);
}



#LeftNavigation ul li ul li a
{
    padding: 7px 0px 13px 8px !important;
    margin: 0px 0px 0px 4px !important;
    display: block;
    width: 210px;
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    background-image: url(../img/btns/menuDivider1.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: inherit;
    text-transform: capitalize;
    letter-spacing: 0;
    height:14px;
}

#LeftNavigation ul li ul li a.Selected
{
    padding: 7px 0px 13px 8px;
    margin: 0px 0px 0px 4px;
    display: block;
    width: 210px;
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    background-image: url(../img/btns/menuDivider1.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    color: #ED1C24;
}

#LeftNavigation ul li ul li.lastSubheading a
{
    background-image: none;
    margin-bottom: 8px;
    padding-bottom: 0px;
}

#LeftNavigation ul li ul li.lastSubheading a.Selected
{
    background-image: none;
    margin-bottom: 8px;
    padding-bottom: 0px;
    color: #ED1C24;
}

#LeftNavigation ul li ul
{
    display: none;
}


#LeftNavigation ul li ul li.last a
{
    background-image: url(../img/btns/mmFooter.png);
    padding-bottom: 23px;
    margin-bottom: 23px;
    width: 220px;
    margin-left: 0px;
    padding-left: 12px;
    height:24px;
}

#LeftNavigation ul li ul li.last a.Selected
{
    background-image: url(../img/btns/mmFooter.png);
    padding-bottom: 23px;
    margin-bottom: 23px;
    width: 220px;
    margin-left: 0px;
    padding-left: 12px;
    color: #ED1C24;
}

#LeftNavigation ul li ul li a:hover
{
    color: #ED1C24;
    background-image: url(../img/btns/menuDivider1.jpg);
}

#LeftNavigation ul li ul li.lastSubheading a:hover
{
    background-image: none;
}

#LeftNavigation ul li ul li.last a:hover
{
    background-image: url(../img/btns/mmFooter.png);
}

#LeftNavigation ul li ul li a:active
{
    color: #333333;
}


#LeftNavigation a img
{
    border: 0px;
}


#LeftNavigation .btnSpacer
{
    height: 5px;
}




#LeftNavigation .AdminSubHeading span, #LeftNavigation .AdminSubHeading a
{
    text-transform: uppercase;
    font-family: Arial;
    font-size: 12px;
    height: 27px;
    margin: 0px;
    color: #333333;
    padding: 12px 0px 0px 10px;
    background: url(../img/MenuBlank.png) no-repeat;
    display: block;
}

#LeftNavigation .AdminSubHeading ul li a
{
    text-transform: inherit;
    padding: 7px 0px 13px 8px;
    margin: 0px 0px 0px 4px;
    display: block;
    width: 210px;
    font-family: Arial;
    font-size: 11px;
    color: #666666;
    text-decoration: none;
    font-weight: normal;
    background-image: url(../img/btns/menuDivider1.jpg);
    background-position: bottom left;
    background-repeat: repeat-x;
    height: inherit;
}






/* JQUERY CLASSES */

.Members
{
    display: none;
}


