@charset "utf-8";

.ecc_navigation
{

	position: absolute;
	left: 245px;
	height: 100px;
	width: 660px;
	top: 50px;
	
	color: white;
	font-weight: bold;
	font-size: 16px;
	
	z-index: 102;
		
}

.ecc_navigation ul
{

	list-style: none;
		
}

.ecc_navigation li
{

	float: left;
		
}

.ecc_navigation .tab
{
	position: relative;	
}
