/*    START TOP MENU    */
#top_menu{
	background: #fef9dd url(images/top_menu_bg.jpg) top center no-repeat;
	height:42px;
	margin:0 auto;
	padding:0 0 10px 0;
	text-align:center;
	width:960px;
}

#topnavi{
	margin:0;
	height:52px;
	padding:0;
}

#topnavi ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height:52px;
	background: transparent url(images/menu_separator.jpg) top left no-repeat;
}

#topnavi ul li {
	float: left;
	padding: 0 1px;
	margin:0;
	height:52px;
	background: transparent url(images/menu_separator.jpg) top right no-repeat;
}

#topnavi ul li a, #topnavi ul li a:visited{
	float:left;
	color:#eee9ca;
	display:block;
	font-family:Tahoma,Arial,sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	height:52px;
	line-height:43px;
	padding:0 25px;
}

#topnavi ul li a:hover{
	background: transparent url(images/but_hover1.jpg) bottom center repeat-x;
	color: #ffffff;
	text-decoration: none;
	height: 52px;

}


