@charset "utf-8";
/* CSS Document */
.Menubox ul{
margin:0px;
padding:0px;
}
.Menubox li{
 float:left;
 display:block;
 cursor:pointer;
 width:80px;
 text-align:center;
 height:30px;
 line-height:30px;
 background:#24211B;
 color:#666;
 margin-right:1px;
 }
.Menubox li.hover{
color:#996600;
 padding:0px;
 width:80px;
background:url(../images/newsnavbg.gif) repeat-x;
}
.Contentbox{
width:100%;
 clear:both;
}

