<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * ------------------------------------------------------------------------
 * JA Nex Template for Joomla 2.5
 * ------------------------------------------------------------------------
 * 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.
 * ------------------------------------------------------------------------
*/

#ja-megamenu {
	border-right-color: #1c4369;
	border-top-color: #1c4369;
	background-color: #225180;
}

.ja-megamenu ul.level0 li.mega a.mega {
	border-right-color: #1c4369; 
	border-left-color: #225180;
}

.ja-megamenu ul.level0 li.mega a.mega.first {
	border-left: solid 1px #1c4369;
}

.ja-megamenu ul.level0 li.mega.over,
.ja-megamenu ul.level0 li.mega.active {
	margin-top: -1px;
	margin-bottom: -1px;
}


.ja-megamenu ul.level0 li.mega a.mega.over.first,
.ja-megamenu ul.level0 li.mega a.mega.active.first {
	border-left: solid 1px #fff;
}
/* lv - 1 and below
-----------------------------------*/

.ja-megamenu ul.level1 li.mega.over,
.ja-megamenu ul.level1 li.mega.active {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Styling ---*/

 /* CHILD CONTENT
-----------------------------------*/

/* Grouped --- */

.ja-megamenu .childcontent .ja-moduletable a:hover,
.ja-megamenu .childcontent .ja-moduletable a:focus,
.ja-megamenu .childcontent .ja-moduletable a:active { color: #3377bb; }</pre></body></html>