#menuAndBanner {
	font-size: 12pt;
	line-height: 1.75em;
	font-family: Arial, sans-serif;
	color: #c0c1c1;
}

#menuAndBanner #header {
	height: 40px;
	padding: 10px 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 97%;
	min-width: 850px;
	z-index: 10000;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,666666+100&amp;0.8+0,0.6+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(102,102,102,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.8)), color-stop(100%,rgba(102,102,102,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(102,102,102,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(102,102,102,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(102,102,102,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(102,102,102,0.6) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#99666666',GradientType=0 ); /* IE6-9 */
}

#menuAndBanner #banner {
	position: relative;
	padding: 30px 38px;
	height: 142px;
	width: 1423px;
	margin: 0px 0 0 0;
	text-align: center;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#666666+0,adadad+100&amp;0.6+0,0.3+100 */
	background: -moz-linear-gradient(top,  rgba(102,102,102,0.6) 0%, rgba(173,173,173,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,0.6)), color-stop(100%,rgba(173,173,173,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(102,102,102,0.6) 0%,rgba(173,173,173,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(102,102,102,0.6) 0%,rgba(173,173,173,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(102,102,102,0.6) 0%,rgba(173,173,173,0.3) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(102,102,102,0.6) 0%,rgba(173,173,173,0.3) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99666666', endColorstr='#4dadadad',GradientType=0 ); /* IE6-9 */
}

#menuAndBanner #logo {
	position: absolute;
	top: 30px;
	left: 30px;
	height: 80px;
	max-width: 230px;
	line-height: 80px;
	letter-spacing: -1px;
}

#menuAndBanner #logo a {
	text-decoration: none;
	color: #ffffff;
}

#menuAndBanner #logo h1 {
	font-size: 2.75em;
	font-family: Arvo, serif;
	line-height: 80px;
	margin: 0;
}

#menuAndBanner #alert {
	color: Red;
	position: fixed;
	top: 60px;
	left: 0;
	max-width: 200px;
	float: right;
}

#menuAndBanner #login {
	font-family: Arvo, serif;
	//top: 10px;
}

#menuAndBanner #login ul {
	font-family: Arvo, serif;
}

#menuAndBanner .nav {
	//position: absolute;
	//right: 30px;
	//height: 48px;
	//top: 55px;
	float: right;
	font-size: 1.1em;
}

#menuAndBanner .nav ul {
	list-style: none;
	margin: 0;
}

#menuAndBanner .nav ul li {
	float: left;
	margin: 0 0.5em 0 0.5em;
	padding: 0.25em 1.1em 0.25em 1.1em;
}

#menuAndBanner .nav ul li.active {
	background: #3CA9CD;
}

#menuAndBanner .nav li a {
	text-decoration: none;
	color: #d9dada;
}

#menuAndBanner .nav ul li.active a {
	color: #ffffff;
}

/* JQuery UI overrides to make menu horizontal */
#menuAndBanner .ui-menu { 
	overflow: hidden;
	line-height: 1em !important;
}
#menuAndBanner .ui-menu .ui-menu {
	overflow: visible !important;
}
#menuAndBanner .ui-menu > li { 
	float: left;
	display: block;
	width: auto !important;
}
#menuAndBanner .ui-menu ul {
	width:auto;
	z-index: 10001;
}
#menuAndBanner .ui-menu ul li {
	display:block;
	float:none;
	white-space: nowrap;
}
#menuAndBanner .ui-menu ul li ul {
	left:120px !important;
	width:auto;
	z-index: 10002;
}
#menuAndBanner .ui-menu ul li ul li {
	width:auto;
}
#menuAndBanner .ui-menu ul li ul li a {
	margin: 0;
	border: 1px solid #26b3f7;
}
#menuAndBanner .ui-menu ul li ul li ul {
	z-index: 10003;
}
#menuAndBanner .ui-menu ul li ul li ul li ul {
	z-index: 10004;
}
#menuAndBanner .ui-menu ul li ul li ul li ul li ul {
	z-index: 10005;
}
#menuAndBanner .ui-menu ul li ul li ul li ul li ul li ul {
	z-index: 10006;
}
#menuAndBanner .ui-menu > li {
	margin: 5px 5px !important;
	padding: 0 0 !important;
}
#menuAndBanner .ui-menu > li > a { 
	display: block;
	clear: both;
	overflow: hidden;
}
#menuAndBanner .ui-menu .ui-menu-icon { 
	margin-top: 0.3em !important;
}
#menuAndBanner .ui-menu .ui-menu .ui-menu li { 
	display: block;
}

/* JQuery UI menu Star Trek styles */
#menuAndBanner .ui-menu.star-trek {
	font-family: StarTrek !important;
}
#menuAndBanner .ui-menu.star-trek * {
	font-family: StarTrek !important;
}
#menuAndBanner .ui-menu.star-trek a.ui-corner-all {
	background-image: none;
	border-top-left-radius: 0;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 15px;
}
#menuAndBanner .ui-menu.star-trek ul.ui-corner-all {
	border-top-left-radius: 0;
	border-top-right-radius: 22px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 22px;
}
#menuAndBanner .ui-menu.star-trek ul a {
	position: relative;
	top: -2px;
}
#menuAndBanner .ui-menu.star-trek .ui-icon-carat-1-e {
	background-image: url(https://code.jquery.com/ui/1.9.2/themes/dark-hive/images/ui-icons_222222_256x240.png);
}
#menuAndBanner .ui-menu.star-trek a.ui-state-active {
}
#menuAndBanner .ui-menu.star-trek a.ui-state-focus {
	filter: brightness(1.5);
	-webkit-filter: brightness(1.5);
	-moz-filter: brightness(1.5);
	-o-filter: brightness(1.5);
	-ms-filter: brightness(1.5);
}

.lcars1 {
	color: #0a140a !important;
	background-color: #cc99cc !important;
}
.lcars2 {
	color: #050e09 !important;
	background-color: #dc95b8 !important;
}
.lcars3 {
	color: #000000 !important;
	background-color: #d47e7e !important;
}
.lcars4 {
	color: #003366 !important;
	background-color: #ffcc99 !important;
}
.lcars5 {
	color: #462300 !important;
	background-color: #99ccff !important;
}
.lcars6 {
	color: #282800 !important;
	background-color: #99ccff !important;
}
.lcars7 {
	color: #f6f600 !important;
	background-color: #0909ff !important;
}
.lcars8 {
	color: #14273c !important;
	background-color: #d4a97e !important;
}
.lcars9 {
	color: #e8d2bb !important;
	background-color: #1e3d5b !important;
}
.lcars10 {
	color: #003399 !important;
	background-color: #FFCC66 !important;
}
.lcars11 {
	color: #283c00 !important;
	background-color: #d7c3ff !important;
}
.lcars12 {
	color: #cacab0 !important;
	background-color: #35354f !important;
}
.lcars13 {
	color: #003583 !important;
	background-color: #ffca7c !important;
}
.lcars14 {
	color: #003c5b !important;
	background-color: #ffc3a4 !important;
}
.lcars15 {
	color: #333300 !important;
	background-color: #ccccff !important;
}
.lcars16 {
	color: #7ce5ff !important;
	background-color: #651400 !important;
}
.lcars17 {
	color: #86d7ff !important;
	background-color: #5b1e00 !important;
}