#content {
	width: 34em;
	background-color: #f4ecd9;
	padding: 1em 0;
	border: 6px double #7d6340;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 32em;
}
html>body #content {
	width: 32em;
} 

a {text-decoration: none;}
a.menu:link    {color: #080;}
a.menu:visited {color: #790;}
a.menu:active  {color: red;}
a.menu:hover   {text-decoration: underline;}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: #eee;
	font-size: 12px;
}

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #eee;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 5px solid #5088c5;
	border-width: 0 9px;
}

li {
	float: left;
	position: relative;
	width: 18em;
	text-align: center;
	cursor: default;
	background-color: black;
	border: 1px solid #5088c5;
	border-width: 1px 1px;
        z-index: 1999;
}

li#first {
	border-left-width: 1em;
	width: 8em;
}

li#last {
	border-right-width: 1em;
	width: 8em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;

	font-weight: normal;
	background: url(../images/ddbg3.gif) bottom left no-repeat;
	padding: 10px 1px 10px 1px;
	margin-left: -1px;
	border-right: solid 1px #5088c5;
}

li>ul {
	top: auto;
	left: 1;
}

li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}
