/*
Theme Name: handle with care theme naviagatie    
*/

ul#nav {
	position: absolute;
	top: 141px;
	_top: 140px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px; 
	width: 678px; 
}

#nav li { 
	float: left;	
	position: relative;
	_width: 1px;
	display: block;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 20px; /* IE6 ONLY */
	left: -17px;
	padding: 0;
	background: #45413f;
}

#nav li ul li {
	width: 100%;
}

#nav li:hover ul, #nav li.over ul { 
	display: block; 
}
	
#nav a { 
	display: block;
	text-decoration: none;
	padding: 3px 10px;
	color: #c3c3c3;
	background: #45413f;
}

#nav a:hover {
	background: #66605e;
	text-decoration: none;
	color: white;
	font-variant: normal;
}

#nav li.login {
	float: right;
	padding-right: 10px;
}


