/**
 *    GD-Menu - object oriented customizable multi-level menu system
 *    ==============================================================
 *
 *    Copyright (C) 2003 - 2005 by Ruediger Reinhardt <rreinhardt@gelsendata.de>
 *
 *    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 St, Fifth Floor, Boston, MA  02110-1301  USA
 *
 *    The GPL can be found - if provided - in the file copyleft.txt.
 *
 */


/* The CSS styles used in the menu system. Alter them to suit your needs. */

/* -------------------------------------------------------------------- */
/* level 0 inner 														*/
/* -------------------------------------------------------------------- */
.menLev0inner_out
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 6px;
	color: #8f8f8f;
	vertical-align: middle;
}

.menLev0inner_over
{
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 6px;
	color: #ffffff;
	vertical-align: middle;
}

/* -------------------------------------------------------------------- */
/* level 0 outer 														*/
/* -------------------------------------------------------------------- */
.menLev0outer_out {
	text-decoration: none;
	background: url(../img/menubutton_bg.gif) no-repeat;
	vertical-align: middle;
}

.menLev0outer_over {
	text-decoration: none;
	background: url(../img/menubutton_bg_over.gif) no-repeat;
	vertical-align: middle;
}

/* -------------------------------------------------------------------- */
/* level 1 inner 														*/
/* -------------------------------------------------------------------- */
.menLev1inner_out
{
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 6px;
	color: #8f8f8f;
	vertical-align: middle;
}

.menLev1inner_over
{
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 6px;
	color: #ffffff;
	vertical-align: middle;
}

/* -------------------------------------------------------------------- */
/* level 1 outer 														*/
/* -------------------------------------------------------------------- */
.menLev1outer_out {
	text-decoration: none;
	background: url(../img/menubutton_bg_140.gif) no-repeat;
	vertical-align: middle;
}

.menLev1outer_over
{
	text-decoration: none;
	background: url(../img/menubutton_bg_140_over.gif) no-repeat;
	vertical-align: middle;
}

/* -------------------------------------------------------------------- */
/* level 2 inner 														*/
/* -------------------------------------------------------------------- */
.menLev2inner_out
{
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 6px;
	color: #8f8f8f;
	vertical-align: middle;
}

.menLev2inner_over
{
	font: 12px Verdana, sans-serif;
	text-decoration: none;
	padding-top: 5px;
	padding-left: 6px;
	color: #ffffff;
	vertical-align: middle;
}

/* -------------------------------------------------------------------- */
/* level 2 outer 														*/
/* -------------------------------------------------------------------- */
.menLev2outer_out
{
	text-decoration: none;
	background: url(../img/menubutton_bg_140.gif) no-repeat;
	vertical-align: middle;
	overflow: visible;
}

.menLev2outer_over
{
	text-decoration: none;
	border: solid #3C065B 1px;
	background: url(../img/menubutton_bg_140_over.gif) no-repeat;
	vertical-align: middle;
	overflow: visible;
}
