@charset "utf-8";
/* Tunghat's Resort - menu */

#center_menu
{
	margin: 0 auto;
	padding: 0px;
	width: 700px;
	height: 0px;
}

#menu_global
{
	position: relative;
	top: 0px;
	left: -75px;
	width: 80px;
}

#menu_global .menu_topo
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 80px;
}

#menu_global .menu_topo li
{
	text-align: center;
}

#menu_global .menu_topo li a
{
	position: relative;
	left: 0px;
	font-size: 9px;
	color: #fff;
	font-weight: bold;
}

#menu_global .menu_topo li a:hover
{
	left: -5px;
	cursor: pointer;
}

#menu_global .menu_topo li .home
{
	top: 0px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url(../imagens/layout/bt_home.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .galerias
{
	top: -15px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url(../imagens/layout/bt_gals.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .estrutura
{
	top: -31px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url(../imagens/layout/bt_estrut.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .handling
{
	top: -50px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url(../imagens/layout/bt_handling.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .atividades
{
	top: -65px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url(../imagens/layout/bt_atividades.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .servicos
{
	top: -80px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url(../imagens/layout/bt_servicos.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .news
{
	top: -132px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	background: url(../imagens/layout/bt_news.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .dia
{
	top: -158px;
	margin: 0 auto;
	display: block;
	padding-top: 10px;
	padding-left: 5px;
	background: url(../imagens/layout/bt_dia.png) no-repeat top left;
	height: 50px;
}

#menu_global .menu_topo li .quem
{
	top: -58px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	padding-left: 5px;
	background: url(../imagens/layout/bt_quem.png) no-repeat top left;
	height: 40px;
}

#menu_global .menu_topo li .contato
{
	top: -150px;
	margin: 0 auto;
	display: block;
	padding-top: 20px;
	padding-left: 8px;
	background: url(../imagens/layout/bt_contato.png) no-repeat top left;
	height: 40px;
}
