.glossymenu, .glossymenu li ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 187px; /*WIDTH OF MAIN MENU ITEMS*/
	border: 1px solid transparent;
	border-width:0 1px;
}

.glossymenu li{
	position: relative;
}

.glossymenu li a {
	background: white url(/images/glossyback.gif) repeat-x bottom left;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: white;
	display: block;
	width: auto;
	padding: 5px 0;
	padding-left: 10px;
	text-decoration: none;
}

.glossymenu li ul{ /*SUB MENU STYLE*/
	position: absolute;
	z-index:2000;
	width: 190px; /*WIDTH OF SUB MENU ITEMS*/
	left: 0;
	top: 0;
	display: none;
}

.glossymenu li ul li{
	float: left;
}

.glossymenu li ul a{
	width: 180px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}

.glossymenu .arrowdiv{
	position: absolute;
	right: 2px;
	background: transparent url(/images/arrow-white-11x11.gif) no-repeat center right;
}

.glossymenu li a:visited, .glossymenu li a:active{
	color: white;
}

.glossymenu li a:hover{
	background-image: url(/images/glossyback2.gif);
}

#airlineVideos{
	border-bottom:none;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#cruisemenu li {
	text-transform:capitalize;
}

#cruisemenu li a, #cruisemenu li a:link {
 	background:#fff;
 	color:#333;
 	border:1px solid #277fc6;
 	border-width:1px 0 0 0;
 }

 #cruisemenu li a:hover {
 	background:#277fc6;
 	color:white;
 }

 #toursmenu li a, #toursmenu li a:link {
 	background:#fff;
 	color:#333;
 	border:1px solid #277fc6;
 	border-width:1px 0 0 0;
 }

 #toursmenu li a:hover {
 	background:#277fc6;
 	color:white;
 }


#signUp{
	border:0px solid #666;
	border-top:none;
	margin-top:20px; 
}

#signUp h3{
	padding:10px 0px 0px 10px;
	color:white;
	text-decoration:underline;
		
}

#signUp p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	padding:0 6px;
}

#signUp #email-disclaimer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	color:white;
	padding:0;
	margin:6px;
}

#signUp label{
	padding-left:10px;
	color:white;
	font-size: 12px;
}

#signUp input { 
	margin-left:20px;
	width:130px
	
}
 
.Label{
	padding-top:300px;
}

/*
#signUp #Submit {
	margin:0 0 5px 71px;
	width:79px;
	background: transparent url(/images/join-email-submit.png) no-repeat scroll right bottom;
	
}

#emailId, #firstName, #lastName{
	width:130px;
}
*/
/* Holly Hack for IE \*/

* html .glossymenu li a:visited {
background: white url(/images/glossyback.gif) repeat-x bottom left;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}
* html .glossymenu li a:hover {

font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

* html .glossymenu li { float: left; height: 1%; }
* html .glossymenu li a { height: 1%; }
* html .glossymenu li ul a {width:190px; }
* html #signUp h3 {font-size:13px; padding-top:-15px;}
* html #signUp p {padding-top:-10px;}
/* End */