/*
# ------------------------------------------------------------------------
# JA Teline III v2 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. 
# ------------------------------------------------------------------------
*/

#jasdl-mainnav {
	position: relative;
}

#jasdl-mainnav ul { display: block; }

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

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

#jasdl-mainnav a:hover,
#jasdl-mainnav ul li.hover a {
	color: #fff;
}

#jasdl-mainnav li.active a,
#jasdl-mainnav li.active a:hover,
#jasdl-mainnav li.active a:active,
#jasdl-mainnav li.active a:focus {
	background: url(../../images/mainnav-active.gif) repeat-x top #333;
	color: #fff;
}

#jasdl-subnav .first-item { border-left: 0; }

#jasdl-subnav { display: none; }

#ja-subnav ul li a:hover {
    color: #FFFFFF;
}