/* Sub Menu */

#header-main-menu li ul {
	position:absolute;
	top: 64px;
	/*left: 0;
	min-width:50% !important;*/
	background:#FFF;
	z-index:10000;
	display: block !important;
	padding:0;
	margin:0;
	clear: both;
	opacity: 0;
	min-height: 30px !important;

	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
	border:0;
}

#header-main-menu li:hover > ul { opacity: 1; border:0; }

#header-main-menu ul li {
	display: inline-block;
	
	overflow: hidden;
	padding: 0;
	margin:0;
	white-space:nowrap;
	min-width: 100% !important;
	min-height: 30px !important;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
	border:0;
	border-top:2px #333 solid;
	
}

#header-main-menu li:hover > ul li {
	display: inline-block;
	min-width: 100% !important;
	min-height: 30px !important;
	overflow: visible;
	padding: 0;
	border-top:2px #333 solid;
	
}

#header-main-menu li ul li a {
	display: inline-block;
	padding:0;
	margin: 0;
	margin-top: 5px;
	padding-left:10px;
	padding-right:10px;
	border: 0;
	clear: right;
}

#header-main-menu li.selected ul li a {
	border: 0;
}

#header-main-menu ul li a:hover {
	display: inline-block;
	border: 0;
	
}