@charset "UTF-8";
.navbar ul { /* needs the Holly hack to avoid IE bugs */
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-image: url(../images/menubarFade-dark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}
.navbar li {
	position: relative;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	}

.nav a {
	display: block;
	vertical-align: bottom; /* needed for IE5/win */
	color: #FFFFFF;
	text-decoration: none; /* Makes side borders on flyouts */
	text-align: right;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 10px;
	background-image: url(../images/menubarFade-dark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	}

.nav a:hover {
	color: #FFFF99;
	text-decoration: none;
}

.nav a:focus, .nav a.sffocus { /* enhances the focus styling for keyboard tabbing */
	color: #FFCC00;
	}

.navbar {
	width: 185px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: right;
	background-color: #3433CD;
	background-image: url(../images/menubarFade-dark.jpg);
	background-position: center top;
	position: relative;
	top: 0px;
	left: 0px;
	margin: 12px 0px 30px 2px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background-repeat: repeat-y;
	font-weight: bold;
	line-height: 120%;
	}

.nav div {
	width: 210px;
	position: absolute;
	left: -3000px;
	}

/* \*/
.nav div {
	width: 220px;
	wid\th: 210px;
	}
.navbar /* Box model fix for IE5.x Win */


 div {
  padding: 30px 60px 30px 10px;
	}
.navbar div.leftbox {
  padding: 30px 10px 30px 60px;
	}
.navbar .nav  div.zone {
	padding: 0;
	width: 200px;
	height: 10px;
	left: -3000px;
	top: auto;
	bottom: -10px;
	font-size: 1px;
	}
.navbar .nav  li:hover  div.zone {
	left: 0;
	}

.navbar li:hover div div,
.navbar div li:hover div div {
	left: -3000px;
	}
.navbar li:hover  div
   
     {
	left: 170px;
	top: -24px;
  }
.navbar div li:hover div, .navbar div div li:hover div.rightbox {
	left: 190px;
	top: -24px;
}

.navbar div div li:hover div.leftbox {
	left: auto;
	right: 178px;
	top: -28px;
  }
.menu-item {
	z-index: 5;
	background-image: url(../images/menubarFade-dark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 12px;
	list-style-type: none;
}
.menu-item  li {
	background-image: url(../images/menubarFade-dark.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	list-style-type: none;
	position: relative;
	padding-top: 0px;
	padding-bottom: 0px;
}
.menu-directory {
	z-index: 3;
	background-image: url(../images/menuBarRight.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
.menu-directory  li {
	background-image: url(../images/menuBarRight.gif);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 0px;
	padding-bottom: 0px;
	position: relative;
	list-style-type: none;
}
.menu-directory  li  li {
	background-image: url(../images/menubarFade-dark.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
.menu-directory  li  li  li {
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0px;
}


.nav ul a {
	color: #FFFFFF;
	text-align: left;
}

.nav li li li li a {
color: #000;
}

.navbar .arrow {
	background: url(images/arrow-right.gif) no-repeat 100% 50%;
	margin-top: 0px;
	margin-bottom: 0px;
}

.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% .4em 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;}

