/**
 * ------------------------------------------------------------------------
 * JA Teline III  Template for Joomla 1.7
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
 */ 

#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 {
	background: url(../../images/mainnav-hover.gif) repeat-x bottom #f7f7f7;
	color: #000;
}

#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; }
