@CHARSET "UTF-8";

.menucontainer {
	margin: 0px auto;
	width: 998px;
	background-color: #ffffff;
}

.menu {
	float: left;
	width: 998px;
	position: relative;
	background: url(../img/cyan_bg_list_firsthead.gif) #d10e00 repeat-x left
		top;
	background: url(../img/topmenu_bg.gif) #d10e00 repeat-x left top;
	height: 35px; repeat-x; bottom left;
	border-top: 2px solid #2B81B5;
	font-weight: bold;
	font-family: "新宋体", "宋体", Arial;
	font-size: 13px;
	color: #ffffff;
	z-index: 100;
}

.menu ul {
	padding: 0;
	list-style-type: none;
	float: left;
	position: relative;
	font-weight: bold;
	margin: 0px auto;
	width: 100%;
	height: 35px;
}

.menu li {
	float: left;
	position: relative;
	display: inline;
}

.menu ul ul {
	visibility: hidden;
	position: absolute;
	left: 3px;
	top: 23px;
	border: 1px #fff solid;
}

.menu table {
	position: absolute;
	top: 0;
	left: 0;
}

.menu ul li:hover ul,.menu ul a:hover ul {
	visibility: visible;
	display: block;
	position: absolute;
	top: 34px;
	margin-top: 1px;
	left: 0;
	width: 100%;
	background: url(../img/topmenu_o.gif) no-repeat center bottom;
	color: #cccccc;
	text-decoration: none;
}

.menu a {
	float: left;
	display: block;
	text-decoration: none;
	width: auto;
	padding: 0px 16px 0px 16px;
	color: #ffffff;
	LINE-height: 37px;
	height: 35px;
	text-decoration: none;
}

.menu a:visited {
	color: #ffffff;
}

.menu a:hover {
	background: url(../img/topmenu_o.gif) no-repeat center bottom;
	color: #FBCB11;
	text-decoration: none;
}

.menu ul ul li {
	clear: both;
	text-align: left;
	font-size: 12px;
}

.menu ul ul {
	
}

.menu ul ul li a {
	display: block;
	background: #e3e3e3;
	color: #333;
	height: auto !important; 
	height: 20px;
	line-height: 20px;
	padding : 2px 16px 2px 16px;
	width: 120px;
	border-top: 1px solid #fff;
	font-size: 12px;
	vertical-align: middle;
	text-decoration: none;
	padding: 2px 16px 2px 16px;
}

.menu ul ul li a:visited {
	color: #333;
}

.menu ul ul li a:hover {
	color: #fff;
	background: #E31C00 url(../img/sub-arrow.gif) no-repeat;
	background-position: 4px 8px;
}

/*----------menu left-----------*/
#menu {
	width: 210px;
	font-size: 12px;
}

#menu .root {
	background: #2172a3;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	width: 196px;
	height: 30px;
	padding-left: 10px;
	vertical-align: middle;
	cursor: pointer;
}

#menu .root A {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}

#root A:hover {
	font-weight: bold;
	COLOR: #fff;
}

#menu .leaf {
	background: none;
}

#menu .leaf A {
	display: block;
	padding-left: 2px;
	line-height: 15px;
	width: 180px;
	vertical-align: middle;
}

#menu .leaf A:hover {
	background: #8dccf8;
}

#menu .leaf A:visited {
	
}

.page_left_table_border {
	border: 1px solid #3198D4;
	margin: 10px 5px 0 5px;
	padding: 1px;
	background-color: #FFF;
}