/* add xuy 2012-03-08*/
body { font-family:verdana,arial,helvetica,sans-serif; font-size:12px; margin:0;}

/*add xuy 2012.03.13 前台DIV+CSS.*/
#container {margin:0 auto; height: 98%; overflow:inherit;}	
#header { height:10%; background:url(../images/banner_bg01a.jpg) left bottom  repeat-x ; }
#menu {}
.mainContent { height:78% !important; margin-bottom:5px;}
.mainContentUpdate { height:89% !important;}
#sidebar { float:left; width:200px; height:95%; }
#tabLeftDiv {height:100%;float: left; }
.content { margin-left:207px !important; margin-left:204px; height:100%; }/*当content设定高度后，3像素会跑到content外侧，这样，我们用!important修正在ie下向左多浮动2像素，加上3像素的bug正好是5像素，所以在火狐和IE下显示是一样的*/
.contentUpdate { margin-left:7px !important; margin-left:4px; height:100%; }
#footer { height:6%; background:url("../images/footBg.gif") repeat-x scroll 0 0 #E6F3FD;}


/*add xuy 2012.03.13 顶层链接样式.*/
#nav {margin:0 auto; height:26px;}
	
#nav ul {margin: 0px;padding:0px;margin-right:16px;list-style-type: none;}
	
#nav ul li { width:85px;float: left;text-align: center; color:#002B7D;}
	
#nav ul li a {text-align: center;display: block;height: 20px;width: 85px;color:#002B7D;text-decoration: underline;
padding-top: 6px;overflow: hidden;}