@charset "utf-8";
/* CSS Document */

.nav-bg{
	background:#f8f8f8;
}

#nav,#hotel-nav{
	list-style:none;
	background:url(../../images/sprite-01.png) no-repeat -100px -28px;
	width:978px;
	padding:0 0 13px
}

.corp-nav li,#hotel-nav li{
	text-transform:uppercase
}

#nav li,#hotel-nav li{
	background:#fff url(../../images/sprite-01.png) no-repeat top right;
	width:148px;
	line-height:12px;
	float:left;
	font-size:11px;
	display:table;
	height:83px
}

#nav li.first,#hotel-nav li.first{
	width:90px
}

#nav li.last,#hotel-nav li.last{
	background:#fff
}

#nav li.current,#hotel-nav li.current{
	background:#fff url(../../images/sprite-01.png) no-repeat right -114px
}

#nav li.current a,#hotel-nav li.current a{
	text-decoration:underline;
}

#nav li a:hover, #hotel-nav li a:hover{
	text-decoration:underline;
	background:#fff url(../../images/sprite-01.png) no-repeat right -114px
}

#nav li a,#hotel-nav li a{
	color:#4c4c4c;
	padding:25px 15px 18px 15px;
	height:40px;
	width:70px;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}

#nav li.first a,#hotel-nav li.first a{
	padding:25px 15px 18px 15px;
	width:60px
}
