@charset "utf-8";
      
    * {  
    margin: 0;  
    padding: 0;  
    list-style: none;  
    text-decoration: none;  
    }  
      
    ul {
	margin: 0;
	width: 700px;
	border: #000000;
	height: 35px;
	padding-top: 85px;
    }  
      
    ul li {  
    float: left;  
    }  
      
    ul li a {
	line-height: 30px;
	text-align: center;
	display: block;
	width: 100px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
    }  
      
    ul li a:hover {
	background-color: #FFF;
	color: #333;
    }  
