﻿@charset "utf-8";
/* CSS Document */

*{margin:0;
padding:0;}

#menu{
	width: 170px;
	float: left;
}

/*第一级菜单CSS*/

.menu1{
	text-decoration: none;
	list-style-type: none;
	display: block;
	width: 170px;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	list-style-image: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	height: auto;
	margin: 0px;
	float: left;
	text-indent: 0px;
	padding: 0px;
}

.menu1b{
	text-decoration: none;
	list-style-type: none;
	display: block;
	width: 160px;
	text-align: left;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 33px;
	list-style-image: none;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	text-indent: 0px;
}


.menu1 a:link,.menu1 a:visited{
	display: block;
	font-size: 12px;
	line-height: 33px;
	color: #666666;
	font-weight: bold;
	width: 170px;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	float: left;
	padding: 0px;
	text-indent: 0px;
}
	
.menu1 a:hover{
	display: block;
	color: #000000;
	text-decoration: none;
}

#menu1_img{
	float: left;
	width: 170px;
	display: block;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}



/*第二级菜单CSS*/
.menu2{
	text-decoration: none;
	background-color: #eeeeee;
	list-style-type: none;
	display: block;
	width: 170px;
	padding: 0px;
	text-align: left;
	list-style-image: none;
	float: left;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	text-indent: 0px;
}

.menu2 a:link,.menu2 a:visited{
	display: block;
	font-size: 12px;
	line-height: 30px;
	color: #666666;
	font-weight: normal;
	width: 170px;
	list-style-type: none;
	list-style-image: none;
	text-align: left;
	text-decoration: none;
	float: left;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 50px;
}
	
.menu2 a:hover{
	display: block;
	text-decoration: none;
	background-color: #FF9900;
	color: #FFFFFF;
}


#menu2_img{
	float: left;
	width: 40px;
	display: block;
	text-align: left;
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	height: 30px;
}






/*第三级菜单CSS*/



.menu3{
	width: 158px;
	display: block;
	background-color: #999999;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-indent: 45px;
}

.menu3 a:link,.menu3 a:visited{
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	list-style-type: none;
	width: 159px;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.menu3 a:hover{
	font-weight: normal;
	color: #00FF00;
	display: block;
	list-style-type: none;
	background-color: #006666;
}

#menu_main li{
	list-style-type: none;
	float: left;
}

#index_1{
	float: left;
	width: 170px;

}

#oa_online{
	float: left;
	width: 160px;
}

#oa_online li{
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 170px;
	display: block;
	text-align: center;
}



#oa_online li a:link,#oa_online li a:visited{
	font-size: 12px;
	color: #FF0000;
	list-style-type: none;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}

#oa_online li a:hover{
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	list-style-type: none;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
