#maincontainer {
	width: 1000px; /*Width of main container*/
	margin: 0 auto; /*Center container on page*/
	margin-top: 5px;
}
#topsection {
	background: url(photos/header.jpg) top left no-repeat;
	height: 150px; /*Height of top section*/
	margin: 0px 0 0 0;
}
#topsection a {
	background: transparent;
	font: 11px  trebuchet, arial rounded MT bold, verdana, arial, sans-serif;
	color: #00F;
	text-align: right;
	margin: 0px 0 0px 0px;
	position: relative;
	top: 68px;
	left: 876px;
	text-decoration: none;
}
#testimonial {
	width: 170px;
	background: #FFF;
	margin: 0px 0px 10px 25px;
	padding: 10px;
	font: 11px  trebuchet, arial rounded MT bold, verdana, arial, sans-serif;
	color: #000;
	line-height: 18px;
	border-style: solid;
	border-width: 1px;
	border-color: #333 #FFF #FFF #333 ;
}

.raised h4 {  /*Itinerary*/
	background: #FFF url(graphics/itin_bkgnd.png) top left no-repeat;
	font: 15px trebuchet, arial rounded MT bold, verdana, arial, sans-serif;
	color: #030;
	font-weight: bold;
	text-align: left;
	margin: 0px 0 10px -8px;
	width: 600px;
	padding: 6px 3px 9px 20px;
}

#logos {
margin: 0 20px 0 -5px;
}
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/flyout4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu {
z-index:1000;
font-size:90%;
height:235px;
margin:25px 0 50px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
width:150px;
height:182px;
position:relative;
}

.menu li {
background:#ddd;
height:26px;
}
* html .menu li {margin-left:-16px; margin-lef\t:0;}
/* get rid of the table */
.menu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em; width:0; height:0;}

/* style the links */
.menu a, .menu a:visited, .menu li table td a {
	font: 12px trebuchet, verdana, arial, helvetica, sans-serif;
	display: block; 
	text-decoration: none;
	height: 24px;
	line-height: 25px;
	width: 200px;
	color: #009;
	text-indent: 5px;
	background: transparent url(graphics/menu_off.png);
	text-align: left;
	padding: 1px 0 1px 0;
}
/* style the link hover */
* html .menu a:hover {color:#fff; background:#999;}

.menu :hover > a {
color:#fff; 
background:#999;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
top:-1px;
left:150px;

}
/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility: visible;
	width: 400px;
	position: relative;
	left: 200px;
	top: -22px;
	z-index: 2000;
	text-align: left;
}
