﻿/* About Us */


/*
.btn_about a
{
	display:block;
	height:36px;
	width: 80px;
	background: url(../images/btn_about_up.jpg) no-repeat;   
}
.btn_about a:hover
{
	display:block;
	height:36px;
	width: 80px;
	background: url(../images/btn_about_down.jpg) no-repeat;
}

.btn_event a
{
    display:block;
	height:36px;
	width: 120px;
	background: url(../images/btn_eventCal_up.jpg) no-repeat;   
}

.btn_event a:hover
{
    display:block;
	height:36px;
	width: 120px;
	background: url(../images/btn_eventCal_down.jpg) no-repeat;   
}
       
.btn_catering a
{
    display:block;
	height:36px;
	width: 80px;
	background: url(../images/btn_catering_up.jpg) no-repeat;   
}
.btn_catering a:hover
{
    display:block;
	height:36px;
	width: 80px;
	background: url(../images/btn_catering_down.jpg) no-repeat;   
}
    /*
.btn_rooms a
{
    display:block;
	height:36px;
	width: 161px;
	background: url(../images/btn_rooms_up.jpg) no-repeat;   
}
.btn_rooms a:hover
{
    display:block;
	height:36px;
	width: 161px;
	background: url(../images/btn_rooms_down.jpg) no-repeat;   
}
    
.btn_dining a
{ 
    display:block;
	height:36px;
	width: 168px;
	background: url(../images/btn_dining_up.jpg) no-repeat;   
}
.btn_dining a:hover
{ 
    display:block;
	height:36px;
	width: 168px;
	background: url(../images/btn_dining_down.jpg) no-repeat;   
}
  
.btn_faq a
{
    display:block;
	height:36px;
	width: 54px;
	background: url(../images/btn_faq_up.jpg) no-repeat;   
}
.btn_faq a:hover
{
    display:block;
	height:36px;
	width: 54px;
	background: url(../images/btn_faq_down.jpg) no-repeat;   
}
    
.btn_point a
{
    display:block;
	height:36px;
	width: 73px;
	background: url(../images/btn_point_up.jpg) no-repeat;   
}
.btn_point a:hover
{
    display:block;
	height:36px;
	width: 73px;
	background: url(../images/btn_point_down.jpg) no-repeat;   
}
*/
.submenu
{
	font-size:12px;
	color:#D6FF35;
	font-family:Arial;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.submenu a
{
	font-size:12px;
	color:#FFFFFF;
	font-family:Arial;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

.submenu a:hover
{
	font-size:12px;
	color:#D6FF35;
	font-family:Arial;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
}

#rooms
{
	padding: 0 0 0 300px;
}
#dining
{
	padding: 0 0 0 450px;
}

