/* * ------------------------------------------------------------------------
 * JA University Template for J25 & J31
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------*//* lv - 0-----------------------------------*/
 .ja-megamenu ul.level0 li.mega {
	margin-right: 1px;
}
.ja-megamenu ul.level0 li.mega a.mega {
	 color: #afafaf;  
	 padding: 15px 20px;  
	 font-weight: bold;  
	 text-transform: uppercase;
}
.ja-megamenu a.over {  
	background: #76777b;  
	color: #fff !important;
	}
.ja-megamenu ul.level0 li.active > a {  
 	background-color: #ff6d10;  
	color: #fff !important;
	}
/* lv - 1 and below-----------------------------------*/
/* Styling ---*/
.ja-megamenu ul.level1 li.mega {  
	border-top: 1px solid #fff;  
	margin: 0;
}
.ja-megamenu ul.level1 li.first {  
	border-top: 0;
}
.ja-megamenu ul.level1 li.mega a.mega {	
	border: 0;	
	color: #fff;	
	font-weight: normal;	
	padding: 10px 0;	
	text-transform: none;
}
.ja-megamenu ul.level1 li.mega a.over,.ja-megamenu ul.level1 li.mega a:hover {  
	color: #ffb81d!important;
}
.ja-megamenu ul.level1 li.active a.mega.active {  
	color: #fff;  
	font-weight: bold;
} 
.ja-megamenu ul.level1 li.active > a {  
 	background-color: #ff6d10;  
	color: #ffb81d !important;
	}
/* CHILD CONTENT-----------------------------------*/
.ja-megamenu .childcontent-inner {	
	background: #76777b;	
	border-top: 0;	
	box-shadow: 3px 3px 5px rgba(0,0,0,.3);	
	color: #fff;
	padding-top:15px;
}
.ja-megamenu .level1 .childcontent-inner {  
	border-top: 0;
}.
.ja-megamenu .childcontent .ja-moduletable { 
	color: #fff; 
}
.ja-megamenu .childcontent .ja-moduletable h3 {	
	background: none;	
	border-bottom: 1px dotted #ccc;	
	text-transform: uppercase;
}
/* Grouped --- */
.ja-megamenu .group-title {  
	border-bottom: 1px solid #384250;  
	/* margin-left: 10px; */
}
.ja-megamenu .group-title .menu-title {	
	color: #acb4c0;	
	text-transform: uppercase;	
	font-weight: bold;	
	font-size: 1em;
}
.ja-megamenu .group-title a.mega:hover .menu-title {  
	color: #fff;
}
.ja-megamenu .group-title .menu-desc {	
	color: #999;	
	padding-left: 0 !important;
}
/* TSD ADDS */
.ja-megamenu {
	float:right;
	padding-left:200px;
}
.ja-megamenu > .megamenu .level0 {
	padding-left:0px!important;
}
.menu-login > .childcontent {
	margin-left:-113px!important;
}

.menu-login > .logout-button {
	background-color: #ff6d10;
	color: #fff;
	border: #ff6d10 solid 3px;
	padding: 2px 10px;
}
/* END TSD ADDS */