@charset "utf-8";
/* CSS Document */

#navigation {
	background-color: #ffffff;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B09984;
	padding-bottom: 15px;
	padding-left: 75px;
	z-index: 3000;
	padding-top: 10px;
	background-image: url(../images/ddbg3.gif);
	background-repeat: no-repeat;
}

#nav a {
	font-weight: normal;
	color: #582700;
	font-size: 1.2em;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #582700;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #7d6340;
	border-width: 0 5px;
}

#nav li {
	float: left;
	position: relative;
	width: 6.5em;
	text-align: center;
	cursor: default;
	
}



#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
	background-image: url(../images/ddbg3.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#nav li>ul {
	top: auto;
	left: auto;
}

#nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#nav li:hover ul, li.over ul {
	display: block;
}

