/* MENU TOP - TABS ################################################### */

.nvidia-menu {
	margin: 0px 0px 0px 0px;
}

li.tab.cat{
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	-ms-transition: background 0.2s ease-in;
	transition: background 0.4s ease-in;
	-webkit-transition: background 0.4s ease-out;
	-moz-transition: background 0.4s ease-out;
	-o-transition: background 0.4s ease-out;
	-ms-transition: background 0.4s ease-out;
	transition: background 0.4s ease-out;
	background: none;
}

li.tab.cat:hover{
	background: #FFF386;	
}

.main-nav.nav {
	border: 0px solid red;
	width: 850px;
	height: 37px;
/*	display: flex; */
/*	display: table; */
	overflow:hidden;
	float: left;
}

.main-nav.nav .tab {
	height: 37px;
	border: 0px solid green;	 
	display: block;
	overflow: hidden;
/*	display: table-cell; */
	float: left;
	width: 94px;
}

.tab.cat {
	padding-top: 3px;
}

.tab-link-cont {
	text-align: center;
	height: 30px;
	
	border: 0px solid #000;
	border-left: 1px solid #575656;
	padding-left: 3px;
	padding-right: 3px;

	overflow: hidden;

	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
}

.tab-link {
	color: #2C2B2B;
}

.tab-home {
	width: 47px;
	float: left;
}

.main-nav.nav.navmini {
	width: 93px;
	float: right;
}

	#mtabcont {
		font-family: Arial,Helvetica,sans-serif;
	}

	#mtabcont.header-tab-content {
		display:none;
		overflow:hidden;	
		z-index:900;
		position:absolute;
		right:0px;
		padding:0px;
		margin: 4px 0px 0 0px;	
		width:970px;
	/*	min-height:325px; */
		border-radius: 0px 0px 6px 6px;
		background-color:#fff;
		box-shadow:0 6px 10px -3px #949494;
		-moz-box-shadow:0 6px 10px -3px #949494;
		-webkit-box-shadow:0 6px 10px -3px #949494;
		border: 10px solid rgb(238, 238, 238);
	/*	padding: 5px; */
	}

	#mtabcont.header-tab-content .col-left {
		border: 0px solid green;
		width: 815px;
		float: left;
	}

	#mtabcont.header-tab-content .col-right {
		border: 0px solid red;
		width: 150px;
		min-height: 120px;
		float: right;
	}
	
	#mtabcont a {
		color: inherit;
		text-decoration: none;
	}
	
	#mtabcont div .scol {
		display: block;
		
/*		width: 151px; */

/*		max-height: 280px; */
		padding: 5px;
		border-right: 1px solid #CCC;
		float: left;
		position: relative;
		
	}

	#mtabcont div .mlvl1 {
/*
		color: #fff;
		background: #fa8c19;
		display: block;
		font-size: 14px;
		font-weight: bold;
		width: 145px;
		text-transform: uppercase;
		line-height: 14px;
		padding: 2px;
*/		
	}
	
	#mtabcont li .itlvl1 {
		color: #fff;
		background: #fa8c19;
		display: block;
		font-size: 14px;
		font-weight: bold;
		width: 145px;
		/*text-transform: uppercase;*/
		line-height: 14px;
		padding: 2px;
		margin-bottom: 2px;
		margin-top: 2px;
		overflow: hidden;		
	}
	
	#mtabcont li .itlvl2 {
		font-size: 11px;
		display: block;
		line-height: 14px;
		font-weight: bold;
		padding: 0px 0px 0px 0px;
		/*text-transform: uppercase;*/
		color: rgb(58, 52, 52);
		padding-top: 1px;
	}


	#mtabcont li .itlvl3 {
		font-size: 10px;
		display: block;
		position: relative;
		line-height: 12px;
		color: #5C5C5C;
		text-transform: capitalize;
		padding-top: 0px;
	}
	
	#mtabcont li.itlvl3 a {
		padding-left: 10px;
	}
	
	#mtabcont li .itlvl2:hover{
		color: #fa8c19;
	}
	
	#mtabcont li .itlvl3:hover{
		color: #fa8c19;
	}

	#linklist a.itlvl2 span { }
	#linklist a.itlvl2 span { /* background-image:url(<? echo JURI::root(); ?>coolmod/images/arrow2.png); background-repeat:no-repeat; width:8px; height:7px; display:inline-block; */ }	
	#linklist a.itlvl3 span { background-image:url(<? echo JURI::root(); ?>coolmod/images/arrow.png); background-repeat:no-repeat; width:10px; height:10px; display:inline-block; }

	