/* Sub Menu */

#header-main-menu li ul {
	position:absolute;
	top: 24px;
	left: 0;
	min-width:100% !important;
	background:#F2F2F2;
	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 {
	text-align:left;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 0;
	margin:0;
	white-space: pre-wrap;
	/*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-bottom:2px #48A6CB solid;
	
}

#header-main-menu li:hover > ul li {
	display: block;
	min-width: 240px;
	/*min-height: 30px !important;*/
	overflow: visible;
	padding: 0;
	
	border-bottom:2px #48A6CB solid;
	
}

#header-main-menu li ul li a {
	display: block;
	font-size:12px;
	padding:0;
	margin: 0;
	height:auto;
	margin-top: 5px;
	padding-left:10px;
	padding-right:10px;
	border: 0;
	content:"";
	clear:right;
}

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

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