#menu02 { /* list level 1 */
	font-size: 8px;
	font-family: Helvetica, Arial, sans-serif;
	color: #aca48e;
	padding: 0;
	list-style: none;
	vertical-align: top;
	float: left;
	margin-left: -40px;
	
}


#menu02 ul { /* lists */
	font-size: 9px;
	font-family: Helvetica, Arial, sans-serif;
	color: #554e3a;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	width: 97px;
	background-color: #ffffff;
	
	list-style-type: none;
	left: -80px;
	display: block;
}



#menu02 a { /*IE drop down list*/
	display: block;
	color: #554e3a;
	
}



#menu02 li { /* all list items */
	float: left;
	width: 97px; /* width needed or else Opera goes nuts */
	background-color: #ffffff;
	background-image: url(http://www.animalsasia.org/images/en/country-menu/country-change_bg.gif);
	vertical-align: bottom;
}

#menu02 li a{
	
	
	text-decoration: none;
	text-align: left;
	padding-top: 11px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #333333;
	
	border-top-width: 0px;
	border-top-color: #333333;
	border-top-style: solid;
	
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

#menu02 li ul { /* second-level lists */
	position: absolute;
	z-index:500;
	top:auto;
	width: 97px;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	position:absolute;
	
	margin-left: -12px;	
	
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}


#final-menu { /* second-level lists */
	margin-top: 0em;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -0em;
}


#bottom-height {
	height: 60px;
	
}



#menu02 li ul li a {
	width: 85px;
	background-image: url(http://www.animalsasia.org/images/en/country-menu/country-change_bg-2.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #554e3a;
	background-color: #ededed;
	
	padding-top: 5px;
	padding-bottom: 2px;
	
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #666666;
		
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
		
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	
	
}

#menu02 li ul li a:hover {
	width: 85px;
	background-image: url(http://www.animalsasia.org/images/en/country-menu/country-change_bg-2.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #aa9865;
	background-color: #ededed;
	padding-top: 3px;
	padding-bottom: 4px;
}


#menu02 li:hover ul, #menu02 li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
