.ul{height:30px;
    background:#F90;
	text-align:center;
	font-size:14px;
	line-height:30px;
	width:950px;
	margin:0 auto;
	 clear:both;
	}
       
.ul ul{
	margin-left:200px;
	  list-style:none;
	  text-align:center;
	}
.ul li{float:left;
       width:100px;
	   margin-left:3px; 
	   line-height:30px;
	   height:30px;
	   }
.ul a{display:block;
      text-align:center; 
	  height:30px;}

.ul a:link{color:#fff;
           font-weight:bold;
		   text-decoration:none;
		   background:#F90}
.ul a:visited{color:#fff;
   font-weight:bold; 
   text-decoration:none; 
   background:#f90;}
.ul a:hover{
   color:#F00;
   font-weight:bold; 
   text-decoration:none; 
   background:#FFf;}
