/* CSS Document */

#replacelogo {
	float: left;
	margin: 0; padding: 0; border: 0;
	height: 120px; width: 236px;
	background: transparent url(/img/logo.gif) no-repeat top center; 
}

#replacelogo a, #replacelogo h1 {
	margin: 0; padding: 0; border: 0;
	display: block;
	height: 114px; width: 236px;
	text-indent: -9999px;
	background: none;
	text-decoration: none;
}

#nav {
	padding-top: 81px;
	margin-left: 262px;
}

#navEuro {
	margin-top:  0px;
	margin-left: 652px;
	position: absolute;
	top: 40px;
	font-size:9px;
}

#nav ul {
	margin:0;
   	list-style:none;
	padding:10px 10px 0 0;
}
#nav a, #nav strong, #nav span {
	float:left;
   	display:block;
	color:#fff;
	padding:7px 1px 0 0;
	background: url(/img/bk_nav.gif) no-repeat 100% 0px;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	height: 22px;
	width: 74px;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav li {
   float:left;
   background:url(/img/bk_nav.gif) no-repeat 0 0;
   margin:0;
   padding:0;
}
#nav #current {
   background:url(/img/bk_nav.gif) no-repeat 0 -50px;
}
#nav #current a {
   background:url(/img/bk_nav.gif) no-repeat 100% -50px;
	padding:7px 1px 0px 0px;
	color:#F1BA07;
	height: 22px;
	width: 74px;
}
#nav a:hover {
	background:url(/img/bk_nav.gif) no-repeat 100% -50px;
	color:#F1BA07;
	}
#left a {
	color:#F1BA07;
	font-size: 11px;
}
#left a:hover {
	color:#FFF;
}
#footer a {
	color: #D2E75E;
}#footer a:hover {
	color: #fff;
}