<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------------------------------------------
# JA Corona 1.0 - Feb, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 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
-------------------------------------------------------------------------*/

/*mainnav*/
#ja-slidemenu {
	position: relative;
}

#ja-slidemenu ul {
	display: block;
	padding: 0;
	margin: 0;
	visibility: hidden;
}

#ja-slidemenu li {
	float: left;
	padding: 0;
	margin: 0;
	background: url(../../images/nav-sep.gif) no-repeat top left;
}

#ja-slidemenu a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	width: 98%;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 80px;
}

#ja-slidemenu a:hover,
#ja-slidemenu a:active,
#ja-slidemenu a:focus {
	color: #FFFFFF;
}

#ja-slidemenu a img {
	top: 15px;
}
</pre></body></html>