ul.dropdown {
	background-color: #A5BFCC;
	float: left;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	z-index: 597;
	width: 1000px;
	text-align: center;
}
ul.dropdown li:hover > ul {
	visibility: visible;
	padding-left: 0px;
	padding-right: 0px;
}
ul.dropdown ul li {
	float: none;
}

ul.dropdown ul {
	background-color: #A5BFCC;
	width: 150px;
	list-style-image: none;
	list-style-type: none;
	position: absolute;
	visibility: hidden;
	z-index: 598;
	top: 100%;
	text-align: center;
}

ul.dropdown a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
ul.dropdown a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
ul.dropdown ul ul {
	left: 99%;
	top: 1px;
}

ul.dropdown a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
ul.dropdown li {
	line-height: normal;
	vertical-align: middle;
	float: left;
	padding-top: 7px;
	padding-bottom: 7px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: 999999;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	text-align: center;
	width: auto;
	padding-right: 20px;
	padding-left: 20px;
}
ul.dropdown li:hover {
	background-color: #CCCCCC;
	position: relative;
	z-index: 599;
}
#nav {
	width: 974px;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	font-size: 12px;
	color: #FFFFFF;
}
a:visited {
	font-size: 12px;
	color: #FFFFFF;
}
