/*

# ------------------------------------------------------------------------
# JA Zeolite template for Joomla 1.0
# ------------------------------------------------------------------------
# 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;
}

#ja-splitmenu ul {
	margin: 0;
	padding: 0;
}

#ja-splitmenu li {
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	text-align: center;
}

#ja-splitmenu a {
	display: block;
	text-decoration: none;
	font-size: 110%;
	color: #777777;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
}

#ja-splitmenu a img {
	width: 64px;
	height: 64px;
	vertical-align: middle;
	margin-right: 2px;
}

#ja-splitmenu a span {
	position: relative;
	top: 12px;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	color: #C01122;
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
	color: #C01122;
}