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

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

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

.roundcorners-menu li.backLava {
background: url("../images/lava.gif") no-repeat right -59px;
width: 9px; height: 59px;
z-index: 8;
position: absolute;
}
.roundcorners-menu li.backLava .leftLava {
background: url("../images/lava.gif") no-repeat top left;
height: 59px;
margin-right: 9px; /* 7px is the width of the rounded shape */
}
.roundcorners-menu li a {
font: bold 1.2em  Trebuchet MS;
text-decoration: none;
color: #fff;
outline: none;
text-align: center;
top: 20px;
text-transform: uppercase;
z-index: 10;
display: block;
float: left;
height: 59px;
position: relative;
overflow: hidden;
margin: auto 15px auto 15px;
padding:auto 5px auto 5px;
}

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