@charset "utf-8";
/* CSS Document */

#nav {
padding:0; 
position:absolute;
left:0;
top:30px;
}
#nav ul{ 
	padding:0;
	margin:0;
	width:auto;
	list-style: none;
	height:35px;
	float:left;
}
#nav li{
	list-style:none;
	float:left;
	text-align:center;
	padding:0;
	font-weight:bold;
	line-height:35px;
	z-index:4444;
}

#nav .lavaLamp li a {
	z-index: 10;
	display: block;
	float: left;
	height: 35px;
	position: relative;
	overflow: hidden;
	margin: auto 20px auto 20px!important;
	margin: auto 10px auto 10px;
	color:#fff;
	text-decoration:none;
}

#nav .lavaLamp li a:hover {
color:#fff;
}

#nav .lavaLamp li .active {
color:#000;
}


#nav .lavaLamp li.back {
	background: url(../i/lava.gif) no-repeat right -35px;
	width: 9px; 
	height: 35px;
	z-index: 8;
	position: absolute;
}
#nav .lavaLamp li.back .left {
	background: url(../i/lava.gif) no-repeat top left;
	height: 35px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
#nav a:link{color:#464833; text-decoration:none;}

#nav a:hover{color:#000000; text-decoration:none;}

#nav a:active{color:#000000; text-decoration:none;}