@charset "utf-8";
/* CSS Document */
#navigation {
position: absolute;
width: 197px;
z-index: 1;
}
#navigation ul {
list-style: none;
margin: 0;
padding: 0;
}
#navigation li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
}
#navigation li a:link, #navigation li a:visited {
font-size: 80%;
display: block;
padding: 0.4em 0 0.4em 0.5em;
border-left: 12px solid #862675;
border-right: 1px solid #FFFFFF;
background-color: #DFD8CD;
color: #8a7a67;
text-decoration: none;
}
#navigation li a:hover {
background-color: #FFFFFF;
color: #8a7a67;
}
#navigation ul ul {
margin-left: 12px;
}
#navigation ul ul li {
border-bottom: 1px solid #FFFFFF;
border-top: 1px solid #FFFFFF;
margin:0;
}
#navigation ul ul a:link, #navigation ul ul a:visited {
background-color: #DFD8CD;
color: #8a7a67;
}
#navigation ul ul a:hover {
background-color: #DFD8CD;
color: #8a7a67;
}
/*------------------------------------------------------------landing page-------------------------------------*/
#navland {
	position: absolute;
	top: 100px;
	left: 300px;
	z-index: 0;
	
/*}

#navlanding-swf img{
	position: absolute;
	left:10px;
}

#navlanding-swf {
	position: absolute;
	top: 0;
	left: -50px;	
*/}

#content_landing {
	float: left;	
	width: 599px;
	height: 426px;
	background:transparent url(/images/home.jpg) no-repeat;
/*}

#btm_landing {
	position: relative;
	margin-top: 199px;
}

#btm_landing img {
	display: block;
}