#nav li.top {display:block; float:left;}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
	width: 10em;
	margin-left: 3px;
	margin-right: 3px;
}

#nav li { /* all list items */
	float: left;
	/*width: 10em;  width needed or else Opera goes nuts */
}

#nav li a.home {background:url('../images/knop/Home.png'); background-repeat: no-repeat; width: 73px; height: 29px;}
#nav li a.hairdresser {background:url('../images/knop/Hairdressers.png'); background-repeat: no-repeat; width: 160px; height: 29px;}
#nav li a.sneaker {background:url('../images/knop/Sneakers.png'); background-repeat: no-repeat; width: 124px; height: 29px;}
#nav li a.trends {background:url('../images/knop/Trends.png'); background-repeat: no-repeat; width: 85px; height: 29px;}
#nav li a.about {background:url('../images/knop/About_Coef.png'); background-repeat: no-repeat; width: 138px; height: 29px;}
#nav li a.contact {background:url('../images/knop/Contact.png'); background-repeat: no-repeat; width: 97px; height: 29px;}
#nav li a.fashion_shoes {background:url('../images/kop/Fashionshoes.png'); background-repeat: no-repeat; width: 183px; height: 29px;}
#nav li a.respect {background:url('../images/knop/Respect.png'); background-repeat: no-repeat; width: 105px; height: 29px;}

#nav li ul { /* second-level lists */
	position: absolute;
    font-family: Arial;
    font-size: 12px;
	width: 200px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li.normal {
	height: 30px;
	width: 200px;
	background-image		: url(../images/layout/overlay_bg.png);
	background-repeat		: repeat-y;
}

#nav li ul li a {
	height					: 20px;
	width					: 165px;
	color					: #FFF;
	vertical-align			: middle;
    text-decoration			: none;
	text-align				: left;
	padding-top				: 5px;
	padding-left			: 20px;
	padding-bottom			: 5px;
	font-size				: 1.20em;
	font-weight				: bold;
}

#nav li ul li a:hover {
	height					: 20px;
	width					: 165px;
	vertical-align			: middle;
    text-decoration			: none;
	text-align				: left;
	padding-top				: 5px;
	padding-left			: 20px;
	padding-bottom			: 5px;
	color					: #cd331b;
	font-size				: 1.20em;
	font-weight				: bold;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

li.top {
	width					: 200px;
	height					: 46px;
	background-image		: url(../images/layout/overlay_top.png);	
}

li.bottom {
	width					: 200px;
	height					: 11px;
	background-image		: url(../images/layout/overlay_bottom.png);	
	background-repeat		: no-repeat;
}