    /*CONTAINER*/
    .leftNavBorder {
     	width: 196px;
        clear: left;
        margin-bottom: 10px;
        background: #afafaf;
    }

    .leftNavWrapper {
        width: 196px;
        display: table;
        background: #afafaf;
        border-bottom: 1px solid #8f8f8f;
        border-right: 1px solid #8f8f8f;
    }

    /*MAIN ITEMS*/
    .leftNavMainItem {
		height: 14px;
		width: 196px;
		font-size: 9px;
		background: #afafaf;
    }
    
    .leftNavMainItemOn {			
	    height: 14px;
	    width: 196px;
	    font-size: 9px;
	    background: #c1c1c1;
    }

    .leftNavMainItemSelected {
		width: 196px;
		color: #000000;
		text-decoration: none;
		font-family: verdana;
		font-size: 11px;
		font-weight: normal;
		background: #c1c1c1;
		padding-bottom:1px;
    }
    
    .leftNavMainItemHasChild {
        
    }

    /*SUB ITEMS*/
    .leftNavSubItem {
		width: 196px;
		height: 14px;
		clear: right;
		vertical-align: middle;
		text-decoration: none;
		font-family: verdana;
		font-size: 11px;
		font-weight: normal;
		display: table-row;
		background: #afafaf;
    }
        
    .leftNavSubItemOn {
		width: 196px;
		height: 14px;
		clear: right;
		vertical-align: middle;
		text-decoration: none;
    text-align: left;
		font-family: verdana;
		font-size: 11px;
		font-weight: normal;
		display: table-row; 
		background: #c1c1c1;	
	}

    .leftNavSubItemCell {
		background: #afafaf;
    }
        
    .leftNavSubItemOnCell {
		background: #c1c1c1;	
	}
  
  
    /*CURSORS*/
	.leftNavMainCursor {
		width: 13px;
		height: 14px;
		text-align: right;
		float: left;
		clear: left;
	}

	.leftNavSubCursor {
		width: 26px;
		height: 14px;
		text-align: right;
		clear: left;
		float: left;
	}

    /*LINKS*/
	.leftNavLink { text-decoration: none; font-family: verdana; font-size: 11px; font-weight: normal; color: #b50000; }
    .leftNavLink:link { text-decoration: none; font-weight: normal; color: #b50000;}
    .leftNavLink:hover { text-decoration: none; font-weight: normal; color: #b50000; }
    .leftNavLink:visited { text-decoration: none; font-weight: normal; color: #b50000; }
    
    .leftNavSubLink { text-decoration: none; font-family: verdana; font-size: 11px; font-weight: normal; color: #b50000; }
    .leftNavSubLink:link { text-decoration: none; font-weight: normal; color: #b50000;}
    .leftNavSubLink:hover { text-decoration: underline; font-weight: normal; color: #b50000; }
    .leftNavSubLink:visited { text-decoration: none; font-weight: normal; color: #b50000; }


    /* HEADER CLASSES */
	.productionNavHeader {
		height: 16px;
		font-family: verdana;
		font-weight: bold;
		clear: right;
		color: #000000; ;
		background: #8f8f8f;
		padding:3px 0px 2px 5px;
	}

	.productionNavSectionHeader {
		font-family: verdana;
		font-weight: bold;
		height: 17px;
		vertical-align: middle;
		padding-top: 3px;
		clear: right;
		background: #afafaf;
		padding-left:5px;
	}
