#nav-bar-wrapper {
	height: 45px;
	width: 896px;
}
ul#navigation {
	height: 45px;
	list-style-type: none;
	position: absolute;
	z-index: 10;
	width: 896px;
	background-color: #fdfcfc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f4f2f2;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f4f2f2;
}
ul#navigation a {
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	display: block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fdfcfc;
}
ul#navigation a:hover {
	font-weight: bold;
	color: #F60;
	text-decoration: none;
	display: block;
	text-align: center;
}
ul#navigation li {
	position: relative;
	float: left;
	background-color: #fdfcfc;
	width: 135px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
ul#navigation li ul {
	margin:0;
	list-style-type:none;
	display:none;
	height: 45px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
ul#navigation li ul a{
	font-family: Arial, sans-serif, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	display: block;
	height: 45px;
	background: #E37A26;
	border-bottom: 1px solid #333;
	line-height: 45px;
}
ul#navigation li ul a:hover {
	font-family: Arial, sans-serif, Helvetica;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
	text-align: center;
	display: block;
	border-bottom: 1px solid #333;
}
ul#navigation li:hover ul {
	float: left;
	position: relative;
	display: block;
	z-index: 1;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
}
