/*
# ------------------------------------------------------------------------
# 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 {
	/*margin: auto; */
	margin-left:auto;
	margin-right:auto;
}

#ja-cssmenu li { margin-right: 2px; }

#ja-cssmenu li a {
	/* background: url(../../images/mainnav-sep.gif) no-repeat right center; */
	background: url() no-repeat right center;
	color: #999;
}

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

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

/* 2nd level and above */
#ja-cssmenu li ul {
	background: #333;
	border: 1px solid #212121;
	border-top: 1px solid #333;
}

#ja-cssmenu li ul li.sfhover a {
	background: none;
}

#ja-cssmenu li ul ul {
	border-top: 1px solid #333;
}

#ja-cssmenu li ul li {
	border-bottom: 1px solid #212121;
	border-top: 1px solid #4B4B4B;
}

#ja-cssmenu li ul li:first-child {
	border-top: 0;
}

#ja-cssmenu li ul li a {
	color: #CBD0E2;
}

#ja-cssmenu li ul li:hover,
#ja-cssmenu li ul li.active:hover a {
	background: #3F3F3F;	
}

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

#menu96 span {
	color: #AD2C26;
}
#menu85 span {
	color: #404040;
}
#menu85 span:hover {
	color: white;
}
