#lang {
	padding: 0;
}
#lang, #lang ul {
	background: #000000;
	font-family: "Eras Light ITC", Tahoma, "Helvetica Neue", sans-serif;
	font-size: 1em;
	font-weight: 600; /*bold;*/
	width: 100%;
}

#lang ul {
	line-height: 1;
	list-style: none;
	text-align: center;
	white-space: nowrap;
}

#lang a {
	color: #DDDDDD;
	padding: 0 2.5em;
	text-decoration: none;
}

#lang li {
	display: inline;
	padding: 1ex 0 0 0;
}

#nav, #nav ul, #nav-bottom, #nav-bottom ul {
	background: #333333;
	clear: both;
	font-family: "Eras Light ITC", Tahoma, Optima, sans-serif;
	font-size: 0.96em;
	list-style: none;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	width: 100%;
}

#nav {	
	border-bottom: 4px solid #000;
	border-top: 2px solid #333333;
}

#nav-bottom  {
	border-bottom: 6px solid #333333;
	border-top: 4px solid #000;
}

#nav ul {	
	font-weight: 600; /*bold;*/
	line-height: 1.25;
	padding-bottom: 0.6ex;
}

#nav-bottom ul {
	line-height: 1.7;
}

#nav a, #nav-bottom a {
	text-decoration: none;
}

#nav li a {
	color: #ff9900;
	padding: 0.1ex 0.75em;
}

#nav-bottom li a {
	color: #ffffee;
	font-style: italic;
	padding: 0.25ex 1em 0.25ex 0.5em;
}

#nav li {
	border-left: 1px solid #FFC080;
	display: inline;
}

#nav li.current a {
	color: #FFFF33;
	cursor: default;
}

#nav li.last {
	border-right: 1px solid #FFC080;
}

#nav li a:hover {
	background: #ffffcc;
}

#nav li.current a:hover {
	background: #333333;
	cursor: default;
}

#nav-bottom li:hover, #nav-bottom li.current  {
	background: #CC3333;
}

#nav-bottom li.current a {
	cursor: default;
}

#nav-bottom li.current {
	font-weight: lighter;
}

#nav-bottom ul li {
	border-left: 1px solid #ffffee;
	display: inline;
}

#nav li.last {
	border-right: 1px solid #FFC080;
}

#nav-bottom li.last {
	border-right: 1px solid #ffffee;
}


