/*-------------------------------------------------
	    - SAFARIS STYLE SHEET -						
-------------------------------------------------*/
/*
    Main Green #537819
    Other Green #547116
    Dark Green #384B0E
    Very Light Green #b0c277
*/

body {  background: #eaffa8 url('../images/safaris/layout/body_back.jpg') no-repeat center top; }
#container { background: url('../images/safaris/layout/container_back.gif') repeat-y;  }

a { color: #537819; }

#header_01 {
    background-image: url('../images/headers/header_waterhole.jpg');
    background-color: #537819;
    }
    
span { color: #537819; }



/* STYLE SPECIFIC MENU_V2 COLORS */
/* first level menus */
div#menu_v2 ul li a {
  color: #384B0E;
  background-color: white;
  border-bottom: 1px solid #384B0E;
}

div#menu_v2 ul li a:hover {
  color: white;
  background-color: #547116;
}

/* second level menus */
div#menu_v2 ul li ul li a {
  color: #384B0E;
  background-color: white;
  border-bottom: 1px dotted #384B0E;
}

div#menu_v2 ul li ul li a:hover {
  color: white;
  background-color: #547116;
}

/* third level menus */
div#menu_v2 ul li ul li ul li a {
  color: #384B0E;
  background-color: white;
  border-bottom: 0px dotted #384B0E;
}

div#menu_v2 ul li ul li ul li a:hover {
  color: white;
  background-color: #547116;
}





/*-------------------------------------------------
	     - SARARIS FOOTER -					
-------------------------------------------------*/

#footer {
    border-top: 5px solid #b0c277;
    color: #fff;
    }
	
#footer p { background: #547116; }

#footer a { color: #fff; }
            
            