#navigation {
	font-size:10px;
	list-style: none;
	padding: 0;
	margin: 0px 0 0;
	width:780px;
	white-space:nowrap;
	background-color: white;
}

#navigation a {
	font-weight: bold;
	color: green;
}

#navigation a {
	text-decoration: none;
}

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

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

#navigation li {
	white-space:nowrap;
	width:auto;
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	background-color: white;
	border: 1px solid #FFF;
	border-width: 0 1px 0 0;
	padding:5px 14px;
}
/*
li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}
*/
#navigation li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #7d6340;
}

#navigation a { font-size:14px;text-decoration:underline;}
#navigation a:hover {text-decoration:none;}
#navigation li>ul {
	top: auto;
	left: auto;
}

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

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

#navigation hr {
	display: none;
}