#nav a
{
	border-right: 0px solid #cccccc;
	float: left;
	line-height: 34px;
	text-decoration: none; 
	font-weight:bold; 
	font-size:1.1em; 
	padding: 0 31px;
}

#nav a:link, #nav a:visited, #nav a:active
{
	color: #a80000;
	text-decoration: none;
}

#nav a:hover
{
	background: #2c2c2c;
	color: #a80000;
}

#nav .lang a
{
	border-right: 0px solid #cccccc;
	line-height: 34px;
	text-decoration: none; 
	font-weight:bold; 
	font-size:1.1em; 
	padding: 3px 0 0 15px;
}

#nav .lang a:hover
{
	background: #222222;
}