﻿-html ol.navigation a{
	height: 0px;
}
#naviation{
	padding: 0px;
	margin: 0px;
	background-image: url('../images/rednewwaves.jpg');
	background-repeat: repeat-x;
	float: left;

}
#navigation li {
	width: 140px;
	
}

#navigation ol {
	padding: 0px;
	margin: 1px 2px 0px 0px;
	list-style-type: none;
	font-size: small;
	font-family: papyrus;
	width: 140px;
	vertical-align: middle;
	text-align: left;
	height: 28px;
}
#navigation ol li ol {
	float: left;

}/* ol li ol are the second level*/
#navigation ol li a {
	display: block;
	border-left: thin none #000000;
	border-right: thin none #000000;
	border-top: thin solid #000000;
	border-bottom: thin none #000000;
	background-image: url('../images/_buttonrednewwaves.jpg');
	color: #FFFF99;
	text-decoration: none;
	padding: 5px 3px 5px 0;
	background-color: #800000;
	text-align: left;
	text-indent: 8px;
}
/*  the left below is the offfset    */
#navigation ol ol{
	position: absolute;
	left: 133px;
	top: 0px;
	display: none;
	width: 1700px;
	visibility: hidden;
	z-index: 98;
}
/* above is the offset for the second layer of menus OL OL not sure why 100 works here should be same width as first menu*/

#navigation ol li {
	position: relative;	
}
#navigation li.over ol {
	border-style: solid none solid none;
	border-width: thin;
	border-color: #FFFF99;
	display: block;
	color: #FFFFFF;
	font-style: italic;
	font-weight: 100;
	font-size: x-small;
}
#navigation li:hover ol {
	display: block;
	color: #FFFFFF;
	font-style: italic;
	visibility: visible;
	font-size: small;
}
 - ol.navigation li {
	display: inline;
}
/* Fix IE. Hide from IE Mac \*/
* html ol li { float: left; }
* html ol li a { height: 1%; }


/* Styles for Footer */
#footer {
	float: none;
	text-align: center;
	width: 100%;
	background-color: #800000;
	clear: both;
}
#footer >div{
	background-color: #800000;
	}

#footer p {
	font-size: small;
	text-align: center;
	margin: 0px;
	padding: 1px;
	color: #FFFF99;
}
#footer a:visited {
	color: #FFFF99;
	text-decoration: underline;
}
#footer a:link {
	color: #FFFF99;
	text-decoration: underline;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-size: .75em;
	color: #FFFFFF;
	padding: 12px;
	font-family: arial, Helvetica, sans-serif;
}
.new{
	border: none;
}
}

/* End */

