body
		{
	margin: 0;
	padding: 0;
	font-size: 90%;
	font-family: arial, helvetica, sans-serif;
	behavior: url("/css/csshover3.htc");
	overflow:hidden;
		}
	
#header
		{
	height: 102px;
	background-image: url(http://www.eaglesridge.com/BG4log.gif);
		}
#content {
	padding:0;
	height: 303px;
	}
		
#left
		{
	background-image: url('http://www.eaglesridge.com/images/no_logo/new_01.jpg');
	background-repeat:no-repeat;
	background-position:top;
	width: 192px;
	height: 303px;
	padding: 0;
	margin: 0;
	left:auto;
		}
#right
		{
	background-image: url('http://www.eaglesridge.com/images/no_logo/new_02.jpg');
	background-repeat:no-repeat;
	height: 303px;
	border: 0px solid red; 
	float: none; 
	margin-left: 192px; 
	margin-top: -303px;
		}
		
#menu  {
	margin-left: 5px;
	padding-top: 15px;
	} 
#video {
	margin-left:120px; 
	margin-top:15px;
}
#footer
		{
	background-image: url('http://www.eaglesridge.com/images/no_logo/new_03.jpg');
	background-repeat:no-repeat;
	height: 657px;
	margin: 0;
	float:none;
	border: 0px solid red;
	
		}
		
h1
		{
			margin: 0;
			padding: 5px;
		}
		
h2
		{
			margin-top: 0;
			padding-top: 7px;
		}
		
h2, p {
	margin-left: 7px;
	margin-right: 7px;
		}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:180px;
}

ul li {
	font: bold 11pt "Times New Roman", Times, serif;
	height:100%;
	background:#fff8e5;
	border:1px solid #000;
	position: relative;
	float:left;
	width:100%;
	}
	
ul li ul li{
	background:#fff8e5;
	width:100%;
	}

ul li a{
	display:block;
	padding-left:3px;
	padding-top:2px;
	padding-bottom:2px;
	}

ul li a:hover {
	background: #e0d0b6;
	border-right:1px solid #000;
	border-left:1px solid #000;
}

ul li ul li a:hover{
	background: #e0d0b6;
	border-left:1px solid #000;
		display:block;
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:180px;
}
a {
	color: #000;
	text-decoration: none;
}

