ul#menu, ul#menu li ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul#menu {
	float: left;
	border: 1px solid black;
	border-left-width: 0;
}
ul#menu li {
	width: 123px;
	float: left;
	border-left: 1px solid black;
	background-color: #fff;
}
ul#menu li a {
	display: block;
	padding: 0px 4px;
	color: white;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}
ul#menu li a:hover {
	background-color: #cf3a33;
}
ul#menu li ul {
	position: absolute;
	margin-top: 0px;
	margin-left: -1px;
	display: none;
	border: 1px solid black;
	border-bottom-width: 0;
}
ul#menu li ul li {
	float: none;
	border-bottom: 1px solid black;
	border-left-width: 0;
}
ul#menu li ul li ul {
	margin-top: -18px;
	margin-left: 100px;
/*
ul#menu li:hover>ul {
	display: block;
}
*/

</style>
<!--[if lte IE 6]>
<style type="text/css">

/* IE <= 6 CSS fixes, hopefully IE7 will do a better job */

ul#menu li ul li {
	float: left;
	clear: both;
}
ul#menu li a {
	height: 1%;
}
<![endif]-->
<!--[if lt IE 6]>
<style type="text/css">

/* IE5.x boxmodel fixes */

ul#menu li ul li {
	width: 122px;
}

</style>
<![endif]-->
