/* CSS Document */

body{margin:0px;font-size:12px;color:#514C3A;font-family:Arial, Helvetica, sans-serif;text-align:center;
background-image:url(images/bg.gif);}
table{font-size:12px;color:#514C3A;font-family:Arial, Helvetica, sans-serif;text-align:left;line-height:18px;}
.tb1{
background-image:url(images/left_bg.gif);
background-position:right;
background-repeat:repeat-y;}
.tb2{
background-image:url(images/right_bg.gif);
background-position:right;
background-repeat:repeat-y;}
.tb3{
background-color:#FEE2A6;}
.tb4{height:74px;padding:0 20px 0 20px;
background-image:url(images/top_bg.gif);
background-repeat:repeat-x;}
.tb5{text-align:right;}
.tb6{
background-image:url(images/menu_bg.gif);
background-repeat:repeat-x;}
.tb7{
background-image:url(images/box_l.gif);
background-repeat:repeat-y;}
.tb8{
background-image:url(images/box_r.gif);
background-repeat:repeat-y;}
.tb9{padding:0 12px 0 8px;
background-image:url(images/info_line.gif);
background-repeat:repeat-y;}
.tb10{padding:0 9px 0 10px;
background-image:url(images/hill.gif);
background-position:bottom;
background-repeat:no-repeat;}
.tb11{border:3px solid #A09180;}
.tb12{padding-left:32px;}
.tb13{height:5px;
background-image:url(images/line.gif);
background-position:bottom;
background-repeat:no-repeat;}
.tb14{padding-top:20px;padding-right:20px;}
.tb15{height:24px;border-bottom:1px dotted #9C9786;}
.tb16{border:1px solid #AD9463;padding:3px;}
.tb17{border-left:1px solid #A88B5F;border-right:1px solid #A88B5F;padding:10px;}
.tb18{text-align:center;}
.tb19{height:39px;text-align:center;color:#FFE2A6;
background-image:url(images/bottom_bg.gif);
background-repeat:repeat-x;}
.tb20{height:40px;
background-image:url(images/line_1.gif);
background-repeat:no-repeat;
background-position:bottom;}
.tb20_1{height:30px;
background-image:url(images/line_1.gif);
background-repeat:no-repeat;
background-position:bottom;}
.tb21{height:30px;
background-image:url(images/line_1.gif);
background-repeat:repeat-x;
background-position:bottom;}
.tb22{font-size:18px;line-height:24px;
font-family:"黑体";}
.tb23{border-top:3px solid #AD9463;}
.tb24{text-align:center;height:30px;}
.tb25{color:#FF0000;}
.tb26{font-weight:bold;font-size:14px;}
.tb27{border:1px solid #AD9463;height:18px;}
.tb28{border:1px solid #AD9463;}
.tb29{padding:15px;}
.tb30{background-color:#CDB786;}
.tb31{line-height:14px;}
.tb32{font-size:11px;}
.tb33{background-color:#CDB786;padding:3px;font-weight:bold;font-size:14px;}


#nav, #nav ul {
	float:left; /* 菜单总体水平位置 */
	clear:both;
	list-style:none;
	padding:0px;
	margin:0px;

}
#nav ul ul{
	border-top:0px;
	border-right:0px;
}
#nav a {
	width:184px;
	display:block;
	text-decoration:none;
	text-align:left;
	/*border-right:1px solid #CCC;*/
	padding: 3px 4px 3px 7px;
}
#nav a:hover{
color:#f30;
margin: 0px;
padding: 3px 5px 3px 6px;
background-color: #CDB786;
text-decoration: none;
font-size:14px;
font-weight:bold;
} /* 所有 a:hover 字体样式 */
#nav a.selected{background:url(flyout_arrow.gif) no-repeat right 50%;} /* 下拉图标 */
#nav li {
float:none;
clear:right;
height:22px;
width:100px;
}
#nav li ul li{
float:none;
clear:right;
height:22px;
width:100px;
}
#nav li ul { /* 二级弹出位 */
	position:absolute;
    margin:-22px 0px 0px 119px;
	padding:0;
	left:-9999em;
	width:100px;
	font-weight:normal;
	display:block;
	border:1px solid #AD9463;
	background:#FEE2A6;
}
 /* 二级菜单宽 */
#nav li ul a {
	width:100px; /* 二级菜单宽 */
	/*line-height:24px; 二级菜单高 
	border:1px solid #CCC;*/
	height:22px;
	text-align:left;
    margin: 0px;
}
#nav li ul ul {
margin:-22px 0px 0px 120px;
border:1px solid #CCC;
} /* 三级弹出位 */
#nav li:hover ul ul,#nav li.sfhover ul ul{left:-9999em;}
#nav li:hover ul,#nav li li:hover ul,#nav li.sfhover ul, #nav li li.sfhover ul{
left:auto;
height:22px;
} /* 所有弹出菜单自动左边距 */
#nav li:hover, #nav li.sfhover {
background:#DDCDAA;
height:22px;
} 
/* 所有悬浮样式 */

a:link {color:#6C2F02;;text-decoration:none;}
a:visited {COLOR: #6C2F02;text-decoration:none;}
a:hover {COLOR: #C35300;text-decoration;}
