/*

# ------------------------------------------------------------------------
# JA Iris 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. 
# ------------------------------------------------------------------------

*/

#ja-splitmenu {
	margin: 0;
	padding: 0;
}

#ja-splitmenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#ja-splitmenu li {
	margin: 0;
	padding: 0;
	display: inline;
}

#ja-splitmenu a {
	float: left;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	border: 1px solid #FFFFFF;
	border-bottom: none;
	display: block;
	font-size: 100%;
	font-weight: bold;
	text-decoration: none;
}

#ja-splitmenu a:hover,
#ja-splitmenu a:active,
#ja-splitmenu a:focus {
	border: 1px solid #E4E4E4;
	border-bottom: none;
	background: #F7F7F7;
	text-decoration: none;
}

#ja-splitmenu li.active a,
#ja-splitmenu li.active a:hover,
#ja-splitmenu li.active a:active,
#ja-splitmenu li.active a:focus {
	border: 1px solid #006699;
	border-bottom: none;
	color: #FFFFFF;
	background: #006699;
}

/* SUB NAVIGATION
--------------------------------------------------------- */
#ja-subnav {
	border-bottom: 1px solid #CCCCCC;
	clear: right;
	padding: 5px;
	background: #F7F7F7;
}

#ja-subnav ul {
	margin: 0;
	padding: 0;
}

#ja-subnav li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
	line-height: normal;
}

#ja-subnav a {
	padding: 3px 15px;
	float: left;
	display: block;
	background: none;
	text-decoration: none;
}

#ja-subnav a:hover,
#ja-subnav a:active,
#ja-subnav a:focus {
	text-decoration: underline;
}

#ja-subnav li.active a {
	font-weight: bold;
	text-decoration: none;
}

#ja-subnav li.active a:hover,
#ja-subnav li.active a:active,
#ja-subnav li.active a:focus {
	font-weight: bold;
	text-decoration: underline;
}

#ja-subnav .first-item {
	background: none;
}

