/* mod_ninjaeye
* By Richie Mortimer and Daniel Chapman
* http://www.ninjoomla.com 
* Based on mootools (www.mootools.net) and ifisheye (http://zend.lojcomm.com.br/ifisheye/)
* Copyright (C) 2007 Richie Mortimer and Daniel Chapman, www.ninjoomla.com - Code so sharp, it hurts.
* email: ravenlife@raven-webdesign.com, daniel@ninjoomla.com 
* date: December, 2007
* Release: 1.3
* PHP Code License : http://www.gnu.org/copyleft/gpl.html GNU/GPL 
* JavaScript Code & CSS  : http://creativecommons.org/licenses/by-nc-sa/3.0/
*
* Changelog
* 
* 1.3 january 7, 07 :
*		Auto Detect .js Added
*		Auto Detect Mootools Added
*		Module Parameter Added for Include CSS
*		Module Parameter Added for Include JS
*
* 1.2 December 12, 07 :
*		Module Parameters Added for HTML Validation
*		Module Parameter Added for PNG Fix
*		JS Code Updated to fix IE png fix bug
*
* 1.1 November 22, 07 : 
*       Module now validates for both CSS and XHTML 1.0
* 		Various performance enhancements
* 		Improved accessibility via Alt attributes on menu images
* 
* 1.0 September 2, 07 : 
*       Initial Version
* 
*/
/*###################################################################
//Ninja Eye Module
//Copyright (C) 2007 Richie Mortimer and Daniel Chapman. Ninjoomla.com. All rights reserved.
//
//This program is free software; you can redistribute it and/or
//modify it under the terms of the GNU General Public License
//as published by the Free Software Foundation; either version 2
//of the License, or (at your option) any later version.
//
//This program is distributed in the hope that it will be useful,
//but WITHOUT ANY WARRANTY; without even the implied warranty of
//MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
//GNU General Public License for more details.
//
//You should have received a copy of the GNU General Public License
//along with this program; if not, write to the Free Software
//Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
###################################################################*/


/* Lets set up the invisible box that holds the module */
div.nineye_invisbox {
	position: relative;
}

/* Stop those pesky templates with underlines, or images on urls */
.nineye_invisbox a, .nineye_invisbox a:hover { text-decoration: none; background: none;}

/* And Now lets set up the Horizontal Menu CSS */
div#ninjaeye.nineyehoriz {
	text-align: center;
	border: none;
	position: absolute;
 
}

div#ninjaeye.nineyehoriz table {
	margin: 0 auto;
	border: none;
}

div#ninjaeye.nineyehoriz table td {
	border: none;
	vertical-align:top;
}

/* And Now lets set up the caption box */
.nineyehoriz .ninjaeyeCaption,
.nineyevert .ninjaeyeCaption {
	/*border: 1px solid #333;
	background-color: #eee;*/
	padding: 0px;
	text-decoration: none;
	width:auto;
	font-weight: bold;
}

/* We dont want borders on the image, do we? */
.nineyevert .ninjaeyeImg,
.nineyehoriz .ninjaeyeImg{
	border: none;
}

/* Now lets set up the vertical CSS */
/* !important - We dont want bullet points on our menu, do we? */
div#ninjaeye .nineyevert {
	border: none;
}

div#ninjaeye.nineyevert ul {
	list-style-type: none !important;
	border: none;
	padding: 0 0 0 0;
}

div#ninjaeye.nineyevert ul li {
	list-style-type: none !important;
	border: none;
	margin: 0;
	text-align: center;
	background:transparent none repeat scroll 0%;
}
