/*Menu */
.ddsmoothmenu {
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #fff;
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	z-index: 99999999;
}
.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;/*padding:0px 30px 0 30px;*/
	background: url(../images/nav-divider.gif) no-repeat 0 0;
}
.ddsmoothmenu ul li.nodivider {
	position: relative;
	display: inline;
	float: left;/*padding:0px 30px 0 30px;*/
	background: none;
}
.ddsmoothmenu ul li a.contact {
	padding: 17px 12px 13px 12px;
	display: block;
	font-family: "Myriad Pro";
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 0px;
}
.ddsmoothmenu ul li a.contact.selected {
	color: #fff;
	text-decoration: none;
	background-color: #cf0f16;
	padding: 17px 12px 13px 12px;
	margin: 0 0 0 0px;
}
.ddsmoothmenu ul li a.contact:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cf0f16;
	padding: 17px 12px 13px 12px;
	margin: 0 0 0 0px;
}
.ddsmoothmenu ul li a {
	padding: 17px 9px 13px 9px;
	display: block;
	font-family: "Myriad Pro";
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	margin: 0 0 0 0px;
}
* html .ddsmoothmenu ul li a {
	display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
}
.ddsmoothmenu ul li a.selected {
	color: #fff;
	text-decoration: none;
	background-color: #039735;
	padding: 17px 9px 13px 9px;
	margin: 0 0 0 0px;
}
.ddsmoothmenu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #039735;
	padding: 17px 9px 13px 9px;
	margin: 0 0 0 0px;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	padding: 0 0 0 0;
	display: none;
	visibility: hidden;
	background: #039735;
	margin: 1px 0 0 0px;
	z-index: -10000;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	padding: 0;
	background-image: none;
}
.ddsmoothmenu ul li ul li a {
	width: 215px;
	padding: 6px;
	margin: 0;
	text-align: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #db070f;
}
.ddsmoothmenu ul li ul li a.last {
	background: none;
}
.ddsmoothmenu ul li ul li a:hover {
	text-align: left;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #0b7ed7;
	padding: 6px;
	margin: 0;
}
.ddsmoothmenu ul li ul li a.selected {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.ddsmoothmenu ul li ul li ul {
	padding: 0;
	display: none;
	visibility: hidden;
	margin: 0;
	z-index: -10000;
}
.ddsmoothmenu ul li ul li ul li {
	width: 215px;
	margin: 0;
}
* html .ddsmoothmenu {
	height: 1%;
}
.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: auto;
	right: 5px;
}
.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
}
.toplevelshadow {
	opacity: 0.8;
}
