@charset "utf-8";
/* CSS Document */
* { padding:0px; margin:0px}

.menu { width:100%; height:50px; background:url(../nav_bg.jpg) left top repeat-x #006600; text-align:center;}

.menu_nav ul li.home { background: url(../nav_bg.png) left top no-repeat;}
.menu_nav ul li a.home { display:block; width:160px; height:78px; overflow:hidden; text-align:center; line-height:78px; background:none; font-size:16px;background: url(../nav_bg.png) left top no-repeat;}
.menu_nav ul li a.home:hover { background:url(../nav_bg.png) left top no-repeat; color:#0052aa}

/*.menu .menu_nav ul li {width:125px; float:left; }

.menu .menu_nav ul li a { display:block; width:125px; height:58px; overflow:hidden; text-align:center; line-height:58px; background:url(../Images/menu_li_bg.jpg) left top no-repeat; font-size:16px;}

.menu .menu_nav ul li a:hover { background:url(../Images/menu_li_h_bg_b.jpg) left top no-repeat; color:#0052aa}
*/
.menu_nav {
font-family: arial, sans-serif;
width:1280px;
margin:0px auto;
float:center;
position:relative;
z-index:2000;
height:50px;
}
/* remove the bullets and set the margin and padding to zero for the unordered list */
.menu_nav ul {
padding:0;
margin:0;
list-style-type: none;
}
/* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
.menu_nav ul li {
float:left;
position:relative;
width:160px;
}
/* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
.menu_nav ul li a {
 display:block; 
 width:160px; 
 height:50px; 
 overflow:hidden; 
 text-align:center; 
 line-height:50px; 
 background:url(../menu_li_bg.jpg) left top no-repeat; 
 font-size:16px; 
 font-family:"微软雅黑", "宋体";
 color:#FFF;
}
.menu_nav ul li a:visited {
 display:block; 
 width:160px; 
 height:50px; 
 overflow:hidden; 
 text-align:center; 
 line-height:50px; 
 background:url(../menu_li_bg.jpg) left top no-repeat; 
 font-size:16px; 
 font-family:"微软雅黑", "宋体";
}
.menu_nav ul li a:hover {
 display:block; 
 width:160px; 
 height:50px; 
 overflow:hidden; 
 text-align:center; 
 line-height:50px; 
 background: url(../nav_bg.png) left top no-repeat #99cc33; 
 font-size:16px; 
 font-family:"微软雅黑", "宋体";
 color:#FFF;
}
/* make the dropdown ul invisible */
.menu_nav ul li ul {
display: none;
z-index:10;
}
/* specific to non IE browsers */
/* set the background and foreground color of the main menu li on hover */
.menu_nav ul li:hover a {
color:#FFF;
background:url(../Icon/nav_bg.png) left top no-repeat;
}
/* make the sub menu ul visible and position it beneath the main menu list item */
.menu_nav ul li:hover ul {
display:block;
position:absolute;
top:50px;
left:0;
width:180px;
background:#5D9000;
color:#FFF;
padding-left:10px;
padding-bottom:10px;
padding-top:10px;
}
/* style the background and foreground color of the submenu links */
.menu_nav ul li:hover ul li a {
display:block;
color:#FFF;
background:url(../Icon0/nav_bg.jpg) left top no-repeat;
height:37px;
overflow:hidden;
line-height:37px;
width:180px;
text-align:left;
border-bottom:1px dotted #CCCCCC;
}
/* style the background and forground colors of the links on hover */
.menu_nav ul li:hover ul li a:hover {
background: url(../Icon0/news_timedj.gif) left top no-repeat;
color:#0052c8;
}
.menu_nav ul li a.active {
color:#FFF;
background: url(../nav_bg.png) left top no-repeat;
width:160px;
}


