
/* LavaLamp Specific CSS: */

/* Demo 1 - Spaceship returnHome Demo */

/* menu */
#menu {
font: 13px tahoma;
position:relative;
width:450px;
padding: 10px;
margin: 5px 0;
overflow: hidden;
}
#menu li {
float: left;
list-style: none;
margin-right: 20px;
}
#menu li.backLava {
background-color:#fff;
border-bottom-color: #EB7602;
border-bottom-width: 2px;
border-bottom-style: solid;
width: 9px;
position: absolute;
}
#menu li a {
text-decoration: none;
color: #000;
text-align: center;
padding: 6px 10px;
z-index: 10;
display: block;
position: relative;
margin: auto 5px;
font: 1.2em verdana;
}
