@charset "utf-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
ul.dropdown {
	background-color: #000;
	padding: 0px;
	float: left;
	list-style-image: none;
	list-style-type: none;
	text-align: center;
	width: 975px;
	overflow: visible;
	color: #FFF;
	margin: 0px;
	font-size: 13px;
	position: absolute;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #999;
	border-bottom-color: #F00;
	border-left-color: #999;
}
ul.dropdown a:link {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
ul.dropdown a:visited {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
ul.dropdown a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #F00;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
ul.dropdown ul {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	width: auto;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 598;
	left: 0px;
	top: 100%;
	color: #FFF;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
ul.dropdown li {
	line-height: 1.3em;
	vertical-align: middle;
	margin: auto;
	float: left;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	list-style-image: none;
	list-style-type: none;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #666;
	width: 121px;
}
ul.dropdown li:hover {
	position: relative;
	z-index: 599;
	color: #FFF;
	background-color: #333;
	text-align: center;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
