﻿
    .Header_Menu {
      background-image: url(../Images/Backgrounds/Menu_BG.gif);
      background-repeat: repeat-x;
      width: 100%;
      height: 26px;
    }


	.MainContent_LeftNavVisible {
	    margin-left: 230px;
	}
	
	.MainContent_LeftNavHidden {
	    
	}
	
	
	
	.LeftNav {
	  position: absolute;
	  left: 0px;
	  width: 210px;
	}
	
	
	
	#DevelopmentSite {
	  height: 15px;
	  padding-right: 20px;
	  text-align: right;
	  color: #dd4747;
	  font-weight: bold;
	  font-size: 14px;
	}
	


    #LeftNavSection .ElementDivider {
      border-bottom: solid 1px #d9d9d9; 
      width: 100%; 
      height: 1px; 
      margin-top: 8px; 
      margin-bottom: 8px;
    }
