#cssmenu {
	display: block;
	float: left;
}
#cssmenu ul {
	list-style: none;
}
.menu-icon a {
	text-decoration: none;
	color: rgba(255,255,255,0.00);
}
#cssmenu ul li img  {
	width: 40px;
	padding-bottom: 20px;
	padding-right: 50px;
	margin-left: -20px;
	filter: alpha(opacity=95);
	opacity: 0.95;
}
#cssmenu li ul {
	display: none;
	height: auto;
	position: absolute;
	z-index: 200;
	filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
}
#cssmenu li:hover ul {
	display: block;
	width: 85%;
	max-width: 1200px;
	margin-top: -20px;
	margin-left: -20px;
	padding-top: 20px;
	padding-right: 40px;
	background-color: rgba(255,255,255,0.95);
}
#cssmenu li ul a {
	line-height: normal;
}
#submenu #smhome {
	display: block;
	width: 100%;
	float: none;
	clear: both;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	padding-bottom: 20px;
	font-weight: 700;
}
#smhome a {
	color: rgba(120,41,126,1.0);
	text-decoration: underline;
}
#smhome a:hover {
	color: rgba(0,0,0,1.0);
	text-decoration: none;
}
#submenu #sm1 {
	display: block;
	width: 100%;
	float: left;
	clear: both;
}
#submenu #sm2 {
	float: left;
	width: 33%;
	min-width: 240px;
	padding-bottom: 20px;
}
#submenu #sm2 h1 {
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 24px;
	font-weight: 800;
	color: rgba(120,41,126,1.0);
	padding-left: 10px;
}
#submenu #sm2 a {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-align: left;
	font-weight: 400;
	padding: 10px;
	color: #000000;
	text-decoration: none;
	display: block;
}
#submenu #sm2 a:hover {
	background-color: rgba(120,41,126,1.0);
	color: #FFFFFF;
}
#submenu #sm2 img {
	height: 16px;
	width: auto;
}
#submenu #sm2 a:hover img {
	filter: grayscale(1);
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width : 1000px) {

#cssmenu ul {
	margin-left: 0px;
}

}

@media all and (max-width : 640px) {

#cssmenu li:hover ul {
	width: 85%;
	padding-right: 0px;
}
#submenu #sm1 {
	width: 90%;
}
#submenu #smhome {
	text-align: center;
}
#submenu #sm2 {
	width: 100%;
}

}