td  {
     font-family:  "Arial","宋体";
	 font-size:11px;
	 line-height:20px;
	 color:#333333;
}

INPUT,TEXTAREA {
	BORDER: 1px solid #A09380;
	BACKGROUND-COLOR: #FEFEFE;
	BORDER-WIDTH: 1px;
	font-family: "Arial";
	FONT-SIZE: 11px;
	padding-top: 1px;
	height: 18px;
	color: #333333;
}

a  {color:#333333; text-decoration:none;}
a:hover  {color:00508F; text-decoration:none;}	

.menu1 {
      font-family:  "Arial","宋体";
      padding-left:470px;
	  padding-top:10px;
	  color:#6A6A6A;
	  }
.menu1  a  {color:#6A6A6A; text-decoration:none;}
.menu1  a:hover  {color:FF6702; text-decoration:underline;}	

.menu2 {
      padding-left:5px;
	  padding-top:10px;
	  color:#666666;
	  }
.menu2  a  {color:#005BA0; text-decoration:underne;}
.menu2  a:hover  {color:005BA0; text-decoration:none;}	



/*首页*/
.ce1 {
	  font-family: "Arial";
      ne-height:16px;
	  color:#004C97;
	  font-weight:bold;
	  }
.ce1  a  {color:#004C97; text-decoration:underne;}
.ce1  a:hover  {color:FF6600; text-decoration:none;}	

.ce2 {
	  font-family: "Arial";
      padding-top:2px;
	  ne-height:16px;
	  color:#666666;
	  }

.ce3 {
	  font-family: "Arial";
	  ne-height:20px;
	  color:#666666;
	  }
.ce3  a  {color:#005BA0; text-decoration:underne;}
.ce3  a:hover  {color:005BA0; text-decoration:none;}	



/*内页*/
.le {
      font-family:  "Arial","宋体";
	  padding-top:2px;
      padding-left:30px;
	  font-weight:bold;
	  color:#005BA0;
	  }
.le  a  {color:#005BA0; text-decoration:none;}
.le  a:hover  {color:FF6600; text-decoration:underne;}	

.foot {
      padding-left:16px;
	  padding-top:8px;
	  color:#605F5F;
	  }
.foot  a  {color:#605F5F; text-decoration:underne;}
.foot  a:hover  {color:084F7B; text-decoration:none;}	
body{font:10px "Verdana"}
/* dropDown */
.mainItems{
	background: #ffffff;
	width: 150px;
    padding-left: 4px;
	padding-top: 4px;
	height: 22px;
}
.over{
	background: #ECECEC;
	width: 150px;
    padding-left: 4px;
	padding-top: 4px;
	height: 22px;
}
				
.mainItems a{
	margin: 0 0 0 10px;
	text-decoration: none;
}

.mainItems a:hover{
	margin: 0 0 0 10px;
	text-decoration: none;
	color: #ff0000;
    /*background: #FEFEFE;*/

}

.mainItem{
	background: #D4D0AA;
}

li.mainItem a{
	background: #D4D0AA;
}

ul.subUls ul.subUls{
	background: #DFDCC3;
	border: 1px solid #DBD8C9;
	display: ;
	left: 99px;
	position: absolute;
	top: -1px;
	/*width: 100px;*/
}

ul.subUls ul.subUls li{
	width: 100%;
	height: 24px;
}

ul.subUls ul.subUls li a{
	text-decoration: underline;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
	line-height: 24px;
	background: #DFDCC3;
}

ul.subUls ul.subUls li a:hover{
	text-decoration: underline;
	background: white;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
	line-height: 24px;
	font-weight: bold;
}
				
.subUls{
	background: #ffffff;
	border: 1px solid #DBD8C9;
	display: none;
	left: 124px;
	position: absolute;
	top: 1px;
	/*width: 200px;*/
}


				
.subUls li{
	width: 100%;
	height: 24px;
}
				
.subUls li a{
	text-decoration: underline;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
	line-height: 24px;
}

.subUls li a:hover{
	text-decoration: underline;
	background: #ffffff;
	width: 100%;
	top: 0;
	left: 0;
	padding-left: 10px;
}
				
#dropDown li {
	float: left;
	position: relative;
}
				
#dropDown li:hover ul, li.over ul {
	display: block; /* lists nested under hovered list items */
}
				
#dropDown li>ul {
	left: auto;
	top: auto; /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
}
				
#dropDown, #dropDown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
				
#restOfContent {
	clear: left; /*wrap rest of content of the page inside this div*/
}



