/*
# ------------------------------------------------------------------------
# JA Ores template for Joomla 1.5.x
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------
*/

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

#ja-splitmenu ul { }

#ja-splitmenu li {
	float: left;
	margin: 0;
	padding: 0;
}

#ja-splitmenu a {
	color: #757575;
	display: block;
	float: left;
	font-weight: bold;
	line-height: normal;
	padding: 20px 15px 15px;
	text-decoration: none;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	color: #C5C5C5;
}

#ja-splitmenu li:hover,
#ja-splitmenu li.sfhover,
#ja-splitmenu li.havechildsfhover,
#ja-splitmenu li.havechild-activesfhover {
	color: #C5C5C5;
	background: url(http://studioaltea.net/templates/ja_ores/images/mainnav-hover.gif) repeat-x left 5px;
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
	color: #C5C5C5;
	background: #303030;
}