/*******************************************************************************

	Project		:	Leisure Lodge Resort
	Copyright	:	Design - hundertmorgen - www.hundertmorgen.de

*******************************************************************************/

body {
	background-color: white;
    background-image: url('back_golf.jpg');
	background-repeat: repeat-x;
  }

a:hover { outline-style: none; }

/*	Navigation vertical - 
------------------------------------------------------------------------------*/
#box3{
	background: #B4F0C4;
}
	#box1{
		width: 100%; 
		overflow: hidden;
		margin: 0; 
		list-style-type: none;
		text-align: left;
		}

	#box1 a { display:block; text-decoration: none; }
	#box1 li { float:left; width: 100%; margin:0; padding: 0; }

	#box1 ul.nav1st {
		list-style: none;
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
	}

	#box1 ul.nav1st li {
		display: block; 
		font-size: 0.75em;
		font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
		font-weight:normal;
		text-transform: uppercase;
		margin: 0;
		padding: 0;	
		border-bottom: 2px solid #fff; 	
	}

	#box1 ul.nav1st a, 
	#box1 ul.nav1st a:link {
		background: #0F7A2C;
		color:#fff;
		text-decoration: none;
		font-weight: bold;
		display:block;
		line-height: 33px;
		padding: 0 0 0 15px;
	}

	#box1 ul.nav1st a.active, 
	#box1 ul.nav1st a.active:link {
		background: #B4F0C4;
		color:#020202;
		text-decoration: none;
		font-weight: bold;
		display:block;
		line-height: 33px;
		padding: 0 0 0 15px;
	}

	#box1 ul.nav1st a:hover {
		background: #D3FFE4;
		color:#020202;
		text-decoration: none;
		font-weight: bold;
		display:block;
		line-height: 33px;
		padding: 0 0 0 15px;
	}

	#box1 ul.nav2nd {
		list-style: none;
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
	}

	#box1 ul.nav2nd li {
		font-size: 0.9em;
		font-weight:normal;
		margin: 0;
		padding: 0;
		border: none;
	}

	#box1 ul.nav2nd a, 
	#box1 ul.nav2nd a:link {
		background: #B4F0C4;
		color:#020202;
		text-decoration: none;
		display:block;
		font-weight: normal;
		line-height: 16px;
		margin-top:-3px;
		padding: 3px 16px 8px 22px;
	}

	#box1 ul.nav2nd a.active, 
	#box1 ul.nav2nd a.active:link {
		background: #D3FFE4;
		color:#020202;
		text-decoration: none;
		display:block;
		font-weight: normal;
		line-height: 16px;
		margin-top:-3px;
		padding: 3px 16px 8px 22px;
	}

	#box1 ul.nav2nd a:hover {
		background: #B4F0C4;
		color:#020202;
		text-decoration: none;
		display:block;
		font-weight: bold;
		line-height: 16px;
		margin-top:-3px;
		padding: 3px 16px 8px 22px;
	}

	#box1 ul.nav3rd {
		list-style: none;
		position: relative;
		left: 0;
		top: 0;
		margin: 0;
		padding: 0;
	}

	#box1 ul.nav3rd li {
		font-size: 1.0em;
		font-weight:normal;
		margin: 0;
		padding: 0;
	}

	#box1 ul.nav3rd a, 
	#box1 ul.nav3rd a:link {
		background: #BED976;
		color:#fff;
		text-decoration: none;
		display:block;
		font-weight: normal;
		line-height: 24px;
		padding: 0 16px 0 22px;
	}

	#box1 ul.nav3rd a.active, 
	#box1 ul.nav3rd a.active:link {
		background: #BED976;
		color:#fff;
		text-decoration: none;
		display:block;
		font-weight: normal;
		line-height: 24px;
		padding: 0 16px 0 22px;
	}

	#box1 ul.nav3rd a:hover {
		background: #BED976;
		color:#444;
		text-decoration: none;
		display:block;
		font-weight: normal;
		line-height: 24px;
		padding: 0 16px 0 22px;
	}



/* ### Breadcrump Navigation #################################################### */

#sitePath {
	float:left;
	padding-left:20px;
	color:#c4d4dc;
	background: inherit;
}

#sitePath a, #sitePath a:link {
	color:#c4d4dc;
	background: inherit;
	text-transform:none;
}
