@charset "utf-8";
/* CSS Document */
#newsmu ul{
margin: 0; 
padding: 0; 
list-style-type: none;
}
#newsmu li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;

}
#newsmu li a{
display: block; 
padding: 3px;
text-decoration: none;
color:#616161;
width: 150px;/*width: 200px;*/
margin: 1px 0px;
text-align: center;
}

#newsmu li a:hover{
color:#000000;
}

#newsmu-wh{
color:#000000;
background-color: #ffffff;

display: block; 
padding: 3px;
text-decoration: none;
width: 150px;/*width: 200px;*/
margin: 1px 0px;
text-align: center;
}



.newspgmenu-bg{
width: 1200px;
padding:0;
margin: 0;

float:left;
background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(top,  #e4e4e4 1%, #cacaca 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#e4e4e4), color-stop(100%,#cacaca)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e4e4e4 1%,#cacaca 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e4e4e4 1%,#cacaca 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e4e4e4 1%,#cacaca 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e4e4e4 1%,#cacaca 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#cacaca',GradientType=0 ); /* IE6-9 */
}



