/* MENU */

#nav {
	float: none;
	margin: 0;
	left: 0px;
	top: 210px;
	z-index: 4;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	position: absolute;
	visibility: visible;
	height: auto;
	background-color: #66FFFF;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 50;
}

#nav li a, #nav li {
 float: left;
}

#nav li {
 list-style: none;
 position: relative;
}

#nav li a {
	padding: 1em 2em;
	text-decoration: none;
	color: #000;
	background: #66FFFF;
	background: -moz-linear-gradient(top, #66FFF, #3c3c3c 1px, #292929 25px);
	background: -webkit-gradient(linear, left top, left 25, from(#66FFF), color-stop(4%, #3c3c3c), to(#292929));
	border-right: 1px solid #3c3c3c;
	border-left: 1px solid #292929;
	border-bottom: 1px solid #232323;
	border-top: 1px solid #545454;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	position: relative;
	left: 0px;
}

#nav li a:hover {
	background: #03F;
 background: -moz-linear-gradient(top, #, #2a0d65);
	background: -webkit-gradient(linear, left top, left bottom, from(#f8ef5d), to(#2a0d65));
	position: relative;
}


/* Submenu */

.hasChildren {
	position: absolute;
	width: 5px; height: 5px;
	background: black;
	right : 0;
	bottom: 0;
}

#nav li ul {
	display: none;
	position: absolute;
	left: 15;
	top: 100%;
	padding: 0;
	margin: 0;
}

#nav li:hover > ul {
 display: block;
}

#nav li ul li, #nav li ul li a {
 float: none;
}

#nav li ul li {
 _display: inline; /* for IE6 */
}

#nav li ul li a {
 width:auto;
 display: block;
}

/* SUBSUB Menu */

#nav li ul li ul {
 display: none;
}

#nav li ul li:hover ul {
	left: 100%;
	top: 15px;
	animation: none;
	position: absolute;
}


#nav li ul li a (
}
.body {
	background-image: url(/usr/local/www/kasdivi.com/images/indeximages/general/BONAIRE.GIF);
}
