@charset "utf-8";
/* CSS Document */

html, body, ul, li {margin: 0; padding: 0; border: 0;}

ul { /* needs the Holly hack to avoid IE bugs */
	border-top: 0;
	}

li {
  list-style: none; /* kills the list item "bullet" markers */
  border-bottom: 0; /* Makes side borders on flyouts */
  position: relative;
	text-align: left;
	vertical-align: bottom; /* for IE5/win */
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	}
	
.flyout { /* needs the Holly hack to avoid IE bugs */
	border-top: 1px dotted #FFF;
	background-color:#006699;
	}

.flyout li {
  list-style: none; /* kills the list item "bullet" markers */
  border-bottom: 1px dotted #FFF; /* Makes side borders on flyouts */
  position: relative;
	text-align: center;
	vertical-align: bottom; /* for IE5/win */
	font-weight: bold;
	font-family: verdana, arial, sans-serif;
	}

.nav a {
  display: block;
  vertical-align: bottom; /* needed for IE5/win */
	color: #DDDDDD;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	padding: 5px 15px;
	border: 1px dotted #FFF;
	border-width: 0 0px; /* Makes side borders on flyouts */
	}
	
.flyout a 
{ border-width: 0 1px; /* Makes side borders on flyouts */ }

.nav a:hover { font-size:11px; font-weight:bold; color: #FFFFFF; text-decoration: underline;}

.nav a:focus, .nav a.sffocus { /* enhances the focus styling for keyboard tabbing */
	background-color: #00c !important;
	color: white;
	}

.float-holder-left {
  width: 175px;
	margin: 40px 0 0 0;
	}

.float-holder-right {
  width: 175px;
	margin: 40px 0 0 0;
	}

.nav div {
  width: 200px;
  position: absolute;
	left: -3000px;
	}

/* \*/
.nav div {
  width: 220px;
  wid\th: 150px;
	}
/* Box model fix for IE5.x Win */


.float-holder-left div {
  padding: 30px 60px 30px 10px;
	}

.float-holder-right div {
  padding: 30px 25px 30px 60px;
	}
	
.float-holder-right div.level2 {
  padding: 30px 45px 30px 60px;
	}

.float-holder-left div.leftbox,
.float-holder-right div.leftbox {
  padding: 30px 35px 30px 60px;
	}

.float-holder-left div.rightbox,
.float-holder-right div.rightbox {
  padding: 30px 60px 30px 10px;
	}


.float-holder-left .nav div.zone,
.float-holder-right .nav div.zone {
  padding: 0;
  width: 150px;
	height: 10px;
	left: -3000px;
	top: auto;
	bottom: -10px;
  font-size: 1px;
	}

.float-holder-left .nav li:hover div.zone,
.float-holder-right .nav li:hover div.zone {
	left: 0;
	}

.float-holder-left li:hover div div,
.float-holder-left div li:hover div div,
.float-holder-right li:hover div div,
.float-holder-right div li:hover div div {
	left: -3000px;
	}



.float-holder-left li:hover div,
.float-holder-left div li:hover div,
.float-holder-left div div li:hover div.rightbox,
.float-holder-right div div li:hover div.rightbox {
  left: 126px;
  top: -28px;
  }

.float-holder-left div div li:hover div.leftbox,
.float-holder-right li:hover div,
.float-holder-right div li:hover div,
.float-holder-right div div li:hover div.leftbox {
  left: auto;
  right: 126px;
  top: -28px;
  }


.nav ul a {color: #fff;}

.nav li li li li a {
color: #000;
}

.float-holder-left .arrow {
background: url(images/arrow-right.gif) no-repeat 100% 50%;
}

.float-holder-right .arrow {
background: url(images/arrow-left.gif) no-repeat 0 50%;
}

.arrow-double {
background: url(images/arrow-double.gif) no-repeat 0 50%;
}

.in-arrow-right {
background: url(images/arrow-right-lite.gif) 0 .4em no-repeat;
}

.in-arrow-left {
background: url(images/arrow-left-lite.gif) 100% .2em no-repeat;
}


/* \*/ /*/

.nav div, .nav ul ul .leftbox, .nav ul ul .rightbox {
  position: relative;
	left: 5px;
	padding: 0;
	}

.nav .arrow, .nav .arrow-double {border-bottom: 1px solid #000;}

.zone {display: none;}

/* */

.classW {font-size: .6em !important;}


.classW div, .classW ul ul .leftbox, .classW ul ul .rightbox,
.classW li:hover div, .classW ul li:hover div .leftbox, .classW ul ul .rightbox {
  position: relative !important;
	left: 5px !important;
	top: 0 !important;
	padding: 0 !important;
	}

.classW .arrow, .classW .arrow-double, .classW .in-arrow-right, .classW .in-arrow-left {
border-bottom: 1px solid #000;
background-image: none  !important;
}

.classW .zone {display: none;}

