.menu {
	z-index: 100;
}

.menu a {
	font-size: 10px;
	font-weight: bold;
	color: #333;
	display: block;
	text-decoration: none;
	padding-left: 16px;
	background-color: #f6f6f6;
	height: 25px;
	line-height: 25px;
}

.menu a:hover {
	color: #ED174B;
	background-color: #eee;
}

.menu a.special-link {
	background-color: #fee;
}

.menu a.special-link:hover {
	background-color: #fdd;
}

/* Drop Down Menu Container Locations (IE) */

* html #menu1Container {
	left: 20px;
}

* html #menu2Container {
	left: 108px;
}

* html #menu3Container {
	left: 190px;
}

* html #menu4Container {
	left: 258px;
}

* html #menu5Container {
	left: 334px;
}
