#navcontainer {
        background: #effdd6;
		border-bottom:1px solid #7fdb48;		
        margin: 0 auto;
        padding: 1em 0 0 0px;
        
}

#navcontainer:after {
        content: ".";
        display: block;
        line-height: 1px;
        font-size: 1px;
        clear: both;
        
}

ul#navlist {
        list-style: none;
        padding: 0 0 0  0;
		margin: auto 0 0  0;
        width: 100%;
        border-bottom:none;
        
}


ul#navlist li {
        display: block;
        float: left;
        width:auto;        
        margin: 0;
        padding: 0;
        
        border-left:1px solid  #ffffff;
        border-top:1px solid  #7fdb48;
        border-right:1px solid  #7fdb48;      
}

ul#navlist li a {
        display: block;   
        padding: 0.5em;                       
        text-decoration: none;       
        background: #ffffff;
		float: left;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist a.active  {
        background: url('../images/general/custom5/nav5.gif') repeat-x left bottom #fbfbfb;
        font-weight:bold;
        font-size:10pt; 
        padding: 0.43em;
        color:#1b1464;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {     
        background: url('../images/general/custom5/nav5.gif') repeat-x left bottom #fbfbfb;
        border-color:  #aaab9c  #fff #fff  #7fdb48;       	
}



#navlist_side {       
        margin: 0;
        clear:both;         
}


ul#navlist_side 
{
		
        list-style: none;
        padding: 0 0 0 0;
        margin: 0;        
		border-top:0px solid #7fdb48;  
		border-top-width:95%; 
        clear:both; 
        
}


ul#navlist_side li 
{
		
        display: block;
        float: left;		
        margin: 0;
        padding: 0 0 0 0;
        width:98%;      
        border-bottom:1px solid #7fdb48;     	
		border-left:0px solid #7fdb48;     	
		border-right:0px solid #7fdb48;    
        clear:both; 
  
}

ul#navlist_side li a 
{
	
        display: block;   
        padding: 0.5em;                       
        text-decoration: none;
        background:url('../images/general/custom5/nav5.gif') repeat #fbfbfb;   
		float: left;		
		clear:both; 
		width:95%;
}	
	

#navcontainer>ul#navlist_side li a { width: auto; }


ul#navlist_side li a:hover, ul#navlist_side li#active a:hover {     
       	background:#effdd6;
        padding: 0.5em; 
}

/*-------------------------*/
.separator
{
        border-bottom:1px solid #7fdb48;     				
}
