/*
# ------------------------------------------------------------------------
# JA Teline III v2 template for Joomla 1.5
# ------------------------------------------------------------------------
# Copyright (C) 2004-2010 GDExam.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.gdexam.com/terms_of_use.html.
# Author: GDExam.com
# Websites:  http://www.gdexam.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 {
	position: relative;
}

#ja-splitmenu ul {}

#ja-splitmenu li {
	float: left;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ccc;
}

#ja-splitmenu a {
	display: block;
	float: left;
	text-decoration: none;
	padding: 10px;
	color: #000;
	text-transform: UPPERCASE;
	font-weight: normal;
}

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

#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 top #333;
	color: #fff;
}