body, td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#333;}

/***********************************************/
/* Top Menu Stuff
/***********************************************/

#TopMenu {
	width: 720px;
	position: absolute; 
	top: 132px; 
	left: 225px;
	padding: 0;
}

ul#nav {
	margin: 0; 
	padding: 0; 
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


#nav a {
	font-weight: bold;
	font-size: 9px;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #CFCFCF;
	padding: 3px 5px;
	text-align: left;
	font-size: 10px;
	width: 115px;
	_width: 125px;
}

#nav li li a:hover {
	background: #AAA;
	color: #474747;
}

#nav li {
	display: inline;
	float: inherit;
	position: relative;
	cursor: default;
}

#nav li a {
	color: #000;
}

.TopListItem { 
	margin: 0; 
	width: auto; 
	height: 30px;
	list-style: none;
}

.Divider { 
	width: auto;
	height: 30px;
	padding: 0 4px; 
	list-style: none; 
	color: #666;
}

#nav li ul {
	display: none;
	position: absolute;
	top: 5px;
	_top: 19px;
	right: 0;
	_left: 0;
	font-weight: normal;
	background: #515151;
	padding: 0;
	border: 0;
	z-index: 20;
	
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}
/***************************************************/

#SplashIncludes {
	width: inherit;
	padding-top: 7px;
	_padding: 0;
	_margin-top: 7px;
}
td > #SplashIncludes {}
.pageheader {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px 0;
	color: #666;
	clear: both;}
	
/***********************************************/
/* Side Navigation
/***********************************************/ 

#CommonLinks {padding: 0; color: <%=Color3%>}
#SideNavMenu {width: 198px; padding-bottom: 5px; height: inherit;}
#SideNavMenu .NavTitle { border-bottom: 1px solid #333; margin: 5px 0 3px; padding: 3px; font: bold 15px Verdana, Arial, Helvetica, sans-serif; color: #000; cursor: default; text-align:left;}
#SideNavMenu .NavLinks {display: block;clear: both;}
#SideNavMenu .NavLinks a { border-bottom: 1px solid #BCBCBC; display: block; padding: 2px 0 3px 2px; margin: 0 0 0 8px;font: normal 12px Verdana, Arial, Helvetica, sans-serif;text-decoration: none;color: <%=Color3%>; text-align: left;}
#SideNavMenu .NavLinks a:hover { border-bottom: 1px solid #333; color: <%=Color4%>;}

/***********************************************/
/* Styled Alt and Title Tags
/***********************************************/ 
#nicetitlecontainer{
	border: 1px solid <%=Color3%>;
	background-color: <%=Color1%>;
	filter: alpha(opacity=75); /* to adjust opacity of background, next three elements must be set to same level */
	-moz-opacity:.75;
	opacity:.75;}
div.nicetitle{
	font-size: 10px;
	left: 0;
	padding: 6px;
	position: absolute;
	top: 0;
	text-align: center;
	max-width: 25em;
	width: auto;
	_width: 25em;
	z-index: 100;
	height: auto;}	
div.nicetitle p {
	margin: 0;
	padding-bottom: 0px;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color:#FFF;
	filter: alpha(opacity=100); /* to adjust opacity of background, next three elements must be set to same level */
	-moz-opacity:1;
	opacity:1;}
div.nicetitle p.destination {
	color: #FFF;
	font-weight: normal;
	font-size: 11px;
	padding-bottom: 0px;
	text-align: left;
	filter: alpha(opacity=90); /* to adjust opacity of background, next three elements must be set to same level */
	-moz-opacity:.9;
	opacity:.9;}
#nicetitlecontainer div.nicetitle img {
	filter: alpha(opacity=90); /* to adjust opacity of background, next three elements must be set to same level */
	-moz-opacity:.9;
	opacity:.9;}
