/*

# ------------------------------------------------------------------------
# JA Corona template for joomla 1.5
# ------------------------------------------------------------------------
# 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. 
# ------------------------------------------------------------------------

*/

#ja-slidemenu {
	position: relative;
}

#ja-slidemenu ul {
	display: block;
	padding: 0;
	margin: 0;
	visibility: hidden;
}

#ja-slidemenu li {
	float: left;
	padding: 0;
	margin: 0;
	background: url(../../images/nav-sep.gif) no-repeat top left;
}

#ja-slidemenu a {
	display: block;
	cursor: pointer;
	overflow: hidden;
	width: 98%;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 100px;
}

#ja-slidemenu a:hover,
#ja-slidemenu a:active,
#ja-slidemenu a:focus {
	color: #FFFFFF;
}

#ja-slidemenu a img {
	top: 25px;
}
