
#navigation 
{
	overflow: hidden; 
	position:absolute;
	height:50px;
	left: 310px;	
	top: 76px;	
	width:660px; 

}
#navigation ul {
	padding:0;
	margin:0;
	position: absolute;
	z-index: 12; 
}
#navigation ul li 
{
	float: left;
	height: 50px;
	list-style: none; 
}
#navigation ul li a 
{
	color: #000;
	display: block;
	float: left;
	font:bold 14px arial;
	height: 50px;
	position: relative;
	padding:10px 25px 0px 25px;
	text-decoration: none; 
	z-index: 10;
}

#navigation ul li.background {
	background:none;
	z-index: -1;
	position: absolute; 
}

#navigation ul li.background .left {
	background: url(../images/bg_menu.gif) no-repeat top left;
	height: 50px;
	margin: 0px 25px 0px 25px /* 7px is the width of the rounded shape */; 
}



