/* CSS Document */
#menu_row, #menu_row ul {
	padding: 0;
	margin: 0;
	line-height:1;
	list-style: none;
	
}

#menu_row a {
	display: block;
	width: 115px;
	height:22px;
	text-decoration:none;
	padding-top:3px;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:8.5pt;
}
#menu_row a:hover {
	color:#000000;
	background-color:#FFFFFF;
}



#menu_row li {
	float: left;
	width: 115px;
}

#menu_row li ul {
	position: absolute;
	width: 115px;
	left: -999em;
	z-index:1000;
}

#menu_row li:hover ul {
	left: auto;
}

#menu_row li ul ul {
	margin: -33px 0 0 114px;
}

#menu_row li:hover ul ul, #menu_row li.sfhover ul ul {
	left: -999em;
}
#menu_row li:hover ul, #menu_row li li:hover ul, #menu_row li.sfhover ul, #menu_row li li.sfhover ul {
	left: auto;
}

#menu_row li:hover, #menu_row li.hover {
    position: static;
}


#menu_row li ul li,#menu_row li ul li a   {
	height:30px;
}

a.button_1_a {
	background-image:url(../img/images/off_news_but2.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}	

a:hover.button_1_a {
	background-image:url(../img/images/on_news_but.gif);
	background-repeat: repeat-x;
	
}

a.button_2_a {
	background-image:url(../img/images/off_whatsOn_but.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}

a:hover.button_2_a {
	background-image:url(../img/images/on_whatsOn_but.gif);
	background-repeat: repeat-x;
}

a.button_3_a {
	background-image: url(../img/images/off_animals_but.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}

a:hover.button_3_a {
	background-image: url(../img/images/on_animals_but.gif);
	background-repeat: repeat-x;
}

a.button_4_a {
	background-image: url(../img/images/off_discover_but.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}

a:hover.button_4_a {
	background-image: url(../img/images/on_discover_but.gif);
	background-repeat: repeat-x;
}

a.button_5_a {
	background-image:url(../img/images/off_educ_but.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}

a:hover.button_5_a {
	background-image:url(../img/images/on_educ_but.gif);
	background-repeat: repeat-x;
}

a.button_6_a {
	background-image: url(../img/images/off_kidsCorner_but.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}

a:hover.button_6_a {
	background-image: url(../img/images/on_kidsCorner_but.gif);
	background-repeat: repeat-x;
}

a.button_7_a {
	background-image:url(../img/images/off_conservation_but.gif);
	background-repeat: repeat-x;
	cursor:pointer;
}

a:hover.button_7_a {
	background-image: url(../img/images/on_conservation_but.gif);
	background-repeat: repeat-x;
}
a.button_1_a_sub, a.button_1_a_sub_sub {
	background-image:url(../img/solidhover1.gif);
	background-repeat:repeat;
	height:30px;
}
a.button_2_a_sub, a.button_2_a_sub_sub {
	background-image:url(../img/solidhover2.gif);
	background-repeat:repeat;
	height:30px;
}
a.button_3_a_sub, a.button_3_a_sub_sub {
	background-image:url(../img/solidhover3.gif);
	background-repeat:repeat;
	height:30px;
}
a.button_4_a_sub, a.button_4_a_sub_sub {
	background-image:url(../img/solidhover4.gif);
	background-repeat:repeat;
	height:30px;
}
a.button_5_a_sub, a.button_5_a_sub_sub {
	background-image:url(../img/solidhover5.gif);
	background-repeat:repeat;
	height:30px;
}
a.button_6_a_sub, a.button_6_a_sub_sub {
	background-image:url(../img/solidhover6.gif);
	background-repeat:repeat;
	height:30px;
}
a.button_7_a_sub, a.button_7_a_sub_sub {
	background-image:url(../img/solidhover7.gif);
	background-repeat:repeat;
	height:30px;
}

div#menu_holder
	{
	clear:both;
	width:805px;
	float:left;
	
	}

