
body{
	font-family:Tahoma, "Trebuchet MS", sans-serif;
	font-size:12px;
	color:#003468;
}

/* DOMAIN SPECIFIC BLOCK */
ul.dropdown #top_menu_01 { width: 182px; height:40px; background-position: 0 0; }
ul.dropdown #top_menu_02 { width: 170px; height:40px; background-position: -182px 0; }
ul.dropdown #top_menu_03 { width: 171px; height:40px; background-position: -352px 0; }
ul.dropdown #top_menu_04 { width: 131px; height:40px; background-position: -523px 0; }
ul.dropdown #top_menu_05 { width: 166px; height:40px; background-position: -654px 0; }
ul.dropdown #top_menu_06 { width: 140px; height:40px; background-position: -820px 0; }

ul.dropdown #top_menu_01:hover { width: 182px; height:40px; background-position: 0 -40px; }
ul.dropdown #top_menu_02:hover { width: 170px; height:40px; background-position: -182px -40px; }
ul.dropdown #top_menu_03:hover { width: 171px; height:40px; background-position: -352px -40px; }
ul.dropdown #top_menu_04:hover { width: 131px; height:40px; background-position: -523px -40px; }
ul.dropdown #top_menu_05:hover { width: 166px; height:40px; background-position: -654px -40px; }
ul.dropdown #top_menu_06:hover { width: 140px; height:40px; background-position: -820px -40px; }

body.plan_a_cruise ul.dropdown #top_menu_01 { width: 182px; height:40px; background-position: 0 -80px; position: relative; }
body.deals_gifts ul.dropdown #top_menu_02 { width: 170px; height:40px; background-position: -182px -80px; position: relative; }
body.before_you_board ul.dropdown #top_menu_03 { width: 171px; height:40px; background-position: -352px -80px; position: relative; }
body.all_about_cruising ul.dropdown #top_menu_04 { width: 131px; height:40px; background-position: -523px -80px; position: relative; }
body.customer_support ul.dropdown #top_menu_05 { width: 166px; height:40px; background-position: -654px -80px; position: relative; }
body.crown_anchor ul.dropdown #top_menu_06 { width: 140px; height:40px; background-position: -820px -80px; position: relative; }

body.plan_a_cruise ul.dropdown #top_menu_01:hover { width: 182px; height:40px; background-position: 0 -40px; position: relative; }
body.deals_gifts ul.dropdown #top_menu_02:hover { width: 170px; height:40px; background-position: -182px -40px; position: relative; }
body.before_you_board ul.dropdown #top_menu_03:hover { width: 171px; height:40px; background-position: -322px -40px; position: relative; }
body.all_about_cruising ul.dropdown #top_menu_04:hover { width: 131px; height:40px; background-position: -523px -40px; position: relative; }
body.customer_support ul.dropdown #top_menu_05:hover { width: 166px; height:40px; background-position: -654px -40px; position: relative; }
body.crown_anchor ul.dropdown #top_menu_06:hover { width: 140px; height:40px; background-position: -820px -40px; position: relative; }

ul.dropdown li	{ float: left; background: url(../img/home_main_nav.png) no-repeat; zoom: 1; }

/* END OF THE BLOCK */

/* @group Main Nav */

#nav_wrapper {
	background: #FFF;
	clear: both;
	height: 40px;
}

.main_nav_clear {
	clear: both;
}

#main_nav {
	width: 960px;
	margin: 0;	
	position: relative;
	z-index: 90;
}
/* 
	LEVEL ONE
*/

ul.dropdown	{ 
	position: relative; 
	list-style: none; 
	margin: 0;
	padding: 0;
	width: 960px;
	float: left;
}

ul.dropdown li a { 
	display: block; 
	text-indent: -9999px;
	text-decoration: none;
	font-size: 11px;
	height: 40px;
}

ul.dropdown li.hover,
ul.dropdown li:hover { 
	position: relative; 
}


ul.dropdown li.hover ul a { 
	color: #0576bf; 
	text-indent: 0;
	padding: 6px 14px;
	height: 14px;
}

ul.dropdown li.hover ul a:hover { text-decoration: none; color: #002859;}


/* 
	LEVEL TWO
*/

ul.dropdown ul	{ 
	border: 0 solid #003468;
	visibility: hidden; 
	position: absolute;
	top: 100%; left: 0;
	list-style: none; 
	margin: 0;
	padding: 0;
}

ul.dropdown ul.sub_menu_small { width:150px; }
ul.dropdown ul.sub_menu { width:220px; }

ul.dropdown ul li	{
	background: #d7ebf6 url(../img/bg_submenu.png) no-repeat bottom left;
	color: #0576bf;
	text-align:left;
	float: none;
	font-size: 11px;
	width: auto;
}

ul.dropdown ul li:hover	{
	background: #f0f7fb url(../img/bg_submenu_over2.png) no-repeat bottom left;
	/* eliminamos margin left para la linea en :hover */
	color: #002859;
	margin-left: 0;
	border-left: 0;
} 


/* @end Main Nav */

/* ------------------------------------------------------------ */
