#centeredmenu {
	margin: 0px; padding: 0px; width: 100%; clear: both; font-family: "Open Sans", Arial; font-size: 18px; float: left; position: relative; z-index: 1000;
}
#centeredmenu ul {
	list-style: none; margin: 0px; padding: 0px; right: 50%; float: right; position: relative; 
}
#centeredmenu ul li {
	margin: 0px 0px 0px 0px; padding: 0px; left: 50%; top: 1px; float: left; position: relative;
}
#centeredmenu ul li a {
	font-family: "Open Sans", Arial; background: rgb(218, 218, 218); margin: 0px; padding: 0.5em 2.10em 0.5em; color: rgb(88, 87, 86); line-height: 1em; font-size: 100%; font-weight:600; text-decoration: none; display: block;
}
#centeredmenu ul li.active a {
	background: rgb(0, 0, 0); color: rgb(255, 255, 255);
}
#centeredmenu ul li a:hover {
	background: #0F9AD8; color: rgb(255, 255, 255); 
}
#centeredmenu ul li:hover a {
	background: #0F9AD8; color: rgb(255, 255, 255); 
}
#centeredmenu ul li.hover a {
	background: #0F9AD8; color: rgb(255, 255, 255); 
}
#centeredmenu ul ul {
	left: 0px; top: 2em; width: 225px; right: auto; float: left; display: none; position: absolute;
}
#centeredmenu ul ul li {
	margin: 0px; left: auto; width: 100%; clear: left; float: left;
}
#centeredmenu ul ul li a {
	font-family: "Open Sans", Arial; background: rgb(218, 218, 218); width: 100%; color: #0F9AD8; line-height: 1.4em; font-size: 100%; text-align:left; font-weight: normal; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
#centeredmenu ul li.active li a {
	font-family: "Open Sans", Arial; background: rgb(218, 218, 218); width: 100%; color: #0F9AD8; line-height: 1.4em; font-size: 100%; text-align:left; font-weight: normal; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
#centeredmenu ul li:hover ul li a {
	font-family: "Open Sans", Arial; background: rgb(218, 218, 218); width: 100%; color: #0F9AD8; line-height: 1.4em; font-size: 100%; text-align:left; font-weight: normal; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
#centeredmenu ul li.hover ul li a {
	font-family: "Open Sans", Arial; background: rgb(218, 218, 218); width: 100%; color: #0F9AD8; line-height: 1.4em; font-size: 100%; text-align:left; font-weight: normal; border-bottom-color: rgb(204, 204, 204); border-bottom-width: 1px; border-bottom-style: solid; float: left;
}
#centeredmenu ul ul li a:hover {
	background: #0F9AD8; color: rgb(255, 255, 255); float: left;
}
#centeredmenu ul li.active ul li a:hover {
	background: #0F9AD8; color: rgb(255, 255, 255); float: left;
}
#centeredmenu ul li:hover ul li a:hover {
	background: #0F9AD8; color: rgb(255, 255, 255); float: left;
}
#centeredmenu ul li.hover ul li a:hover {
	background: #0F9AD8; color: rgb(255, 255, 255); float: left;
}
#centeredmenu ul ul.last {
	left: auto; right: 0px;
}
#centeredmenu ul ul.last li {
	right: 3.8em; float: right; position: relative;
}
#centeredmenu ul li:hover ul {
	display: block;
}
#centeredmenu ul li.hover ul {
	display: block;
}
