﻿/* default styling */
.nav,
.nav ul{list-style-type:none; margin:0; padding:0;}
.nav a {text-decoration:none;}
.nav {
	font-family: arial, sans-serif;
	font-size: 10pt;
	margin: 0 auto;
}
/* style the links */
/* needs a background for IE6 - can be a color or a transparent gif */
.nav a {
background:url('../menuimages/trans.gif');
} 
/* style the <b> element so that is does not affect the size of the link */
.nav a b {
	border-style: solid;
	border-width: 1px;
	background: #999;
	border-color: #ddd #fff #fff #ddd;
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 5px 10px;
}
.nav a:hover b {
	background-color: #e2e2e2;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
}
.nav .fly a:hover b {
	background-color: #e2e2e2;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
}

.nav .fly .main b {
	background: #999 url('../menuimages/arrowrightblack.gif') no-repeat 115px 9px;
	font-weight: bold;
	color: #FFFFFF
}
/*set the down menu arrow location here*/
.nav .down b {
	background: #999 url('../menuimages/arrowdownwhite.gif') no-repeat 180px 11px;
	font-weight: bold;
	color: #FFFFFF
}
.nav .right ul b {
}
.nav .right ul .main b {
	background: #999 url('../menuimages/arrowleftblack.gif') no-repeat 10px 9px;
	font-weight: bold;
	color: #FFFFFF
}
.nav .right .fly a:hover b {
	background-color: #e2e2e2;
	color: #000000;
	cursor: pointer;
	font-weight: bold;
}
/* HEIGHT */
.nav ul ul {top:-28px;} /* position the top of the flyout sub menus */
/* WIDTH change this WITH CARE to suit your requirements */
.nav .drop,
.nav a {width:196px;} /*set the menu width here*/
.nav ul li {max-width:196px;} /* fix for IE8 */
/* ----------------------------------------------------------------------------	*/
	/* WE ARE NOT USING THIS FEATURE */
	/* set the left flyout position here */
.nav ul ul {left:120px;}
	/* set the right flyout position here */
.nav li.right ul ul {left:auto; right:120px;}

/* make this WIDTH - 1px */ /* or WIDTH - 0.063em if using em sizing */
.nav a {margin-right:-129px;}

/* ----------------------------------------------------------------------------	*/

/* DO NOT CHANGE ANYTHING BELOW */
.nav li {float:left;} /* fixes 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 above the rest */
.nav a.main {float:left; /* necessary for float drop */
    margin-top:1000px;} /* bring the top level links back into view */
.nav .drop,
.nav .fly {margin-top:-1000px;} /* hide the sub links and their containers, opera has low upper limits */
.nav ul {margin-bottom:-1000px;} /* 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:focus b,
.nav a:active b {
	background: #e2e2e2;
	color: #000000;
	font-weight: bold;
}
/* for tabbing */

/* OPERA fix */
.nav ul:hover,
.nav ul ul:hover {clear:left;} /* to stop intermittent sub link :hover problems */
ul.nav {
	width: 800px;
	visibility: visible;
	display: block;
	float: none;
	overflow: visible;
	height: 560px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	
	padding-left: 8px; /* Sets Left Menu Margin */
	clip: rect(auto, auto, auto, auto);
}




