/* CSS Document */
body{text-align:left; background-color:#18303C; background-position: 0 0; margin-top:0px; margin-bottom:0px}

html,body,table,span{font-family:Verdana,"ËÎÌå"; font-size:12px; border:0; margin:0; padding:0; color:#ffffFF}

img{border:0}
p{ line-height:28px;}

TD {valign: top;FONT-SIZE: 12px;COLOR: #000000;line-height: 20px;}
A:link {
	TEXT-DECORATION: none;
	color: #000000;
}
A:visited {
	text-decoration: none;
	color: #000000;


}
A:hover {
	text-decoration: underline;
	color: #ff0000;
}

A.daohang:link {
	TEXT-DECORATION: none;
	color: #ffffff;
	font-size:14px;
	font-weight:bold;
}
A.daohang:visited {
	text-decoration: none;
	color: #ffffff;
	 font-size: 14px;
	 font-weight:bold;
}
A.daohang:hover {
	text-decoration: none;
	color: #F2AD83;
        font-size: 14px;
		font-weight:bold;
}

.title{ font-size:14px; font-weight:bold}
.title1{ font-size:14px; font-weight:bold; color:#FFFFFF}


.STYLE5 {
	color: #E30000;
	font-size: 18px;
	font-weight: bold;
}
.STYLE1 {
	color: #E30000;
	font-weight: bold;
	font-size: 24px;
}
.chapter_title{color:#000000; font-size:24px; font-weight:bold;}

/* common styling */
/* set up the overall width of the menu div, the font and the margins */
.menu {
font-family: arial, sans-serif; 
width:1000px; 
margin:0; margin-left:inherit;
background: #53B7D7;height:30px; 
}
/* 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:104px; 
height:30px; 
color:#fff; 
border:solid #fff;
border-width:0px 0px 0 0;
background: #53B7D7; 
line-height:30px; 
font-size:14px;
font-weight:bold
}
/* 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:#fff; 
background: #016CB0;text-decoration:none;
}
/* 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:31px; 
left:0; 
width:105px;text-decoration:none;
}
/* style the background and foreground color of the submenu links */
.menu ul li:hover ul li a {
display:block; 
background:#D1EEF6; 
color:#000;
text-decoration:underline;
}
/* style the background and forground colors of the links on hover */
.menu ul li:hover ul li a:hover {
background:#dfc184; 
color:#000;
font-size:12px;
font-weight: 100;
text-decoration:none;
}

<!--[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:#fff; 
background:#016CB0;text-decoration:none;
}
/* 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:31px; 
left:0; 
width:105px;text-decoration:none;
}
/* style the background and foreground color of the submenu links */
.menu ul li a:hover ul li a {
background:#D1EEF6; 
color:#000;
font-size:12px;
font-weight: 100;
text-decoration:none;
}
/* style the background and forground colors of the links on hover */
.menu ul li a:hover ul li a:hover {
background:#dfc184; 
color:#000;
text-decoration:none;
}

<![endif]-->