#backgroundHolder {width:700px; height:227px; padding-top: 0px; background:url(../images/main/700x200_pettingzoo.jpg); margin:0 auto; text-align:center;}
/* ----------------------------------------------------------------------------	*/
/* default styling */
.nav, .nav ul {list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;}
.nav {font-family: papyrus, arial, sans-serif; font-size:10px; width:700px; margin:0 auto; text-align:left;}

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a {background:url(trans.gif); filter: alpha(opacity=90); opacity:0.9;} 

/* style the <b> element so that is does not affect the size of the link */
.nav a b {color:#ffffcc; font-weight:bold; display:block; padding:5px 10px; margin-right:1px;}
.nav a:hover b {color:#ffffcc; cursor:pointer; border-left:0px solid #ffffcc;}
.nav .fly .main b {background: transparent url(ulmulti5/arrow.gif) no-repeat right 9px;}
.nav .down b {background: transparent url(ulmulti5/arrow2.gif) no-repeat right 11px;}
/* for the offset left dropdown and flyout */
.nav .nav4 ul b {text-align:right;}*/
.nav .nav4 ul .main b {background: transparent url(ulmulti5/arrow3.gif) no-repeat left 9px; text-align:right;}
.nav .nav4 ul a:hover b {border-left:1px; border-right:1px solid #ffffcc;}

/* HEIGHT */
.nav ul ul {top:-25px;} /* position the top of the flyout sub menus */
.nav ul ul.two {top:-40px;} /* position the top of the flyout sub menus */

/* WIDTH change this WITH CARE to suit your requirements */

/* FOR NAV1 */
.nav1 {width:65px;}
.nav1 a {width:65px;}
.nav1 a b {background-color:#764;}

/* FOR NAV2 */
.nav2,
.nav2 a {width:105px;}
.nav .nav2 a b,
.nav .nav2 .fly a b {background-color:#764;}
.nav2 ul li {max-width:97px;}
.nav2 ul a {width:97px;}
.nav2 ul ul {left:130px;}
.nav2 a {margin-right:-79px;}
.nav2 ul a {margin-right:-109px;}

/* FOR NAV3 */
.nav3,
.nav3 a {width:125px;}
.nav .nav3 a b,
.nav .nav3 .fly a b {background-color:#764;}
.nav3 ul li {max-width:116px;}
.nav3 ul a {width:116px;}
.nav3 ul ul {left:120px;}
.nav3 a {margin-right:-99px;}
.nav3 ul a {margin-right:-119px;}

/* FOR NAV4 */
.nav4,
.nav4 a {width:103px;}
.nav .nav4 a b,
.nav .nav4 .fly a b {background-color:#764;}
.nav4 ul li {max-width:97px;}
.nav4 ul a {width:97px;}
.nav4 ul {left:-30px;} /* position the dropdown left */
.nav4 ul ul {left:auto; right:110px;}  /* position the flyouts left */
.nav4 a {margin-right:-79px;}
.nav4 ul a {margin-right:-109px;}

/* FOR NAV5 */
.nav5 {width:63px;}
.nav5 a {width:63px;}
.nav5 a b {background-color:#764; margin-right:1;}

/* FOR NAV6 */
.nav6 {width:239px;}
.nav6 a {width:239px;}
.nav6 a b {background-color:#764; margin-right:0;}

/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes several IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:20;} /* necessary for float drop and to stack the <ul>s */
.nav ul li {clear:left;} /* must clear the floated list item inside sublist */
.nav a {position:relative; display:block;} /* needs to have a position, to be above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:10000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-10000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-5000px;} /* avoid any interaction between the subs, can be any large size */

/* The bit that does ALL the work to bring the sub menus into view */
.nav a:hover,
.nav a:focus,
.nav a:active {margin-right:0; z-index:10; outline:0;}

.nav a:hover b,
.nav a:focus b,
.nav a:active b {color:#ffffcc; cursor:pointer; border-left:0px solid #ffffcc;}

.nav .nav4 ul a:hover b,
.nav .nav4 ul a:focus b,
.nav .nav4 ul a:active b {border-left:0; border-right:1px solid #ffffcc;}

.nav2 ul a:hover,
.nav2 ul a:focus,
.nav2 ul a:active {margin-right:-30px; z-index:10; outline:0;}

.nav3 ul a:hover,
.nav3 ul a:focus,
.nav3 ul a:active {margin-right:-30px; z-index:10; outline:0;}

.nav4 ul a:hover,
.nav4 ul a:focus,
.nav4 ul a:active {margin-right:-30px; z-index:10; outline:0;}

.nav5 ul a:hover,
.nav5 ul a:focus,
.nav5 ul a:active {margin-right:-30px; z-index:10; outline:0;}

.nav6 ul a:hover,
.nav6 ul a:focus,
.nav6 ul a:active {margin-right:-20px; z-index:10; outline:0;}

/* OPERA fix */
.nav ul:hover,
.nav ul ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */

/* ----------------------------------------------------------------------------	*/

/* bug fixes for IE7 and lower - DO NOT CHANGE */
.nav .fly {width:99%;} /* make each flyout 99% of the prevous flyout */
a:active {} /* requires a blank style for :active to stop it being buggy */
