
#menu a {
    text-decoration: none;
	border-radius: 5px;
	 -moz-border-radius: 10px;

    -webkit-border-radius: 10px;
	
	
	


   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#1D66AA));
  background: -moz-linear-gradient(top, #ffffff, #1D66AA);

    color: white;
    padding: 5px 20px;
    border: 1px solid black;
    border-bottom: none;
}

#menu {

    list-style-type: none;
    border-bottom: 0px solid black;
	
	
    margin: 20;
    padding: 4px ;
}

#menu li {
    display: inline;
}

#menu a:hover {
    background-color: white;
	 color: black;
}
