/*

# ------------------------------------------------------------------------
# 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;
	text-align: center;
}

#ja-splitmenu li {
	/*float: left;*/
	display: inline-block;
	padding: 0;
	margin: 0 36px;
	background: 0 none;
	border-radius:4px;
}
#ja-splitmenu a {
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	padding:8px 10px;
	text-transform: uppercase;
	font-size: 11px;
}

#ja-splitmenu a span {
	display: block;
	float: left;
	line-height: 100%;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	background:#BA6D24;
	border-radius:4px;
	color: #FFFFFF;
}
/*
#ja-splitmenu a:hover span,
#ja-splitmenu a:active span,
#ja-splitmenu a:focus span {
	background: url(../../images/nav-active-bg.png) repeat-x right center #D58E09;
	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:#BA6D24;
	border-radius:4px;
	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/nav-active-bg.png) repeat-x right center;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	cursor: pointer;
}*/