.ddsmoothmenu{
	width: 100%;
}

.ddsmoothmenu ul{
	z-index:100;
}

.ddsmoothmenu ul li{
	position: relative;
	display: inline;

}

.ddsmoothmenu ul li a{
	display: block;
	text-decoration: none;
}

.ddsmoothmenu ul li ul li a{
	background: #9b44a2;
	cursor: pointer;
	color: #FFFFFF;
	text-align: left;

}

* html .ddsmoothmenu ul li a{ 
	display: inline-block;
}

.ddsmoothmenu ul li ul li a.selected{ 
	background: #61cef7;
	color: white;
}

.ddsmoothmenu ul li ul li a:hover{
	background: #61cef7;
	color: white;
}
	


.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}

.ddsmoothmenu ul li ul li ul{
	top: 0;
	margin-top: 0px;
	margin-left: 0px;
}

.ddsmoothmenu ul li ul li a{
	/*width: 100%; 
	padding: 0px;*/
	width: 140px;
	padding:5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #F4E7F5;
	text-align: left;
}

.ddsmoothmenu ul li ul li ul li a{
	/*width: 200%; 
	min-width: 80px;
	padding: 5px;*/
	width: 150px;
	padding:5px;
	margin: 0;
	border-top-width: 0;
	border-bottom: 1px solid #E2F7FE;
	text-align: left;
	background: #61cef7;
	color: white;
}


* html .ddsmoothmenu{height: 1%;} 


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

.rightarrowclass{
	position: absolute;
	top: 7px;
	right: 5px;
	display:none;

}


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

.toplevelshadow{ 
	opacity: 0;
}

@media (min-width: 1281px) { 

.ddsmoothmenu ul li ul{
	position: absolute;
	display: none; 
	visibility: hidden;
	margin-top: 10px;
}

}

@media (min-width: 1025px) and (max-width: 1280px) {

.ddsmoothmenu ul li ul{
	position: absolute;
	display: none; 
	visibility: hidden;
	margin-top: 10px;
}

}

@media (min-width: 771px) and (max-width: 1024px) {

.ddsmoothmenu ul li ul{
	position: absolute;
	display: none; 
	visibility: hidden;
	margin-top: 5px;
}

}
@media (min-width: 571px) and (max-width: 770px) {

.ddsmoothmenu ul li ul{
	position: absolute;
	display: none; 
	visibility: hidden;
	margin-top: 5px;
}

}