﻿/*------------默认字体设置--------------------*/
html { overflow-y: scroll; } 

body {}
.STYLE15 {
	font-style: normal; 
	line-height: normal; 
	color: #F0AA07; 
	font-family: Arial, Helvetica, sans-serif;}
.STYLE10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	color: #F0AA07;
}
.STYLE7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #000000;
}
.STYLE6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
}
.STYLE5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-decoration: none;
}



/*------------一级目录js调用文件------------------------*/
.menutitle{
cursor:pointer;
margin-bottom: 0px;
width:140px;
padding:0px;
text-align:center;
font-weight:bold;
}

.submenu{
margin-bottom: 0.5em;/*二级目录与下面的一级目录间距离*/
}


/*------------一级级导航栏目------------------------------*/
#sil-nav-div{
	background:url(../images/sil-menu-1.jpg);
	padding:0 0 0 5px;
	height:35px;
	text-align:left;
	line-height:35px;
	width:135px;
}
#sil-nav-a {font:normal 11px verdana,arial,sans-serif;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:35px;
	height:35px;}
			
			
			
/*------------二级导航栏目------------------------------*/
#sil-nav-div2{
	background:url(../images/sil-menu-2.jpg);
	padding:0 0 0 5px;
	height:24px;
	text-align:left;
	line-height:24px; width:135px;}
#sil-nav-a2 {font:normal 10px verdana,arial,sans-serif;
	word-spacing:0px;/*单词间距*/
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:24px;
	height:24px;}
	
