﻿#top {
	width:994px;
	margin:auto;
	padding-bottom:13px;
	background-image: url('/images/Content/menu/bg_menu_shadow.jpg');
	background-position:center bottom;
	background-repeat:no-repeat;
}

#top #header {
	height:111px;
    background: url('/images/header/bg_header.jpg') bottom center no-repeat;
}

#top #header #logo {
     float:left;
     width:263px;
     margin-left:24px;
}

#top #header #booknow {float:left;width:206px;height:41px;background-image:url('/images/header/bkg_booknow.png');text-align:left;}
#top #header #booknow_blank {float:left;width:206px;height:41px;text-align:left;}
#socialnow {margin-top:9px;height:23px;}
#expedia_bubble {position:absolute;z-index:5;width:74px;height:54px;margin-top:6px;margin-left:-65px;display:none;}

#top #header #headerwidgets {
    display:block;
    width:519px;
    height:41px;
    float:right;
    background-image:url('/images/header/bkg_widgetbar.png');
	background-position:top;
	background-repeat:no-repeat;
    margin-top:43px;
}

#top #header #display_weather_control {
	width:230px;
	height:41px;
	float:left;
	font-weight:bold;
	color:#ffd503;
	letter-spacing:-0.3pt;
	line-height:41px;
	overflow:hidden;
}

#top #menu {
	border:1px solid #000000;
	text-transform:uppercase;
	background:#000f46 url('/images/content/menu/bg_menu.jpg') top repeat-x;
	height:47px;
	padding:0px;
	margin:0px;
}

#top #menu a {
	text-decoration:none;
}

#top #menu a:hover {
    color:#8cd3ff;	
}

#top #menu ul {
	display:block;
	margin:0;
	padding:0;
}

#top #menu ul li {
    display:block;
    float:left;
    list-style:none;
    line-height:47px;
    padding:0px 21px;
    background: url('/images/content/menu/bg_menu_item_separator.jpg') top left no-repeat;
    list-style-type: none;
}

#top #menu ul li:first-child {
   	 background:none;
}

#top #menu ul:first-child {
	height:47px;
	padding:0px;
	margin:0px;
	line-height:47px;
	width:994px;
}

#top #menu ul > li > a {
    display:block;
    height:47px;
    line-height:47px;	
}

#top #menu ul:first-child > li:first-child {
    background:none;
}

#top #menu ul a {
   color:#ffffff;
   font-size:12px;
}

#top #menu .parent a {
     background: url('/images/content/menu/menu_icon_down.jpg') right no-repeat;
     padding-right:15px;	
} 

#top #menu .parent > ul {
    width:233px;
	position:absolute;
	padding:0px;
	margin:0px;
	margin-left:-22px;
	padding-bottom:29px;
	background: url('/images/content/menu/bg_menu_dropdown_bottom.png') bottom no-repeat;
	display:none;
}

#top #menu .parent > ul li {
  	background:#000f46;
  	width:100%;
  	text-align:left;
  	padding:0px;
  	margin:0px;
  	line-height:38px;
}

#top #menu .parent > ul li a {
	display:block;
    background-image:none;
    padding:0px 10px;	
}

#top #menu .parent > ul li a:hover {
    background: #00235d;	
}

