/* @override 
	http://localhost:8888/wp-content/themes/GUC/css/droppy.css
	http://www.guc.no/wp-content/themes/GUC/css/droppy.css
*/

/* Basic code - don't modify */
#nav {
	display:block;
	margin:0;
	padding:0;
	position: absolute;
	top: 223px;
	left: 1px;

}

#nav li {
	display:block;
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	position:relative;
	text-indent: -999px;

}

#nav a {
	display:block;
}

#nav ul {
	display:none;
	position:absolute;
	left:0;
	margin:0;
	padding:0;
}

* html #nav ul {
	line-height:0;
}


	
/* IE6 "fix" */
#nav ul a {
	zoom:1;
}


	
/* IE6/7 fix */
#nav ul li {
	float:none;
}

#nav ul ul {
	top:0;
}


	
/* Essentials - configure this */
#nav ul {
	width:100px;
	height: 30px;
}

#nav ul ul {
	left:131px;
}


	
/* Everything else is theming */
#nav {
	height:30px;
}

#nav :hover {
	background-color:none;
}


#nav li.hover ul {
	position: absolute;
	top: 30px;
	left: -30px;
}

#nav li ul {
	position: absolute;
	top: 30px;
	left: -30px;
}

#nav ul {
	top:25px;
}

#nav ul li a ul li a{
	height: 22px;
	
}

#nav li.hover ul li a{
	height: 22px;
}

#nav ul a.hover {
}

#nav ul a {

}


	
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */