/* Basic code - don't modify */

#nav { display: block; margin: 0; padding: 0; position: relative; }
#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
#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: 180px; }
#nav ul ul { left: 197px; }

/* Everything else is theming */

#nav {
	font-family: Tahoma;
	/*
	background-color: #00b2be;
	height: 34px;
	background-color: #cba7d6;
	*/
	background-color: #FC698C;

	/*background-image: url('http://www.marlupi.com/img/menu.png');*/
	background-repeat: no-repeat;
	height: 36px;
	padding-left: 1px;
}
#nav *:hover { background-color: none; }
#nav a {
	width: 170px; border-right: 0px solid white; color: white; text-decoration: none; font-size: 12pt; padding: 10px 15px 10px 15px; line-height: 1;
}
#nav li.hover a { background-color: #f3ed86; color: #990000; }
#nav ul { top: 34px; }
#nav li {
	background-image: url('http://www.marlupi.com/img/starfish.png');
	background-repeat: no-repeat;
	background-position: 140px 4px;
}
#nav ul li a { background-color: #bce28d; }
#nav li ul li { width: 300px; }
#nav ul a.hover { background-color: #89d5af; }
#nav ul a { border-top: 1px solid white; border-right: none; opacity: 1; filter: alpha(opacity=100); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */


