﻿/************************************************************************************************************
    MENU
*************************************************************************************************************/ 

	#LeftMenu
	    {
	       background:url("../images/left_menu_bottom.png") no-repeat scroll left bottom #538d32;
	       padding-bottom:15px;
	       margin-top:20px;
	       
	    }
	    
	    #LeftMenu ul
	        {
	            background:url("../images/left_menu_top.png") no-repeat left top;
                list-style: none;
                padding:10px;
                min-height:244px;
	        }
	        
	    #LeftMenu ul ul
	        {
	            background:none;
	            min-height:0;
	            display:none;
	            padding:0;
	            margin:10px 0 0 15px;
	        }
	        
	    #LeftMenu a
	        {
	            color:#fff;
	            text-decoration:none;
	        }
	        
	    #LeftMenu a:hover
	        {
	            text-decoration:underline;
	        }
	        
	    #LeftMenu li
	        {
	            margin-bottom:10px;
	            background:url(../images/left_menu_bullet.png) left 4px no-repeat;
	            padding-left:12px;
	        }
	        
	    #LeftMenu li.Current
	        {
	            background:url(../images/left_menu_bullet_2.png) left 4px no-repeat;
	        }
	        
	        #LeftMenu li li.Current
	            {
	                background:none;
	            }
	        
	        #LeftMenu li li
	            {
	                margin-bottom:10px;
	                background:none;
	                padding:0;
	            }
	            
	        
	    #LeftMenu li.Current ul
	        {
	            display:block;
	        }
