#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

#menu {
	float:left;
	text-align:center;
	width:871px;
}

#menu li {
	float: left;
	position: relative;
}

#menu a {
	background-color:#000000;
	color:#FFFFFF;
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:1.2em;
	height:2.5em;
	line-height:2.5em;
	width:120px;
	text-decoration:none;
}

#menu li:hover > a {
	color: #c40606;
	background-color: #000000;
}

#menu li ul {
	display: none;
}

#menu li:hover > ul {
	display: block;
	position: absolute;
	height: 2.5em;
	top: 2.5em;
	left: 0px;
}

#menu > li:hover > ul {
	left: 0px;
	top: 2.5em;
}

/* IE Fix */
/*
<!--[if IE 6]>
<style type="text/css" media="screen">
body {
behavior: url(../java/csshover.htc);
}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

</style>
<![endif]-->
*/

