
/********************************************

	navigation
	
********************************************/


ul.navbar { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
 
li.navbar { /* all list items */
	float: left;
	position: relative;
	width: 6em;
}

li.navatt { /* all list items */
	float: left;
	position: relative;
	width: 5.5em;
}

li.navhome { /* all list items */
	float: left;
	position: relative;
	width: 3.5em;
}

li.navabout { /* all list items */
	float: left;
	position: relative;
	width: 4.7em;
}

li.navcon { /* all list items */
	float: left;
	position: relative;
	width: 5.5em;
}
 
li ul { /* second-level lists */
	display: none;
	position: absolute;
	background-color:#ffffff;
	opacity:0.95;
	width: 6em;
	top: 15px;
	left: -10px;
	
}
 

 
li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
 
#content {
	clear: left;
}
	
/********************************************

	clear fix
	
********************************************/

	.clearfix:after {
		content:".";
		display:block;
		height:0;
		clear:both;
		visibility:hidden;
	}
	.clearfix {display:inline-block;}
	/* Hide from IE Mac \*/
	.clearfix {display:block;}
	/* End hide from IE Mac */


