
#nav li span {
	display: none;
}

#nav {
	width: 660px;
	height: 40px;
	position: absolute;
	top: 71px;
	right: 0px;
	background: url('../images/nav.png');
	z-index: 40;
}

#navbtn1 {width: 79px;}
#navbtn2 {width: 169px;}
#navbtn3 {width: 130px;}
#navbtn4 {width: 88px;}
#navbtn5 {width: 98px;}
#navbtn6 {width: 96px;}

    /* make the LI display inline */
    /* it's position relative so that position absolute */
    /* can be used in submenu */
    #nav li {
        float: left; 
        display: block;  
        position: relative;
        z-index: 70;
    }
	
	#nav li a.home {
        display:block;
        height: 40px;  
    }
	
	#nav li a.rates {
        display:block; 
        height: 40px; 
    }
	
	#nav li a.book {
        display:block; 
        height: 40px;
    }
	
	#nav li a.gallery {
        display:block; 
        height: 40px;
    }
	
	#nav li a.tourism {
        display:block; 
        height: 40px;
    }
	
	#nav li a.contact {
        display:block; 
        height: 40px;
    }
	
	#nav li ul li a {
        color: #fff;
		text-align: left;
		height: 15px;
		text-decoration: none;
		font: 12px/normal Tahoma, Arial, Helvetica, sans-serif; 
		line-height: 130%;
		margin-left: 8px;
    }
	
    #nav li a:hover {
        text-decoration: underline;
		
    }
		
	#nav li ul li a:hover {
        color: #fff;
    }
     
        /* submenu, it's hidden by default */
        #nav ul {
            position: absolute; 
            left: 1px; 
            display: none; 
            margin: 0 0 0 -2px; 
            padding: 0; 
            list-style: none;		
        }
         
        #nav ul li {
            width: 150px; 
            float: left;
			background-color: #e780b7;
        }

         
        /* display block will make the link fill the whole area of LI */
        #nav ul a {
            display: block;  
            height: 15px;
            padding: 5px 5px; 
            color: #fff;
        }

#logoLink {
	width: 295px;
	height: 135px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#logoLink a {
	width: 100%;
	height: 100%;
	display: block;
}

#logoLink a:hover { text-decoration: none; }

/* Share */

#share {
	position: absolute;
	right: 275px;
	top: 27px;
	z-index: 30;
}


#emailPage {
	background: #a0b5d4;
	width: 175px;
	height: 280px;
	padding: 10px;
	position: absolute;
	top: 0px;
	right: 275px;
	z-index: 40;
	display: none;
	color: #4377b1;
	border: solid 2px #fff;
}

#emailPage input {
	font-size: 12px;
	width: 170px;
	height: 25px;
	color: #4377b1;
}

#emailPage textarea {
	font-size: 12px;
	resize: none;
	width: 170px;
	height: 60px;
}
