/*
# ------------------------------------------------------------------------
# JA Purity II - Stable version - Version 1.1 - Licence Owner JA49652
# ------------------------------------------------------------------------
# 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.
# ------------------------------------------------------------------------
*/

/* 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.
---------------------------------------------------------*/

#jasdl-mainnav {
	position: relative;
	/*border-right: 1px solid #666;*/
	float: left;
}

#jasdl-mainnav ul { display: block; }

#jasdl-mainnav li {
	float: left;
	padding: 0;
	margin: 0;
}

#jasdl-mainnav a {
	/*border-left: 1px solid #666;
	border-right: 1px solid #333;
	color: #ccc;
	display: block;
	float: left;
	font-weight: bold;
	line-height: normal;
	margin: 0;
	padding: 8px 15px;
	text-decoration: none;*/
	display: block;
	text-decoration: none;
	font-size: 110%;
	color: #000000;
	padding: 3px 1px 3px 1px;
	background: url("../../images/menu-bg.png") repeat scroll center top transparent;
	height: 18px;
}

#jasdl-mainnav a:hover,
#jasdl-mainnav ul li.hover a {
	color: #999999;
	background: url("../../images/menu-bg.png") repeat scroll center top transparent;
	height: 18px;
}

#jasdl-mainnav li.active a,
#jasdl-mainnav li.active a:hover,
#jasdl-mainnav li.active a:active,
#jasdl-mainnav li.active a:focus {
	color: #FFFFFF;
	background: url("../../images/active-menu-bg.png") repeat scroll center top transparent;
	height: 18px;
}

#jasdl-subnav .first-item { border-left: 0; }

#jasdl-subnav { display: none; }

/*MORE*/
.active-menu-left {
background: url(../../images/active-menu-left.png) left top no-repeat scroll;
height: 24px;
width: 5px;
}
.active-menu-right {
background: url(../../images/active-menu-right.png) right top no-repeat scroll;
height: 24px;
width: 5px;
}
.menu-left {
background: url(../../images/menu-left.png) left top no-repeat scroll;
height: 24px;
width: 7px;
}
.menu-right {
background: url(../../images/menu-right.png) right top no-repeat scroll;
height: 24px;
width: 7px;
}