/* ---( drop-down menu )------------------------------- */
#DropFullMenu
{
	font-size: x-small; /* size of all fonts in drop down */
	margin: 0 0 3px 0;
	position: absolute;
	left:-1px;
	top:90px;
	text-align: left;
	width: 100%;
    height: 21px;
	background: #1d5898;
}
#DropFullMenu #MainMenu
{
	margin: 0;
	padding: 0;
	background: #1d5898;
}

ul#MenuTabs {
	padding:0px;
	margin: 0px;
	font-weight: bold;  /* format of fonts in top level bar */
}

#MenuTabs li div {
	background: none;
	margin: 0 ;
	padding: 4px 0px;
}
#MenuTabs li div a {
	padding: 4px 8px;
	text-decoration: none;
}
#MenuTabs li li a {
	display: block;
	margin: 0px;
	padding: 3px 0 3px 15px;  /* Establishes the text padding within the drop down */
	text-decoration: none;
	width: 100%;
	font-weight: bold;   /* ??? format of fonts in drop down levels below bar ??? */
}
#MenuTabs li {
    display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}

#MenuTabs li ul {
	display: none;
	position: absolute;
	left: 0;
	padding: 0;
	margin: 0;
	width: 18em;  /* Establishes the width of the drop down 13em wide was from Duane */
	background: transparent;
	border-top: 1px solid white; /*Do not remove!! - ?? color of top border of drop down box ?? */
}

#MenuTabs li>ul {
	top: auto;
	left: auto;
}

#MenuTabs li li {
	float: none;
	background-color: transparent;
	border: 0;
}

#MenuTabs li:hover ul, #MenuTabs li.over ul {
	display: block;
}
.nada
{
	margin: 0;
	padding: 0;
	clear: both;
}
/* ---( end drop-down menu )------------------------------- */

/* ---( drop-down menu - from center)------------------------------- */
#dropmenu
{
	color: #fff;
	background-color: #1d5898; /* noaa blue - color of main top border */
	/*background-color: #AD2E39;*/
	border-top: 1px solid #00f; /*Do not remove!! - color of top border*/
	border-bottom: 1px solid #00f; /*Do not remove!! - color of bottom border*/
	border-right: 1px solid #3f71a5; /*Do not remove!!*/
}
#MenuTabs li div {
	border: 1px solid #fff;
	border-width: 0 1px 0 0;
	color: #fff;
	background-color: transparent;
}
#MenuTabs li div a {
	color: #fff;
	background-color: #1d5898; /* noaa blue */
}
#MenuTabs li div a:hover {
	color: #fff;
	background-color: #11145c; /* drk blue - rollover color - main bar */
	text-decoration: underline;
}
#MenuTabs li li a {
	color: #fff;
	background-color: #1d5898; /* noaa blue */
}
#MenuTabs li li a:hover {
	color: #fff;
	background-color: #11145c;  /* drk blue - rollover color - drop downs */
	text-decoration: underline;
}
