* {
	margin: 0;
	padding: 0;
}
#newsMenuBox {
position:absolute;
left:140px;
top:44px;
z-index:520;
}
.lineSpace {
padding-bottom:10px;
}
/* Image padding in flyout .underImage */
.newsImageTBR {
margin-bottom:5px;
margin-left:0px;
margin-right:10px;
margin-top:5px;
border:0;
}
.newsImageTB {
margin-bottom:5px;
margin-left:0px;
margin-right:0px;
margin-top:5px;
border:0;
}
/*arrow at end of menu*/
.arrow {
position:absolute;
right:0px;
padding-right:5px;
padding-top:2px;
}
/*News menu position*/
#mainnav {
	width: 820px;
	height: auto;
	color:#000;
}
/* -------------------------- */
/* We begin by styling the main navigation on the page... */
/* -------------------------- */
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #000;
	background-image: url(../images/TransparentBox75.png);
	background-repeat: repeat;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 9px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	display: block;
	padding: 5px 20px;
	color:#242424;	
	text-decoration: none;
}
/*#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}*/

#nav li {
	float: left;
	padding: 0;
	font-weight:bold;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	width: 140px;
	font-weight: normal;
	border: 1px solid #999;
	background-image: url(../images/TransparentBox75.png);
	background-repeat: repeat;
	background-color: #fff;
	margin: 0;
}
#nav li li {
	padding: 0;
	width: 140px; 
}
#nav li ul a {
	padding: 5px 10px;
	width: 120px;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 140px;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */

#nav li:hover, #nav li.sfhover {
	background-color: #ccc;
}

/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a:hover {
	background-color: #b90000;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #fff;
	background-color: #b90000;
}


#nav ul.underImage li {
	font-weight:normal;
	text-transform:none;
}
/* -------------------------- */

/*Image large flyout menu box*/
/* -------------------------- */
/* The dropdown links for large flyouts list colors */
#nav li ul.underImage {
	width: 290px;
}
#nav li ul.underimage {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	background-image: url(../images/TransparentBox75.png);
	background-repeat: repeat;
	margin: 0;
}
#nav li ul.underImage a {
	color: #000;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:normal;
	width:250px;
	padding:20px;
}
#nav li ul.underImage a:hover {
	background-color: #b90000;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.underImage li:hover a.daddy, #nav li ul.underImage li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.underImage li:hover, #nav li ul.underImage li.sfhover {
	color: #fff;
	background-color: #b90000;
	font-size:11px;
}


/*Shift flyout box to the left (Pelagic)------------------------------------*/
#nav ul.underImageLeft li {
	font-weight:normal;
	text-transform:none;
}
#nav li ul.underImageLeft {
	width: 290px;
}
#nav li ul.underImageLeft {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	background-image: url(../images/TransparentBox75.png);
	background-repeat: repeat;
	margin: 0;
}
#nav li ul.underImageLeft a {
	color: #000;
	background-color:#FFFFFF;
	font-size:12px;
	line-height:normal;
	width:250px;
	padding:20px;
}
#nav li ul.underImageLeft a:hover {
	background-color: #b90000;
	color: #fff;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.underImageLeft li:hover a.daddy, #nav li ul.underImageLeft li.sfhover a.daddy {
	color: #fff;
}
#nav li ul.underImageLeft li:hover, #nav li ul.underImageLeft li.sfhover {
	color: #fff;
	background-color: #b90000;
	font-size:11px;
}
/*________________________________________________________________




