.upper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: capitalize;
	color: #3F402F;
	font-weight: bold;
	background-color: inherit;
}

a.upperLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3F402F;
	text-decoration: none;
	background-color: inherit;
}
a.upperLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: underline;
	background-color: inherit;
}
a.upperLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #3F402F;
	text-decoration: none;
	background-color: inherit;
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DFDEC1;
	font-weight: bold;
	text-decoration: none;
	vertical-align: text-top;
	background-color: inherit;
	}
#nav a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #AC9F8F;
	text-decoration: underline;
}

#nav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #DFDEC1;
	text-decoration: none;
}

#nav li li a {
	display: block;
	color: #767A58;
	background-color: #AFB397;
	border: 1px solid #767A58;
	padding: 0.25em 5px;
	margin: 0px;
	height: 100%;
	width: 10em;

	}

#nav li li a:hover {
	text-decoration: underline;
	color: #808040;
}

#nav li li a:visited {
	color: #767A58;
}

li#first {
	float: left;
	position: relative;
	text-align: left;
	cursor: default;
	width: auto;
	padding-right: 8px;
	padding-left: 8px;

}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 1px 0 1em 0;
}

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


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

#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;}

#sddm li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 9px arial;}

#sddm li a
{	display: block;
	margin: 0px 4px;
	padding: 0px;
	width: auto;
	background:none;
	color: #DFDEC1;
	text-align: center;
	text-decoration: none;}

#sddm li a:hover
{	background:none; text-decoration: underline; color:#ac9f8f;}

#sddm div
{	position: absolute;
	visibility: hidden;
	margin: 10px 0px 0px 0px;
	padding: 0;
	background: #afb397;
	border: 1px solid #767a58;}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: afb397;
		color: #575a44;
		font:bold 10px arial;
		border-bottom: 1px solid #767a58;}

	#sddm div a:hover
	{	background: #afb397;
		color: #575a44; text-decoration:underline;}


