#menu {
	width: 49em;
	background-color: #FFF;
	margin: auto;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 47em;
	font-size: .8em;
	text-transform: uppercase;
	margin-bottom:20px;
}

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


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

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

#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: #000;
}

#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: 9em;
	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:8.8em;
	font-weight: normal;
	background-color: #E9E9FF;
	margin-top: 0px;
	border-bottom: solid 1px #099;
	border-top: solid 1px #0CC;
	border-right: solid 1px #099;
	border-left: solid 1px #099;
}

/* #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;
}