@font-face {
	font-family: 'UTMAvoBold';
	src: url('font/UTMAvoBold/UTMAvoBold.eot');
	src: url('font/UTMAvoBold/UTMAvoBold.eot') format('embedded-opentype'),  url('font/UTMAvoBold/UTMAvoBold.woff2') format('woff2'),  url('font/UTMAvoBold/UTMAvoBold.woff') format('woff'),  url('font/UTMAvoBold/UTMAvoBold.ttf') format('truetype'),  url('font/UTMAvoBold/UTMAvoBold.svg#UTMAvoBold') format('svg');
}
.ddsmoothmenusp-v {
	width: 100%;
	float: left;
	margin-top: 10px;
}
.ddsmoothmenusp-v ul {
	width: 100%;
	float: left;
}
.ddsmoothmenusp-v h2 {
	width: 100%;
}
.ddsmoothmenusp-v ul li {
	position: relative;
	width: 100%;
	float: left;
	/*background: url(../images/icon_li.png) no-repeat left; */
	list-style: none;
	font-family: 'RobotoRegular';
	font-size: 13px;
	line-height: 28px;
}
.ddsmoothmenusp-v ul >li:last-child {
	border: none;
}
/* Top level menu links style */
.ddsmoothmenusp-v ul li a {
	width: 100%;
	float: left;
	padding: 0px 0px 5px 0px;
	text-decoration: none;
	color: #565656;
	box-sizing: border-box;
	font-weight: normal;
}
.ddsmoothmenusp-v ul li ul li {
	
	padding-left: 10px;
	/*background: url(../images/icon_li.png) no-repeat left;*/
}
.ddsmoothmenusp-v ul li a:hover {
	color: #d30707;
}
/*Sub level menu items */
.ddsmoothmenusp-v ul li ul {
	box-shadow: none !important;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenusp-v ul li {
	float: left;
	height: 1%;
}
* html .ddsmoothmenusp-v ul li a {
	height: 1%;
}
/* End */
