/* CSS Document */
@charset "utf-8";
/*header*/
#header {
	margin: 0 auto;
	height: 175px;
	width: 998px;
	border: 0px;
	margin-bottom: 0px;
	src: url(../images/general/banner.1439.222.jpg)
}

#banner {
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 150px;
	width: 998px;
	border: 0px;
	src: url(../images/general/banner.988.154.swf);
	margin-bottom: 0px;
	position: relative;
	z-index: -10000;
}

/* Navbar background */
#nav {
	margin: 0 auto;
	height: 25px;
	background: #488e00;
	margin: 0px auto;
	padding-top: 0px;
	padding-left: 10px;
	border-top: 1px solid #488e00;
	list-style: none;
	position: relative;
	z-index: 0;
	font-family: Arial, Helvetica, sans-serif;
	background: url(three_0.gif);
}

/** Nav top */
#nav li.top {
	display: block;
	float: left;
	height: 25px;
}

#nav li a.top_link {
	display: block;
	float: left;
	height: 25px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 0 0 12px;
	cursor: pointer;
	background: url(three_0.gif);
}

#nav li a.top_link span {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 25px;
	width: 100;
	background: url(three_0.gif) right top no-repeat;
}

#nav li a.top_link span.down {
	float: left;
	display: block;
	padding: 0 24px 0 12px;
	height: 25px;
	width: 100;
	background: url(three_0a.gif) no-repeat right top;
}

#nav li:hover a.top_link {
	color: #FC3;
	background: url(three_1.gif) no-repeat;
}

#nav li:hover a.top_link span {
	background: url(three_1.gif) no-repeat right top;
}

#nav li:hover a.top_link span.down {
	background: url(three_1a.gif) no-repeat right top;
}

/* Default list styling */





#nav li:hover {
	position: relative;
	z-index: 1;
}

#nav li:hover ul.sub {
	left: 4px;
	top: 25px;
	background: #6db9a9;
	padding: 4px;
	border: 1px solid #6db9a9;
	white-space: nowrap;
	width: auto;
	height: auto;
	z-index: 1;
}

#nav li:hover ul.sub li {
	display: block;
	height: 20px;
	position: relative;
	float: left;
	min-width: 100px;
	max_width: 120px;
	padding: 0 5 0 5px;
	font-weight: normal;
}

#nav li:hover ul.sub li a {
	display: block;
	font-size: 12px;
	height: 18px;
	min-width: 120px;
	line-height: 18px;
	text-indent: 5px;
	color: #000;
	text-decoration: none;
	border: 1px solid #6db9a9;
}

#nav li ul.sub li a.fly {
	background: #6db9a9 url(arrow.gif) 110px 6px no-repeat;
}

#nav li:hover ul.sub li a:hover {
	background: #1e8d76;
	color: #fff;
	border-color: #fff;
}

#nav li:hover ul.sub li a.fly:hover {
	background: #1e8d76 url(arrow_over.gif) 110px 6px no-repeat;
	color: #fff;
}

#nav li:hover li:hover ul, #nav li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover ul, #nav li:hover li:hover li:hover li:hover li:hover ul {
	left: 120px;
	top: -4px;
	background: #6db9a9;
	padding: 3px;
	border: 1px solid #6db9a9;
	white-space: nowrap;
	min-width: 150px;
	z-index: 2;
	height: auto;
}

#nav ul, #nav li:hover ul ul, #nav li:hover li:hover ul ul, #nav li:hover li:hover li:hover ul ul, #nav li:hover li:hover li:hover li:hover ul ul {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li:hover li:hover a.fly, #nav li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover a.fly, #nav li:hover li:hover li:hover li:hover li:hover a.fly {
	background: #1e8d76 url(arrow_over.gif) 80px 6px no-repeat;
	color: #fff;
	border-color: #fff;
}

#nav li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li a.fly, #nav li:hover li:hover li:hover li:hover li a.fly {
	background: #6db9a9 url(arrow.gif) 80px 6px no-repeat;
	color: #000;
	border-color: #6db9a9;
}

#hintbox{ /*CSS for pop up hint box */
position:absolute;
top: 0;
background-color: lightyellow;
width: 300px; /*Default width of hint.*/
padding: 3px;
border:1px solid black;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
border-right: 3px solid black;
border-bottom: 3px solid black;
visibility: hidden;
}

.hintanchor{ /*CSS for link that shows hint onmouseover*/
/*font-weight: bold;*/
font-style: oblique;
color: Olive; /*navy;
text-decoration: underline;
text-underline-position:below;*/
/*margin: 3px 8px; disabled by xxq*/
}


