
/* --------------------------- Menu ----------------------------------------*/

/*
#menu {
  position: absolute;
  top: 98px;
  background: url(img/menu.png) no-repeat bottom left;
  background-color: #ef780b;
  height: 40px;
  width: 960px;
  margin-left: 10px;
  clear: both;
}
*/
div#menu {
	width: 960px;
	height: 40px;
	background-image: url(img/menu.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	position: relative;
	text-align: right;
	vertical-align: middle;
}

div#menu ul{
	float: left;
	height: 40px;
	overflow: hidden;
	width: 800px;
	margin-left: 20px;
	text-align: center;
}

div#menu ul li {
	display:block;
	float: left;
}

div#menu ul li a {
	color:#FFFFFF;
	font-family:Arial;
	font-weight:bold;
	font-size:12px;
	height: 40px;
	margin:0;
	text-decoration:none;
	height: 40px;
	display:block;
	float: left;
}
div#menu ul li a:hover {
	background:url("img/current_end.png") no-repeat right top;
	cursor: pointer;
}
div#menu ul li a span {
	height: 40px;
	color:#ffffff;
	vertical-align: middle;
	text-transform: uppercase;
	display: block;
	float: left;
	padding-left: 17px;
	padding-top: 16px;
	margin-right: 17px;
	cursor: pointer;
}

div#menu ul li a:hover span {
	background:url("img/current_start.png") no-repeat left top;
	color: #000000;
}

/*
 *
 * CURENT POSITION
 *
 */
div#menu ul li#current a {
	background:url("img/current_end.png") no-repeat right top;
}

div#menu ul li#current a span {
	background:url("img/current_start.png") no-repeat left top;
	color: #000000;
}
/*
 *
/ Commented Backslash Hack hides rule from IE5-Mac \/
#menu a span {float:none;}

div#menu ul li#current a span {
	color:#000000;
}

div#menu ul li a:active span{
	border: none !important;
}

div#menu ul li a:hover span.left{
	background:url("img/current_start.png") no-repeat left top;
	margin:0px;
}
div#menu ul li a:hover span.right {
	background:url("img/current_end.png") no-repeat right top;
	color:#000000;
	margin:0px;
}
*/

#menu span.lan {
	float:right;
	width: 100px;
	padding-right: 15px;
	margin-top: 14px;
	color: #ffffff;
	font-size: 11px;
	overflow: hidden;
}
#menu span.lan span {
	padding-left: 5px;
}

#menu span.lan a, #menu span.lan a:hover{
	color: #ffffff;
}

