@charset "utf-8";

#menu a {
    text-decoration: none;
    padding: 5px 10px;
    color: #E66806;
    border-top: 3px #EDE3D6;
    border-bottom: 3px #EDE3D6;
}

#menu  {
    list-style-type: none;
    padding: 10px 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
}

#menu li {
    display: inline;
}

#menu a:hover {
    border-top: 3px solid green;
    border-bottom: 3px solid green;
    color: #E66806;
}

#div  {
    list-style-type: none;
    padding: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center; 
	width:960px
}