#contenttab {
	position:absolute;
	left:1011px;
	top:475px;
	width:170px;
	height:120px;
	z-index:12;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
#Logo {
	position:absolute;
	left:22px;
	top:8px;
	width:115px;
	height:205px;
	z-index:1;
}


html,body{
	margin:0;
	padding:0;
}
div#header{
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:225px;
	background-image: url(LakelinePictures/HeaderBackground5.jpg);
	background-repeat: repeat-y;
	background-position: left;
	background-color: #1D9EFC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
div#footer{
	margin:0;
	padding:5px 10px;
	background-color: #330000;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #CCCCCC;
	height: 12px;
	vertical-align: middle;
}

div#wrapper{
	float:left;
	width:100%;
	background-color: #EED7AA;
	z-index: 3;
}
div#content{
	background-color: #6CA276;
	height: 550px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	overflow: auto;
	text-align: center;
	position: relative;
	left: 170px;
	width: 835px;
}
#corner {
	background-image: url(LakelinePictures/CornerImage.gif);
	background-repeat: no-repeat;
	position: absolute;
	left: 170px;
	top: 80px;
	width: 78px;
	height: 66px;
	z-index: 11;
}


#container #wrapper #content #corner {
	position: relative;
	background-image: url(LakelinePictures/CornerImage.gif);
	background-repeat: no-repeat;
	width: 50px;
	height: 50px;
	left: 0px;
	top: 0px;
}


#container #wrapper #content #links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding-top: 30px;
}


div#navigation{
	width:163px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #EED7AA;
	float: left;
	height: 345px;
	padding-left: 5px;
	padding-top: 150px;
	position: absolute;
	z-index: 10;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 0px solid #ccc;
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 149px; /*Set 1px less than menu width */ 
	top: 0; 
	display: block; 
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 
