/*------------------------------------------------------------------------
# JA Dravity 1.0 - Mar, 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
-------------------------------------------------------------------------*/

/* MAIN NAVIGATION
----------------------------------------------------------- */
#ja-splitmenu {
	margin: 0;
	padding: 0;
	position: relative;
}

#ja-splitmenu ul {
	margin: 0;
	padding: 0;
}

#ja-splitmenu li {
	float: left;
	padding: 0;
	margin: 0 2px 0 0;
	background: none;
	line-height:150%;
}

#ja-splitmenu a {
	display: block;
	float: left;
	cursor: pointer;
	overflow: hidden;
	text-decoration: none;
	height: 35px;
	line-height: 30px;
	padding: 0 20px;
	color: #CCCCCC;
	font-weight: bold;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	background: url(../../images/nav-bg.gif) no-repeat center bottom;
	background: url(../../images/light/nav-bg.gif) no-repeat center bottom;
	color: #FFFFFF;
}

#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/nav-bg.gif) no-repeat center top;
	color: #FFFFFF;
}