
* {
	margin:0;
	padding:0;
}
body { background:rgb(74,81,85); }
div#menu { margin:0 auto; }
div#copyright {
    font:11px 'Trebuchet MS';
    color:#fff;
    text-indent:30px;
    padding:40px 0 0 0;
}
div#copyright a { color:#00bfff; }
div#copyright a:hover { color:#fff; }
/* menu::base */
div#menu {
	width:100%;
	height:42px;
	background:url(../images/nv_bg.jpg) center no-repeat;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

div#menu li {
	position: relative;
	z-index: 9;
	margin: 0;
	display: block;
	float: left;
	
}
/*
div#menu li a:hover{
	position: relative;
	z-index: 9;
	margin: 0;
	padding: 0 5px 0 0;
	display: block;
	float: left;
	background:url(../images/menu_hover.png) no-repeat;
	width:140px;
}*/
div#menu li:hover>ul {
	left: -2px;
}
div#menu a {
	position: relative;
	z-index: 10;
	height: 42px;
	display: block;
	float: left;
	line-height: 42px;
	text-decoration: none;
	font: normal 12px Trebuchet MS;
}
div#menu a:hover, div#menu a:hover span {
	color: #fff;
}
div#menu li.current a {
}
div#menu span {
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 0;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-family:"SimHei";
	width:169px;
}
div#menu ul ul span {
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 0;
	text-align:center;
	font-size:16px;
	color:#fff;
	font-family:"SimHei";
	width:149px;
	
}

div#menu ul ul a.parent span {
	background-position:90% 4px;
	background-image: url(../images/item-pointer.gif);
	color:#3b3b3b !important; font-size:13px;
}
div#menu ul ul a.parent:hover span {
	background-image: url(../images/item-pointer-mover.gif);
	color:#126393 !important; font-size:13px;
}
/* menu::level1 */
div#menu a {
	line-height: 30px;
}
div#menu span {
	margin-top: 5px;
}/**@replace#1*/
div#menu li {
	background: url(../images/main-delimiter.png) 98% 4px no-repeat;
}
div#menu li.last {
	background: none;
}
/* menu::level2 */
div#menu ul ul li {
	background: none !important;
	
}
div#menu ul ul li a:hover{
	background: none !important;
}
div#menu ul ul {
	position: absolute;
	top: 41px;
	left:0px !important;
	width: 169px;
	background:url(../images/nav-bg-09.png) repeat;
	margin-top:1px;
}
div#menu ul ul a {
	padding:0 0 0 15px;
	height: 30px !important;
	float: none;
	display: block;
	line-height: 30px !important;
}
div#menu ul ul span {
	padding-right: 15px;
	_padding-right: 20px;
	font-size:13px; font-family:"SimHei"; color:#221815 !important;
	text-align:left;
	line-height:15px;
	margin-top:11px;
}
div#menu ul ul a:hover span {
	color: #fff;
	font-size:13px; font-family:"SimHei"; color:#126393 !important;
	text-align:left;
}
div#menu ul ul li.last {
	background: none;
}
div#menu ul ul li {
	width: auto;
	height: 30px !important;
	padding-bottom:5px;
	padding-left:-10px;
	
}
/* menu::level3 */
div#menu ul ul ul {
	padding: 5px !important;
	padding-bottom:10px;
	margin: -38px 0 0 168px !important;
	margin-left:172px;
}
/* colors */
div#menu ul ul ul {
	background:url(../images/nav-bg-09.png) repeat;
}
div#menu ul ul ul ul {
	background:url(../images/nav-bg-09.png) repeat;
}
div#menu ul ul ul ul {
	background:url(../images/nav-bg-09.png) repeat;
}
/* lava lamp */
div#menu li.back {
	width: 13px;
	height: 44px;
	z-index: 8;
	position: absolute;
	margin: -1px 0 0 -5px;
}
div#menu li.back .left {
	height: 44px;
	margin-right: 8px;
}

.span1{ }
