/*
# ------------------------------------------------------------------------
# JA Droid 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.
---------------------------------------------------------*/

/* STYLING THE MENU
-----------------------------------*/
/* 1st level */
#ja-cssmenu li { margin-right: 2px; }

#ja-cssmenu li a {
	background: url(../../images/mainnav-sep.gif) no-repeat right center;
	color: #94a0be;
	padding: 15px 20px;
	font-weight: normal;
	font-size: 110%;
	text-transform: uppercase;
}

#ja-cssmenu li a:hover,
#ja-cssmenu li a:focus,
#ja-cssmenu li a:active {
	color: #fff;
}

#ja-cssmenu li.sfhover a {
	background: #3C5189;
	color: #fff;
}

#ja-cssmenu li a.active { color: #fff; }

#ja-cssmenu li a.active:hover,
#ja-cssmenu li a.active:active,
#ja-cssmenu li a.active:focus { background: #3C5189; }

/* 2nd level and above */
#ja-cssmenu li ul {
	background: #3C5189;
	border: 1px solid #3C5189;
	border-top: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#ja-cssmenu li ul li.sfhover a { background: none; }

#ja-cssmenu li ul ul { border-top: 1px solid #445990; }

#ja-cssmenu li ul li {
	border-bottom: 1px solid #354779;
	border-top: 1px solid #445990;
	background: none;
	margin-right: 0;
}

#ja-cssmenu li ul li a {
	color: #CBD0E2;
	font-size: 100%;
	padding-top: 8px;
	padding-bottom: 8px;
	text-transform: none;
}

#ja-cssmenu li ul li:hover,
#ja-cssmenu li ul li.active:hover a {
	background: #4C6097;	
}

#ja-cssmenu li ul li a:hover,
#ja-cssmenu li ul li a:focus,
#ja-cssmenu li ul li a:active {
	color: #fff;
}