div#menu {
    height:39px;
    background:url(../images/navbar_bg_green.gif) repeat-x;
	border-left: 2px solid #333;
}

div#menu a.booknow {
	float: right;!important
	background: none;!important;
	width: 160px;!important
	height: 39px;!important
	margin: 0;
	padding: 0;
	cursor:pointer;
}

div#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}
div#menu ul.menu {
    padding-left: 3px;
}

div#menu li {
    position: relative;
    z-index: 9;
    margin: 0;
    padding: 0 5px 0 0;
    display: block;
    float: left;
}
div#menu li:hover>ul {
    left: -2px;
}

div#menu a {
    position: relative;
    z-index: 10;
    height: 39px;
    display: block;
    float: left;
    line-height: 39px;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: black 0.1em 0.1em 0.4em;
}

div#menu a i {
	color: #000;
	text-shadow: none;
}

div#menu li.current a i {
	color: #000;
	text-shadow: black 0.1em 0.1em 0.4em;!important;
}

div#menu a:hover i {
	color: #FFF;
	cursor:pointer;
}

div#menu a:hover, div#menu a:hover span { color: #fff; cursor:pointer; }
div#menu li.current a {}

div#menu span {
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 0;
	cursor:pointer;
}
div#menu ul ul a.parent span {
    background-position:95% 8px;
    background-image: url(../images/item-pointer.gif);
}
div#menu ul ul a.parent:hover span {
    background-image: url(../images/item-pointer-mover.gif);
	cursor:pointer;
}

/* menu::level1 */
div#menu a {
    padding: 0 5px 0 5px;
	cursor:pointer;
    line-height: 30px;
    color: #e5e5e5;
}
div#menu span {
    margin-top: 5px;
}/**@replace#1*/
div#menu li {  }
div#menu li.last { background: none; }

/* menu::level2 */
div#menu ul ul li { background: none; }
div#menu ul ul {
    position: absolute;
	cursor:pointer;
    top: 38px;
    left: -999em;
    width: 200px;
    padding: 5px 0 0 0;
    background: rgb(45,45,45);
	text-align: left;
    margin-top:1px;
}
div#menu ul ul a {
    padding: 0 0 0 15px;
	cursor:pointer;
    height: auto;
    float: none;
    display: block;
    line-height: 24px;
    color: rgb(169,169,169);
	text-align: left;
}
div#menu ul ul span {
    margin-top: 0;
    padding-right: 15px;
    _padding-right: 20px;
    color: rgb(169,169,169);
}
div#menu ul ul a:hover span {
    color: #fff;
	cursor: pointer;
}
div#menu ul ul li.last { background: none; }
div#menu ul ul li {
    width: 100%;
}

/* menu::level3 */
div#menu ul ul ul {
    padding: 0;
    margin: -38px 0 0 200px !important;
    margin-left:172px;
	z-index: 9;
}

/* colors */
div#menu ul ul ul { background: rgb(41,41,41); z-index: 99; }
div#menu ul ul ul ul { background: rgb(38,38,38); z-index: 99; }
div#menu ul ul ul ul { background: rgb(35,35,35); z-index: 99; }

/* lava lamp */
div#menu li.back {
    background: url(../images/navbar_bg_black.gif) repeat-x right -44px !important;
    background-image: url(../images/navbar_bg_black.gif) repeat-x;
    width: 13px;
    height: 44px;
    z-index: 8;
    position: absolute;
    margin: 0 0 0 -3px;
}

div#menu li.current a, div#menu li.current a i {
	color: #FFF;!important
	text-shadow: black 0.1em 0.1em 0.4em;!important
}

div#menu li.back .left {
    background: url(../images/navbar_bg_black.gif) repeat-x top left !important;
    background-image: url(../images/navbar_bg_black.gif) repeat-x;
    height: 44px;
    margin-right: 0px;
}

#copyright {
	display: none;
}
