/*

# ------------------------------------------------------------------------
# JA Tube template for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 JoomlArt.com. All Rights Reserved.
# @license - PHP files are GNU/GPL V2. CSS / JS are Copyrighted Commercial,
# bound by Proprietary License of JoomlArt. For details on licensing, 
# Please Read Terms of Use at http://www.joomlart.com/terms_of_use.html.
# Author: JoomlArt.com
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# Redistribution, Modification or Re-licensing of this file in part of full, 
# is bound by the License applied. 
# ------------------------------------------------------------------------

*/

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

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

#ja-splitmenu li {
	float: left;
	padding: 0 14px 0 0;
	margin: 0 2px;
	background: url(../../images/mainnav-sep.gif) no-repeat right;
}

#ja-splitmenu a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #4F4F4F;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 92%;
}

#ja-splitmenu a span {
	display: block;
	float: left;
	padding: 0 15px 0 0;
	height: 30px;
	line-height: 30px;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	background: url(../../images/mainnav-hover.gif) repeat-x left center;
	color: #FFFFFF;
}

#ja-splitmenu a:hover span,
#ja-splitmenu a:active span,
#ja-splitmenu a:focus span {
	background: url(../../images/mainnav-hover.gif) repeat-x right center;
	cursor: pointer;
}

#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) no-repeat left center;
	color: #FFFFFF;
}

#ja-splitmenu li.active a span,
#ja-splitmenu li.active a:hover span,
#ja-splitmenu li.active a:active span,
#ja-splitmenu li.active a:focus span {
	background: url(../../images/mainnav-active.gif) no-repeat right center;
	cursor: pointer;
}