@charset "utf-8";
/* CSS Document */



	#lava {
		/* you must set it to relative, so that you can use absolute position for children elements */
	position:relative; 
	margin-top: 34px;
	margin-left: 200px;
	color: #9b999c;
	text-align:right;
	height:26px;
	}
	
	


#lava a {
	font-family: Helvetica, Trebuchet MS, sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing:normal;
	font-weight:normal;
	text-align:right;
}


#lava a:hover {
	color:#FFF;
	padding-bottom: 4px;
	border-bottom: 4px #231f20 solid;
}



	
	#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:110px; 
		top:0; 
		
		/* should be higher than #box */
		z-index:100;

	}
	
	#lava ul li {
		
		/* give some spaces between the list items */
		margin:0 15px; 
		padding-top: 0px;
		
		/* display the list item in single row */
		float:left;
	}
	

li.selected {

}

.on a {
	color:#FFF;
	padding-bottom: 4px;
	border-bottom: 4px #231f20 solid;
}

#submenu a:hover {
color:#fc0e8c;

}

.suboff a, li {
	color:#a2a2a2;
}


.subon a, li {
	color:#fc0e8c;
}
a.subon {
	color:#fc0e8c;
}