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


/* 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-cssmenu { border-bottom: 5px solid #000; }

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li {
	border-left: 1px solid #ccc;
	font-family: ArialNarrowBold, "Arial Narrow", Arial, sans-serif;
}

#ja-cssmenu li.first-item { border-left: 0; }

#ja-cssmenu li a {
	display: block;
	margin: 3px;
	padding: 4px 12px 3px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-size: 125%;
	font-weight: bold;
}

#ja-cssmenu li a:hover,
#ja-cssmenu li a:active,
#ja-cssmenu li a:focus,
#ja-cssmenu li a.sfhover {
	color: #fff;
}

#ja-cssmenu li:hover,
#ja-cssmenu li.sfhover,
#ja-cssmenu li.havechildsfhover,
#ja-cssmenu li.havechild-activesfhover {
	background: #000;
	color: #fff;
}

#ja-cssmenu li.active:hover, #ja-cssmenu li.active:focus, #ja-cssmenu li.active:active {
	background: #000;
}
#ja-cssmenu li a.active,
#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus {
	background: #000;
	color: #fff;
}

/* 2nd level and above */
#ja-cssmenu li ul {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	margin-top: 0;
	padding-top: 4px;
}

#ja-cssmenu li li {
	font-family: Arial, sans-serif;
}

#ja-cssmenu li ul a {
	border-right: 0;
	border-left: 0;
	margin: 0;
	padding: 7px 15px;
	color: #ccc;
	font-size: 92%;
	font-weight: normal;
	text-transform: none;
	background: none;
}

#ja-cssmenu li ul a:hover,
#ja-cssmenu li ul a:active,
#ja-cssmenu li ul a:focus,
#ja-cssmenu ul li:hover,
#ja-cssmenu ul li.sfhover,
#ja-cssmenu ul li.havesubchildsfhover,
#ja-cssmenu ul li.havesubchild-activesfhover,
#ja-cssmenu ul ul li:hover,
#ja-cssmenu ul ul li.sfhover,
#ja-cssmenu ul ul li.havesubchildsfhover,
#ja-cssmenu ul ul li.havesubchild-activesfhover {
	background: #2a2a2a;
}

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

#ja-cssmenu li ul ul {}

#ja-cssmenu li ul li {
	border-bottom: 1px solid #2a2a2a;
	border-left: 0;
	background: none;
}