/*
 * ----------------------------------------------------------------------------
 * 'GuMaxDD' style sheet for CSS2-capable browsers.
 *       Loosely based on the monobook style
 *
 * @Version 1.4.0
 * @Author Paul Y. Gu, <gu.paul@gmail.com>
 * @Copyright paulgu.com 2006 - http://www.paulgu.com/
 * @License: GPL (http://www.gnu.org/copyleft/gpl.html)
 *
 * 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.,
 * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 * http://www.gnu.org/copyleft/gpl.html
 * ----------------------------------------------------------------------------
 */

/* Basic style */
#gumax-nav { display: block; margin: 0; padding: 0; position: relative; }
#gumax-nav li { display: block; list-style: none; margin: 0px; padding:0px; float: left; position: relative; }
#gumax-nav a { display: block; font-family: 'Trebuchet MS', Georgia, Verdana, Sans-serif, Arial; font-size: 110%; text-decoration: none; }
#gumax-nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; z-index: 500; }
* html #gumax-nav ul { line-height: 0; } /* IE6 "fix" */
#gumax-nav ul a { zoom: 1; } /* IE6/7 fix */
#gumax-nav ul li { float: none; }
#gumax-nav ul ul { top: 0; }

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}
/* Essentials */
#gumax-nav ul { min-width: 200px; width: 300px; }
#gumax-nav ul ul { left: 201px; }

/* theming */
/*#gumax-nav { height: 29px; background: #333; border-top: 1px solid #c7c7c7; border-bottom: 1px solid #e7e7e7;}/**/
#gumax-nav { height: 33px; background: #fe8f01;
	-moz-box-shadow: 6px 6px 5px #444;
	-webkit-box-shadow: 6px 6px 5px #444;
	box-shadow: 6px 6px 5px #444;
background: -moz-linear-gradient(top, #fe8f01,#a05a00);
background: -webkit-gradient(linear, left top, left bottom, from(#fe8f01), to(#a05a00));
}
#gumax-nav *:hover { 	background-color: none; }
#gumax-nav a {
	font-weight: bold;
	color:  #333333; 
	padding: 11px 10px;
	line-height: 1;
	}
#gumax-nav li.hover a, #gumax-nav ul li, #gumax-nav ul li a { background-color: green; /* drop down background */ 	}
#gumax-nav ul { top: 33px; }
#gumax-nav ul li a {border-top: 2px solid #3e3e3e; font-weight: normal; color: #fff; padding: 5px 10px; /* white-space: nowrap; /* wrap long item */ }
#gumax-nav a.hover, #gumax-nav ul a.hover { background-color: #ef8616; color: #eee; }
#gumax-nav ul {  opacity: 1.0; filter: alpha(opacity=100); }


/* Rounded Corners */
#gumax-nav {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	}


#gumax-nav li.hover a, #gumax-nav ul li, #gumax-nav ul li a {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	}

#gumax-nav *:hover { 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	}
