/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/ul-multi.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

 #backgroundHolder { background-color: transparent; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; width:850px; height:590px; z-index: 100; padding-top:1px; margin:0 auto; }
/* ----------------------------------------------------------------------------	*/
/* default styling */
.nav,
.nav ul{list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;}
.nav { font-family: calibri, verdana; font-size:12px; width:850px; z-index: 100; margin:14px auto 0; }

/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a { background-image: url(../img/allg/trans.png); background-repeat: repeat; background-attachment: scroll; background-position: 0 0; 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 { background:#f5f5f5; color:#000; font-weight:bold; display:block; padding:5px 10px; border-color: #f5f5f5 #ffba00 #ffba00 #f5f5f5; border-width: 1px; }
.nav a:hover b {
	background-color: #f5f5f5;
	color: #b22222;
	cursor: pointer;
}
.nav .right ul b {text-align:right;}
/* HEIGHT */
.nav ul ul {}
/* position the top of the flyout sub menus */
/* WIDTH change this WITH CARE to suit your requirements */
/*set the link width here*/
.nav .drop,
.nav a { width:110px; z-index: 100; }
.nav ul li { z-index: 100; max-width:130px; }
/* fix for IE8 */
/* make this WIDTH - 1px */
/* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-109px;}
/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li { z-index: 100; float:left; } /* fixes IE related bugs, and allows for clearing */
.nav ul {float:left; position:relative; z-index:120;} /* necessary for float drop and to stack the <ul>s */
.nav ul li { z-index: 100; clear:left; } /* must clear the floated list item inside sublist */
.nav a { position:relative; z-index: 100; display:block; } /* needs to have a position above the rest */
.nav a.main { z-index: 100; 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:110; outline-style: none; outline-width: 0; }
.nav a:focus b,
.nav a:active b {
	background: #f5f5f5;
	color: #564b47;
}
/* for tabbing */

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

/* ----------------------------------------------------------------------------	*/
</style>

<!--[if lte IE 7]>
<style type="text/css">
/* bug fixes for IE7 and lower - DO NOT CHANGE */
.nav .fly { width:99%; z-index: 100; } /* make each flyout 99% of the prevous flyout */
a:active {} /* requires a blank style for :active to stop it being buggy */
</style>
<![endif]-->