.trnMegaMenu
{
	width:100%;
}

.trnMegaMenu .trnActive
{
	color:#000;
	background-color:#FFF;
}

.trnMegaMenu .trnMenuGroup
{
	width:100%;
	height:auto;
}

.trnMegaMenu .trnMenuGroup h2
{
	margin:0 0 15px 0;
	padding:0;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-transform: uppercase;
}

.trnMegaMenu .trnMenuGroup ul
{
	width:100%;
	float:left;
	margin:0 0 15px 0;
	padding:0;	
	list-style:none;
	clear:both;
}

.trnMegaMenu .trnMenuGroup ul li
{
	width:100%;
	height:30px;
	line-height:30px;
	float:left;
	margin:0 0 10px 0;
	padding:0 10px 0 10px;
	list-style:none;
	clear:both;
	cursor:pointer;
	background-color:RGB(0,0,0,0.1);
}

.trnMegaMenu .trnMenuGroup ul li:hover
{
	background-color:RGB(0,0,0,0.5);
}

.trnMegaMenu .trnMenuGroup ul li:last-child 
{
	margin:0;
	list-style:none;
}

.trnMegaMenu .trnMenuGroup ul li i
{
	height:30px;
	line-height:30px;
	float:left;
	font-size:18px;
	color:#FFF;
}

.trnMegaMenu .trnMenuGroup ul li .trnIcon
{
	width:20px;
	height:20px;
	float:left;
	margin-top:5px;
}

.trnMegaMenu .trnMenuGroup ul li span
{
	width:auto;
	height:30px;
	line-height:30px;	
	float:left;
	margin:0 0 0 10px;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
}