/* 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.
---------------------------------------------------------*/

/*
# ------------------------------------------------------------------------
# JA Ironis Template
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------
*/

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li {
	background: #fed200;
	margin-right: 5px;
}

#ja-cssmenu li a {
	color: #222;
	font-weight: bold;
	padding: 15px;
	text-transform: uppercase;
}

#ja-cssmenu > li.active > a {
	color: #fff;
	background-color: #111;
}

#ja-cssmenu > li.sfhover > a {
	color: #fff;
	background-color: #ec534d;
}

/* 2nd level and above */
#ja-cssmenu li ul {
	background: #111;
	border: 5px solid #ec534d;
	color: #777;
}

#ja-cssmenu li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
}

#ja-cssmenu li ul li,
#ja-cssmenu li ul li.havesubchild, 
#ja-cssmenu li ul li.havesubchild-active,
#ja-cssmenu li ul li.sfhover {
	background: url(../../images/menu-line.gif) repeat-x left bottom;
}

#ja-cssmenu li ul li.havesubchild, 
#ja-cssmenu li ul li.havesubchild-active {
	background: url(../../images/menuhaschild-line.gif) repeat-x right bottom;
}

#ja-cssmenu li li.last {
	background: none;
}

#ja-cssmenu li li a {
	padding: 10px 15px 10px 35px;
	color: #777;
	text-transform: none;
	background: url(http://www.telenetfideacyclingteam.be/tfct/templates/ja_ironis/images/arrow-normal.png) no-repeat 15px center;
}

#ja-cssmenu li li.sfhover > a {
	background-image: url(http://www.telenetfideacyclingteam.be/tfct/templates/ja_ironis/images/arrow-active.png);
	background-color: transparent;
	color: #fff;
}

#ja-cssmenu ul li a.active, 
#ja-cssmenu ul li a.active:hover, 
#ja-cssmenu ul li a.active:active, 
#ja-cssmenu ul li a.active:focus {
	font-weight: normal;
	background-image: url(http://www.telenetfideacyclingteam.be/tfct/templates/ja_ironis/images/arrow-active.png);
	background-color: transparent;
	color: #fff;
}