/*------------------------------------------------------------------------
# JA Quartz for Joomla 1.5 - Version 1.0 - Licence Owner JA140863
# ------------------------------------------------------------------------
# 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
# This file may not be redistributed in whole or significant part.
-------------------------------------------------------------------------*/

/* MAIN NAVIGATION
----------------------------------------------------------- */
#ja-splitmenu {
	margin: 0;
	padding: 0;
}

#ja-splitmenu ul {
	margin: 0;
	padding: 0;
}

#ja-splitmenu li {
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	background: none;
}

#ja-splitmenu a {
	display: block;
	float: left;
	text-decoration: none;
	font-size: 130%;
	font-family: "Times New Roman", Times, serif;
	color: #E494AF; /* changed to light pink*/
	padding: 5px 15px 10px 15px;
/*	font-weight: bold;
*/	text-transform: uppercase;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	color: #ECB3C6;
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
/*	background: url(../../images/mainnav-active.gif) repeat-x center bottom;
*/	color: #FFFFFF;
}