.main-nav {
float:left;
width:460px;
font: bold 80px Helvetica, Arial, sans-serif;
text-align:center;
text-shadow: 5px 5px 10px #999;
}
.main-nav a {
color:#eee;
}
.main-nav a:hover {
color:#ccc;
}
.lease-nav {
float:left;
margin-top:140px;
width:360px;
font: bold 60px Helvetica, Arial, sans-serif;
text-align:center;
text-shadow: 5px 5px 10px #999;
}
.lease-nav a {
color:#eee;
}
.lease-nav a:hover {
color:#ccc;
}
/* ------------------------------------------ FRONT MENU------------------------------------------- */ 
.navigation a {
display: inline-block;
text-decoration: none;
text-transform:uppercase;
}
.navigation ul {
margin: 0;
padding: 0;
list-style: none;
text-align:left;
}
.navigation ul li {
list-style-type: none;
background: none;
display:inline;
}
.navigation ul li a, .navigation ul li a:visited { /* styles for the default button state */
margin: 5px 0 8px 10px;
padding: 0 10px 0 10px;
line-height: 32px; /* this value must be at least twice the border-radius value */
color: #fff;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
-moz-border-radius: 9px;
-khtml-border-radius: 9px; 
-webkit-border-radius: 9px;
}
.navigation a:hover { /* styles for the rollover button state */
color: #eee;
background: #999;
}
.navigation a.menuactive { /* styles for the rollover button state */
color: #eee;
background: #999;
}