/*
# ------------------------------------------------------------------------
# JA Ores template for Joomla 1.5.x
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------
*/

/* Son of Suckerfish Dropdowns
---------------------------------------------------------
Originally developed by Patrick Griffiths and Dan Webb
http://www.htmldog.com/articles/suckerfish/dropdowns/
---------------------------------------------------------
NOTE: After a deep research, we decide to divide this
CSS into 2 parts. The first part will define the layout.
The second part will define the visual look for this menu.
---------------------------------------------------------*/

#jasdl-mainnav {
	margin: 0; /* all lists */
	padding: 0;
}

#jasdl-mainnav ul {
	margin: 0; /* all lists */
	padding: 0;
}

#jasdl-mainnav li {
	margin: 0; /* all list items */
	padding: 0;
	float: left;
	display: block;
	background: none;
	cursor: pointer;
}

#jasdl-mainnav a {
	font-size: 100%;
	padding: 20px 15px 15px;
	display: block;
	color: #757575;
	font-weight: bold;
	line-height: normal;
	text-decoration: none;
}

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

#jasdl-mainnav li:hover,
#jasdl-mainnav li.hover,
#jasdl-mainnav li.sfhover,
#jasdl-mainnav li.havechildsfhover,
#jasdl-mainnav li.havechild-activesfhover {
	color: #C5C5C5;
	background: url(../../images/mainnav-hover.gif) repeat-x left 5px;
}

#jasdl-mainnav li.active a,
#jasdl-mainnav li.active a:hover,
#jasdl-mainnav li.active a:active,
#jasdl-mainnav li.active a:focus {
	color: #C5C5C5;
	background-color: #303030;
	background-image: none;
}

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

#jasdl-subnav { display: none; }