﻿BODY {
	FONT-SIZE: 9pt; 
	MARGIN: 0px; 
	/* 滚动条 */
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface; 
	SCROLLBAR-SHADOW-COLOR: buttonface; 
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight; 
	SCROLLBAR-TRACK-COLOR: #eeeeee; 
	FONT-FAMILY: Tahoma; 
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow
	background-attachment: scroll;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#FFFFFF;
}
.line {background: url(../images/dot_line.jpg) repeat-x left bottom}
TD {
	FONT-SIZE: 9pt; LINE-HEIGHT: 150%; FONT-FAMILY: "Tahoma";COLOR: #225469;
}
A {
	COLOR: #e18f08; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: #225469; TEXT-DECORATION: none
}
input {
	FONT-SIZE: 9pt;
	border: 1px solid #999999;
	FONT-FAMILY: "Tahoma";
}
.form {
	font-size: 9pt;
	color: #333333;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #ececec;
	border-bottom-color: #ececec;
	border-left-color: #999999;
}
select {
	FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "Tahoma"
}
.small {
	FONT-SIZE: 11px; FONT-FAMILY: "Tahoma";
	text-transform:uppercase;
}
.big {
	FONT-SIZE: 14px; FONT-FAMILY: "Tahoma";
	line-height:250%;
}
.border2 {
	border:1px solid #000000
}
.border3 {
	BORDER-RIGHT: #d4d5ce 1px solid; BORDER-TOP: #d4d5ce 1px solid; FONT-SIZE: 12px; BORDER-LEFT: #d4d5ce 1px solid; COLOR: #7f7f7f; LINE-HEIGHT: 18px; BORDER-BOTTOM: #d4d5ce 1px solid;
}
.list_line{background-color:#CCCCCC;height:1px}
.title{background-color:#F9F9F9;font-weight:bold;text-align:center}

/* =-=-=-=-=-=-=-[Menu Three]-=-=-=-=-=-=-=- */
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#lmenu {
		font-size:12px;
        margin: 0;
        width: 180px;
        border: 0px;
        margin: 0px;
        }

#lmenu li a {
        height: 30px;
        voice-family: "\"}\"";
        voice-family: inherit;
        height: 30px;
        text-decoration: none;
        }

#lmenu li a:link, #lmenu li a:visited {
        color: #444;
        display: block;
        background: url(../images/left_Bg.jpg);
        padding: 5px 0 0 30px;
        }

#lmenu li a:hover, #lmenu li #current, #lmenu li a:active {
        color: #0064B4;
        background: url(../images/left_Bg.jpg) 0 -30px;
        padding: 6px 0 0 30px;
        }
.datebg {
	background-attachment: scroll;
	background-image: url(../images/date_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.titlebg {
	background-attachment: scroll;
	background-image: url(../intro/images/title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.left_bg {
	background-attachment: scroll;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg2 {
	background-attachment: scroll;
	background-image: url(../images/contact_bg_right.jpg);
	background-repeat: no-repeat;
	background-position: right center;
}
.introbg {
	background-attachment: scroll;
	background-image: url(../images/intro_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 14px;
	font-style: normal;
	line-height: 200%;
	text-decoration: none;

}
/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font-family: arial, sans-serif;
width:764px;
margin:0;
padding:0;
background:url(../images/menu_bg.jpg) no-repeat left top;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu ul {
padding:0;
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu ul li {
float:left;
position:relative;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu ul li a, 
.menu ul li a:visited {
display:block;
text-align:center;
text-decoration:none;
width:120px;
height:35px;
color:#fff;
line-height:35px;
font-weight:bold;
font-size:14px;
}
/* make the dropdown ul invisible */
.menu ul li ul {
display: none;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu ul li:hover a {
color:#ffff00;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li:hover ul {
display:block;
position:absolute;
top:35px;
left:0;
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block;
background:#f0f0f0;
color:#0077bb;
width:150px;
font-size:12px;
height:25px;
line-height:26px;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#eeffff;
color:#000;
font-weight:bold;
}
<!--[if lte IE 6]>
/* styling specific to Internet Explorer IE5.5 and IE6. Yet to see if IE7 handles li:hover */
/* Get rid of any default table style */
table {
border-collapse:collapse;
margin:0;
padding:0;
}
/* ignore the link used by 'other browsers' */
.menu ul li a.hide, .menu ul li a:visited.hide {
display:none;
}
/* set the background and foreground color of the main menu link on hover */
.menu ul li a:hover {
color:#ffff00;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu ul li a:hover ul {
display:block;
position:absolute;
top:32px;
left:0;
width:105px;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background:#f0f0f0;
color:#0077bb;
width:200px;
font-size:12px;
height:25px;
line-height:26px;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
font-size:12px;
background:#eeffff;
color:#000;
}
<![endif]-->