/* Menu with rounded Corners*/
		
 .roundcorners-menu {
position: relative;
background: url("../images/bg.gif") no-repeat top;
overflow: hidden;
}

.roundcorners-menu ul {
margin:0 0 0 0px;
}

.roundcorners-menu li {
float: left;
list-style: none;
margin:0px 0px 0 0px;
}

.roundcorners-menu li.backLava {
background: ##740917;
width: 100px; 
height: 109px;
z-index: 8;
position: absolute;

background: #740917;

}
.roundcorners-menu li.backLava .leftLava {
background: #740917;
height: 109px;
margin-right: 9px; /* 7px is the width of the rounded shape */

}

.roundcorners-menu li a {
outline: none;
text-align: center;
top: 80px;
z-index: 10;
display: block;
float: left;
height: 109px;
position: relative;
overflow: hidden;
margin: auto 15px auto 15px;
padding:0px 15px auto 5px;
}

.roundcorners-menu li a:hover, .roundcorners-menu li a:active, .roundcorners-menu li a:visited {
border: none;
outline:none;
}


