/*********************************************************/
/*           Menu CSS for Kiteboracay.com                */
/*********************************************************/
/*   Title:	  2d-nav.css                                 */
/*   Author:  Rene Weber                                 */
/*   Version: 1.0                                        */
/*   Date:    April 17, 2009                             */
/*********************************************************/
.copy {
color: #FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#menu {
width: 180px;
text-align:center;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu a.subtop{
list-style: none;
width: 180px;
margin: 0;
padding: 0;
border-top: thin solid;
border-left: thin solid;
border-right: thin solid;
background-image:url(menu-back.gif);
}
#menu a.sub{
list-style: none;
width: 180px;
margin: 0;
padding: 0;
border-left: thin solid;
border-right: thin solid;
background-image:url(menu-back.gif);
}
#menu a.subend{
list-style: none;
width: 180px;
margin: 0;
padding: 0;
border-bottom:thin solid;
border-left: thin solid;
border-right: thin solid;
background-image:url(menu-back.gif);
}
#menu a, #menu h2 {
font: bold 18px/24px verdana, arial, helvetica, sans-serif;
display: block;
border-width: 0px;
border-style: solid;
background-color:none;
margin: 0;
padding: 2px 3px;
}
#menu h2 {
color: #FF8635;
}
#menu a {
color: #FFFFFF;
text-decoration: none;
}
#menu a.special {
color: #FF8418;
text-decoration: none;
}
#menu a.special:hover {
color: #FFFF00;
text-decoration: none;
}
#menu a.special:visited {
color: #FF8418;
text-decoration: none;
}
#menu a:hover {
color: #FF8418;
}
/* #menu a:visited {
color: #425A84;
} */
#menu a:active {
color: #FF8418;
} 
#menu li {
position: relative;
}
#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}
div#menu ul ul ul,
div#menu ul ul li:hover ul ul 
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
