#menu {
	width: 36em;
	background-color: #FFF;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 34em;
	font-size: .9em;
	/*text-transform: uppercase;*/
	margin-bottom:20px;
}

html>body #menu {
	width: 34em;
}


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

#nav a {
	font-weight: normal;
	color: #456;
}

#nav a {
	text-decoration: none;
}

#nav a:hover {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	padding: 0.4em 3px;
	color: #456;
}

#nav li li a:hover {
	padding: 0.4em 3px;
	border-width: 0;
	color: #C00;
}

#special a:hover {
	text-decoration: none; color: #C00;
}


#nav li {
	float: left;
	position: relative;
	width: 8em;
	padding: 3px 0;
	text-align: center;
	cursor: default;
	border: 3px double #099;
	border-width: 0 0 0 3px;
}


#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width:7.8em;
	font-weight: normal;
	background-color: #E9E9FF;
	opacity:0.85;filter:alpha(opacity=85);
	margin-top: 0px;
	border-bottom: solid 1px #0BB;
	border-top: solid 1px #0DD;
	border-right: solid 1px #0BB;
	border-left: solid 1px #0BB;
}

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

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

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