@import url("common.css");
#AZ h2 {
	margin: 3px 0 0 10px;
	text-align:left;
	width: 350px;
	font-size: 13px;
	font-weight: bold;
	color: #333300;
	text-shadow: #888888 3px 3px 2px;
	height:30px;
	padding-top:3px;
}
div#other {
	position: absolute;
	right: 6px;
	top: 0;
	width: 400px;
	height:20px;
}
/*for IE6*/
div#other p {
	text-align: right;
	width: 400px;
	letter-spacing: 0.15em; 
	font:10px/1.1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 7px;
}
#AZ {
	position: relative;
	width:780px;
	border-width:1px 1px 0 0;
	border-style: solid solid none solid;
	border-color: transparent #330 transparent transparent;
}
/*IE hack*/
div#other>p {
	text-align: right;
	width: 400px;
	letter-spacing: 0.25em;
	font:bold normal 10px/1em Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
}
/*jump to other parks*/
div#other a:link, div#other a:visited {
	color: #476476;
	text-decoration: underline;
}
div#other a:hover {
	color: #ff4d00;
}
