/* JA Rave
---------------------------------------------------------
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 Rave template for Joomla 1.5.x
# ------------------------------------------------------------------------
# Copyright (C) 2004-2009 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */



#jasdl-mainnav ul li.active a.active {
background:url("../../images/mainnav-active.gif") repeat-x scroll center top #000000;
	
}

/* Sub Nav ---*/
#ja-subnav ul li a:hover, #ja-subnav ul li.haschild.hover a.haschild {
	color:#FFFFFF;
text-decoration:none; font-weight:bold;
}

#ja-subnav ul li a.active,
#ja-subnav ul li.active a.active {
	color: #fff ;
	font-weight: bold;
}

#ja-subnav ul li.active a.active:hover,
#ja-subnav ul li.active a.active:active {
	color: #fff;
	font-weight: bold;
}
/* Sub Nav (lv2) ---*/

#ja-subnav ul li ul li a:hover {
	color: #367AAB ;
	background: none;
}

#ja-subnav ul li ul li a:active {
	color: #367AAB ;
	background: none;
}
#ja-subnav ul.active {
background:none repeat scroll 0 0 #333333;
}
