div.nav-container {
	height: 44px;
	margin: 0 auto 0 auto;
	width: 720px;
	padding: 8px 0 0 250px;
	position: relative;
	top: 21px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-align: left;
	z-index: 9998 !important;
}

/* Översta menyraden */

div.languages {
	float:right;
	padding-top: 3px;
	width: 80px
}

ul.nav li {
	float:left;
	position:relative;
}

ul.nav li a {
	color: #fff;
	font-variant:small-caps;
	font-size: 16px;
	font-stretch: extra-expanded;
	height: 24px;
	display: block;
	float: left;
	margin: 0 !important;
	padding: 5px 11px 0 11px;
	text-decoration: none;
}

ul.nav li a:hover {
	color: #222;
	background: #fae6e3;
}

/* Drop-down menyer */

ul.nav,
ul.nav ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

ul.nav ul {
	left: 0;
	margin: -1px 0 0 0 !important;
	position: absolute;
	top: 30px;
	z-index: 9999 !important;
	width: 150px;
}

ul.nav ul li {
	float:none;
	display: block;
	position: relative;
	z-index: 9999 !important;
}

ul.nav ul a {
	border: 1px solid #f2dfdc;
	border-top: none;
	background: #f7e9e1;
	background: url(bg-nav-a.png);
	color: #807674 !important;
	font-size: 14px;
	font-weight: normal;
	float: none;
	height: auto;
	letter-spacing: 1px;
	padding: 9px;
	text-decoration: none;
	width: 130px;
}

ul.nav ul a:hover {
	background: #fff4f2;
	color: #222 !important;
}

