.ddsmoothmenu {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.ddsmoothmenu ul {
	z-index: 100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	justify-content: space-between;
}

.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin-right: 0;
	/* Divide number of items by 98.8 */
	/* Four items across */
	/*width: 24.7%;*/
	/* Five items across */
	width: 19.85%;
	/* Six items across */
	/*width: 16.46666666666667%;*/
}

.ddsmoothmenu ul li a {
	display: block;
	color: #fff;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #00a05f;
	background-image:
		url(menu-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #69a88f
}

.ddsmoothmenu ul li.ez a {
	display: block;
	color: #fff;
	padding: 8px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #6E267B;
	background-image:
		url(ezpass-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #765676
}

* html .ddsmoothmenu ul li a {
	display: inline-block
}

.ddsmoothmenu ul li a:link,.ddsmoothmenu ul li a:visited {
	color: #fff
}

.ddsmoothmenu ul li a.selected {
	background: #9ecf9e;
	color: #fff
}

.ddsmoothmenu ul li a:hover {
	background: #004d2d;
	color: #fff
}

.ddsmoothmenu ul li.ez a:hover {
	background: #320132;
	color: #fff
}

.ddsmoothmenu ul li ul {
	top: 36px !important;
	margin: 4px 0 0 0;
	position: absolute;
	left: 0;
	display: none;
	visibility: hidden;
	background: #004d2d;
	padding: 5px 0 5px 5px
}

.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
	margin: 0;
	padding: 0
}

.ddsmoothmenu ul li ul li ul {
	top: 0 !important;
	margin-left: 10px
}

.ddsmoothmenu ul li ul li a {
	background-image: none;
	background-color: #004d2d;
	font: normal 14px Verdana;
	width: 210px;
	padding: 5px;
	margin: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 1px dashed #00a05f;
	border-radius: 0
}

.ddsmoothmenu ul li ul li.ez a {
	display: block;
	color: #fff;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: #6E267B;
	background-image:
		url(ezpass-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: none
}

.ddsmoothmenu ul li ul li a:hover {
	background-color: #00a05f
}

* html .ddsmoothmenu {
	height: 1%
}

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px
}

.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px
}

.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver
}

.toplevelshadow {
	opacity: .8
}

#menu-icon {
	display: none
}

/*@media only screen and (min-width:768px) {*/
@media only screen and (min-width:1024px) {
	#CMSListMenu1 {
		display: flex;
	}
}

/*@media only screen and (max-width:767px) {*/
@media only screen and (max-width:1023px) {
	#menu-icon {
		width: 78px;
		height: 31px;
		background: #fafafa
			url(menu-arrow.png)
			50% 27px no-repeat;
		cursor: pointer;
		border: solid 1px #ececec;
		text-align: center;
		font: 12px/15px 'Arimo', sans-serif;
		text-transform: uppercase;
		color: #444;
		display: block;
		float: right;
		margin: 0;
		padding: 10px 0 0 0;
		position: relative;
		-webkit-transition: all .5s ease;
		-moz-transition: all .5s ease;
		-o-transition: all .5s ease;
		transition: all .5s ease
	}
	#menu-icon span {
		display: block;
		background:
			url(bottom-menu-hover.jpg)
			0 0 repeat-x;
		height: 5px;
		width: 100%;
		left: 0;
		bottom: -1px;
		right: 0;
		position: absolute;
		z-index: 3
	}
	#menu-icon:hover {
		background-color: #f4f4f4
	}
	#menu-icon.active {
		background-color: #00a05f;
		color: #fff
	}
	.ddsmoothmenu ul,.tmCMSListMenuUL {
		clear: both;
		position: absolute;
		/*top: 6px;*/
		width: 225px;
		z-index: 10000;
		display: none;
		background: #00a05f;
		padding: 0
	}
	.tmCMSListMenuUL {
		right: 0;
	}
	.ddsmoothmenu ul li {
		clear: both;
		float: none;
		margin: 0;
		width: auto;
		padding: 0;
		background: #00a05f;
		border: none;
		display: block
	}
	.ddsmoothmenu ul li ul li {
		float: none;
		width: auto;
		display: block
	}
	.ddsmoothmenu ul li ul li a {
		width: auto;
		display: block
	}
	.ddsmoothmenu ul li ul {
		top: 0 !important;
		margin: 0;
		position: relative;
		display: none;
		visibility: hidden;
		background: #004d2d;
		padding: 0
	}
}

@media only screen and (max-width:480px) {
	.ddsmoothmenu,.tmCMSListMenuUL {
		margin-top: 0;
		top: 0;
	}
}
@media only screen and (min-width:481px) and (max-width:767px) {
	.ddsmoothmenu,.tmCMSListMenuUL {
		top: -12px;
	}
}
@media only screen and (min-width:768px) {
	.ddsmoothmenu,.tmCMSListMenuUL {
		top: 2px;
	}
}