﻿#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 .SubHeadings
{
    margin:0px 0px 0px 0px;
    padding:0px;
    } 
     
 

#LeftNavigation .SubHeadings a
{
    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;
    
    }    
    
#LeftNavigation .SubHeadings 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 .SubHeadings a.lastSubHeading
{
    background-image:none;
    margin-bottom:8px;
    padding-bottom:0px;
    
    }    
    
#LeftNavigation .SubHeadings a.lastSubHeadingSelected
{
    background-image:none;
    margin-bottom:8px;
    padding-bottom:0px;
    color:#ED1C24;
    
    }        
    
    
#LeftNavigation .SubHeadings a.last
{
    background-image:url(../img/btns/mmFooter.png);
    padding-bottom:23px;
    margin-bottom:23px;
    width:220px;
    margin-left:0px;   
    padding-left:12px;

    }   
    
#LeftNavigation .SubHeadings a.lastSelected
{
    background-image:url(../img/btns/mmFooter.png);
    padding-bottom:23px;
    margin-bottom:23px;
    width:220px;
    margin-left:0px;   
    padding-left:12px;
    color:#ED1C24;
    }            
    
#LeftNavigation .SubHeadings a:hover
{
    color:#ED1C24;
    }           
    
#LeftNavigation .SubHeadings a:active
{
    color:#333333;
    }  
   
    
#LeftNavigation a img
{
    border:0px;
    }    
    
    
#LeftNavigation .btnSpacer    
{
    height:5px;
    }
    
    
#LeftNavigation .ajaxContent
{
    
    }
    
#LeftNavigation .AdminSubHeading    
{
    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;    
    
    }    
    
#LeftNavigation ul ul
{
    margin:0px;   
    padding:0px;
    list-style-type:none;   
    
    }     
    
    
    
    
    
    
/* JQUERY CLASSES */    

.Members
{
   display:none; 
    }
    
.NavGroup
{
    padding:0px 0px 5px 0px;
    height:39px;
    width:228px;
    }
    
.NavGroup a
{

    height:26px;
    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);
    }   
    
.NavGroup a.MouseOver
{    
    color:#FFFFFF;
    background-image:url(../img/button_red.png);
    }      