.ddsmoothmenu{
	width:100%;
	height:100px;
	position:relative;
	z-index: 999;
	/*background:#EBB956;*/

}

.ddsmoothmenu ul{
	position:relative;
	width:100%;
	margin:0 auto;
	z-index:9999;
	list-style-type: none;
	height:100px;

}

/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline;
	float: left;
	line-height:20px;
	height: 100px;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	text-align: center;
    justify-content:center;
    align-content:center;
    flex-direction:column;
    width: 10%;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a {
	color:#999;
	display: block;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	text-align: center;
	font-size: 0.9vw;
	font-family:'Roboto-Light';
	background:url(../images/ke.jpg) no-repeat right center;
	text-transform: uppercase;
}
.ddsmoothmenu ul li a.after{
	padding:0px 30px 0px 30px;
	color:#000;
	background:none;
}
.ddsmoothmenu ul li a.after:hover{
	color:#000;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a:hover { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
	color:#000;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	position: absolute;
	left:0;
	border-radius:0;
	padding:0;
	margin-top:0px;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	width:220px;
	box-shadow: 0px 3px 3px #000;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
border-right: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
	top: 0;
	margin:0;
	padding:0;
	margin-left:0px;
	margin-top:-1px;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	text-align: left;
	background: none;
	padding:0px;
	text-transform:none;
	border-top: 1px solid #999;
	padding-left:10px;
	color:#000;
}

.ddsmoothmenu ul li ul li a.selected, .ddsmoothmenu ul li ul li a:hover {
	font-weight: 100;
	color:#fff;
	background:#FF3D00;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.5;
}

/* menu */
