#menu {
	margin: 0 auto;
	padding-top: 15px; 
	background: black;
	/* ie height */
	width:740px;
	height: 57px;	
	/* IE box model hack */	
	voice-family: "\"}\"";
	voice-family: inherit;
	/* correct css */
	height: 20px; 
}
/* #botmenu {
    position: absolute;
    top: 50px;
} */

div#nav {
	float: left;
	background: black;
 	width: 740px; 
}
div#nav ul {
	margin:0;
	padding:0;
	font-family: "Century Gothic", Verdana, Arial, sans-serif;
	font-weight: bold;
}
div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
}
div#nav li li {
	position:relative;
	list-style: none;
	margin: 0;
}
div#nav ul.level1 li:hover { 
	background:#ed2e38;
}
div#nav ul.level2 li:hover { 
	background: black;
	color: #ed2e38
}
div#nav ul.level1 li ul.level2 li:hover a { 
	color: #ed2e38;
}
div#nav ul.level1 li:hover a { 
	color: white;
}
div#nav ul ul {
	position: absolute;
	display: none;
	left: -25px;
}
div#nav ul.level1 li a {
	display: block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration: none;
	color:white;
	width: 140px;
	text-align: center;
}
div#nav ul.level2 li a {
	width: 75px;
	line-height: 80%;
}
div#nav ul.level1 li:hover ul.level2  {
	display: block;
}
