/**********************************************************
***	SITEMENU
**********************************************************/

	#SiteMenu ul
	    {
		    list-style:none;
		    clear:both;
		    padding:0;
		    margin:0;
	    }
	    #SiteMenu li
	        {
	            float:left;
	            background:url(../../images/gfx/menu_spacer.png) right top repeat-y;
	            padding:0 7px 0 5px;
	        }

	        #SiteMenu .Link
	            {
	                color:#fff;
	                text-decoration:none;
	                font-size:1.2em;
	            }
	        
	        #SiteMenu .Link:hover
	            {
	                text-decoration:underline;
	            }
	        
/**********************************************************
***	LEFT MENU
**********************************************************/
    
    #LeftMenu ul
        {
            list-style:none;
            margin:0;
            padding:0;
            background:url(../../images/gfx/horizontal_dotted_line.png) left top repeat-x;
            margin-top:2px;
            padding:2px 0 2px 0;
        } 
        
    #LeftMenu ul li
        {
            position:relative;
            background:url(../../images/gfx/horizontal_dotted_line.png) left bottom repeat-x;
            display:block;
        }
        
    #LeftMenu ul.Level1 li
        {
            background:url(../../images/gfx/bg_arrow.png) 14px center no-repeat;
            padding-bottom:2px;
        } 
        
    #LeftMenu ul.Level1
        {
            margin:0px;
            display:none;
            background:none;
        }
        
    #LeftMenu li.Mid ul, #LeftMenu li.Parent ul
        {
            display:block;
        }
        
        #LeftMenu .ExpandBtn
            {
                width:10px;
                height:10px;
                position:absolute;
                left:0px;
                top:13px;
                z-index:100;
            }
            
        #LeftMenu .Expand
            {
                background:url(../../images/gfx/expand.png) center center no-repeat;
            }
            
        #LeftMenu .Collapse
            {
                background:url(../../images/gfx/collapse.png) center center no-repeat;
            }
            
        #LeftMenu a.Link
            {
                color:#5c574f;
                text-decoration:none;
                height:36px;
                line-height:36px;
                display:block;
                padding-left:14px;
                position:relative;
            }
            
        #LeftMenu li.Mid a.Link, #LeftMenu li.Parent a.Link
            {
                background:url(../../images/gfx/bg_left_menu_btn.png) left top repeat-x;
            }
            
        #LeftMenu ul.Level1 a.Link
            {
                padding-left:28px;
                background:none;
            }
            
        
    
	        
/**********************************************************
***	CANDIDATE MENU
**********************************************************/

	#CandidateMenu ul
	    {
		    list-style:none;
		    clear:both;
		    padding:0;
		    margin:0;
	    }
	    
	    #CandidateMenu li
	        {
	            float:left;
	            margin-right:4px;
	        }

	        #CandidateMenu .Link
	            {
	                color:#85817b;
	                text-decoration:none;
	                font-size:1.2em;
	                float:left;
	                width:126px;
	                height:22px;
	                line-height:22px;
	                text-align:center;
	            }
	        
	        #CandidateMenu .Link:hover
	            {
	                text-decoration:underline;
	            }



