/* Layout Styles */
.headerMenuStrip{
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-align: left;
	text-transform: uppercase;
	font-size: 9pt;
}

#loHeaderMenu .main{
}
#loHeaderMenu .mainSub{
	background: #42c4dd;
	padding-left: 40px;
}
#loHeaderMenu .mainAdmin{
	background: #FC3;
	padding-left: 40px;
}

a.itemSep{
	/* background sep image aligned right */
	background: url(/images/separator.gif) no-repeat right;
}

.menuBookNow{
	color: #F00 !important;
	font-weight: bold !important;
	background: url(/images/separator.gif) no-repeat left;
}

/* Item styles */
a.menuItem, a:link.menuItem, a:visited.menuItem{
	color: #004d91;
	padding: 1px 8px 1px 8px;
	font-weight: normal;
}

/* Level 1 */
a.menuCellL0_Sel, a.menuCellL0_Passive
, a:hover.menuCellL0, a:hover.menuCellL0_Sel, a:hover.menuCellL0_Passive{
	background: #005596;
	color: #FFF !important;
	font-weight: bold !important;
}
a.menuCellL0_Sel_Inactive{
	background: #005596;
	color: #aaa !important;
	font-weight: bold !important;
}
a.menuCellL0_Inactive{
	color: #aaa !important;
}

/* Level 2 */
a.menuCellL1_Sel, a:link.menuCellL1_Sel, a:visited.menuCellL1_Sel{
	color: #FFF;
	font-weight: bold;
}
a:hover.menuCellL1{
	color: #fff;
	font-weight: bold;
}
a.menuCellL1_Sel_Inactive, a:link.menuCellL1_Sel_Inactive{
	color: #ddd !important;
	font-weight: bold !important;
}
a.menuCellL1_Inactive, a:link.menuCellL1_Inactive{
	color: #ddd !important;
}



/* Footer Menu */
a.menuFooterItem, a:link.menuFooterItem, a:visited.menuFooterItem
{
	color: #ffffff !important;
	text-decoration: none;
	margin-right: 6px;
}



/* SEO FOOTER */
#tblSEOFooter .levelTop{
	text-align: left;
	color:#fff;
}
#tblSEOFooter .levelChild{
	text-align: left;
	font-weight: normal;
	color:#fff;
}
#tblSEOFooter .levelChild a, #tblSEOFooter .levelChild a:link, #tblSEOFooter .levelChild a:visited{
	font-weight: normal;
	color:#fff;
}
