/* CSS Document */

#menu {

}

#menu ul {
list-style: none;

}

#menu ul li{
float: left;

width: 130px;
height: 20px;
border: 1px solid #FFFCD3;
line-height: 20px;
margin-right: 3px;
}

#menu a {
text-align: center;
display:block;
text-decoration: none;
text-transform:uppercase;
color:#FFFCD3;
font-size:11px;
}

#menu a:hover {
color: #424F21;
background-color: #FFFCD3;
}

#homes ul {
list-style-type: none;
}

#homes ul li {
display: block;
height: 100px;
}
