@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(images/bg_n.png);
	background-repeat:no-repeat;
	background-position:top center;
}
a:link {
	color: #666;
}
.STYLE22{
	font-size:16px;
	font-weight:bold;
	color:#F60;}
.leftmenu:link{color:#3366cc; text-decoration: underline;}
.leftmenu:hover{color:#3366cc; text-decoration: none;}
.leftmenu:visited{color:#3366cc; }

.linkbottom:link{color:#3366cc; text-decoration: underline;}
.linkbottom:hover{color:#3366cc; text-decoration: none;}
.linkbottom:visited{color:#3366cc; }

/*--------------左边1级菜单-------------------*/

#pointermenu{
margin: 0;
padding: 0;
height:20px;
}

#pointermenu ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
font: 12px 宋体;
padding-left:0px;
}

* html #pointermenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 0px;
}

#pointermenu ul li{display:; }

#pointermenu ul li a{
float: left;
color: #3366cc;
font-weight:bold;
font-size:12px;
margin-left:0px;
margin-bottom:3px;
text-decoration: none;
background-image:url(images/bite.gif); 
list-style-type: none; 
height:20px;
padding-left:15px;
line-height:20px;
background-position:left;
background-repeat:no-repeat;
width:120px;
border:1px solid #dbdbdb;
background-color:#e5e5e5;
}
#pointermenu ul li a:hover{ /*hover and selected link*/
color:#3366cc;
text-decoration:none;
background-color:#ffffff;
background-repeat:no-repeat;
}

#pointermenu ul li.selected  a{ /*hover and selected link*/
color:#3366cc;
text-decoration:none;
background-image: url(images/bite_open.gif); 
background-repeat:no-repeat;
border:1px solid #ccc;
}
/*--------------左边2级菜单-------------------*/
/*==================二级目录===================*/
#pointermenu li ul {
 list-style:none;
 text-align:left;
 padding-left:10px;
}
#pointermenu li ul li{}
#pointermenu li ul li a{ 
float: left;
color: #3366cc;
font-weight:;
font-size:12px;
margin-left:0px;
margin-bottom:3px;
text-decoration: none;
background-image:url(images/bite.gif); 
list-style-type: none; 
height:20px;
padding-left:15px;
line-height:20px;
background-position:left;
background-repeat:no-repeat;
width:80px;
background-color:#fff;
border:1px solid #fff;

}

#pointermenu li.selected ul li a{ 
float: left;
color: #3366cc;
font-weight:;
font-size:12px;
margin-left:0px;
margin-bottom:3px;
text-decoration: none;
background-image:url(images/bite.gif); 
list-style-type: none; 
height:20px;
padding-left:15px;
line-height:20px;
background-position:left;
background-repeat:no-repeat;
width:80px;
border:1px solid #fff;}


















/*--------------头部1级菜单-------------------*/

#toumenu{
margin: 0;
padding: 0;
height:20px;
}

#toumenu ul{
margin: 0;
margin-left: 0px; /*menu offset from left edge of window*/
float: left;
font: 12px 宋体;
padding-left:0px;
}

* html #toumenu ul{ /*IE6 only rule. Decrease ul left margin and add 1em bottom margin*/
margin-bottom: 0px;
}

#toumenu ul li{	display:inline;
	margin:0;
	padding:0;
	text-align:center; }

#toumenu ul li a{
float: left;
color: #357dd0;
font-weight: bold;
font-size:12px;
margin-left:0px;
margin-bottom:3px;
text-decoration: none;
background-image:url(images/bite.gif); 
list-style-type: none; 
height:20px;
padding-left:13px;
line-height:20px;
background-position:left;
background-repeat:no-repeat;
width:70px;

}
#toumenu ul li a:hover{ /*hover and selected link*/
color:#3366cc;
text-decoration:none;
background-image:url(images/bite.gif); 
background-color:#e3e3e3;
background-repeat:no-repeat;
}

#toumenu ul li.selected  a{ /*hover and selected link*/
color:#3366cc;
text-decoration:none;
background-image: url(images/bite_open.gif); 
background-repeat:no-repeat;
border:0;
}
.bottomlink{color:#666;}
.bottomlink:link{text-decoration: underline;}
.bottomlink:hover{text-decoration: underline;}
.bottomlink:visited{color:#666;}
.leftlink2:link{color:#3366cc; text-decoration: none; line-height:22px; font-weight:bold; font-size:12px; padding-left:10px;}