#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
		position:relative; 
		text-align:center; 
		width:445px; 
		height:46px;
		display: inline;
		float:left;
		
	}
#lava a:link {
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #496168;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#lava a:hover {
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #1fa0b8 !important;;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #496168;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	
}

#lava a:active {
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #1fa0b8;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #496168;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}

#lava a:visited {
	font-size: 14px;
	font-family: "Century Gothic", Helvetica, Arial, sans-serif;
	font-weight: normal;
	margin: 0px;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #496168;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
	#lava ul {
		/* remove the list style and spaces*/
		margin:0; 
		padding:0; 
		list-style:none; 
		display:inline;
				
		/* position absolute so that z-index can be defined */
		position:absolute; 
		
		/* center the menu, depend on the width of you menu*/
		left:0px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
		
		/* give some spaces between the list items */
		
		padding-right: 0px; 
		padding-left: 0px; 
		/* display the list item in single row */
		float:left;
		filter: Shadow(Color=#333333, Direction=135, Strength=5);
		text-shadow: #000000 5px 5px 5px; 
	}
	
	#lava #box {
	position:absolute;
	left:0;
	top:0;
	z-index:50;
	height:46px;
	}
	
	#lava #box .head {
	padding-left:0px;
	background-image: url(bg_navover.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height:44px;
	}
	
	#container {
		text-align:left;
		width:583px;
		margin:0 auto;	
	}


