/*
 * ----------------------------------------------------------------------------
 *
 * Drop Down menu style
 *
 * ----------------------------------------------------------------------------
 */

/* Basic style */
#gumax-nav { display: block; margin: 0; padding: 0; position: relative; }
#gumax-nav li { display: block; list-style: none; margin-left: 6; padding: 0; float: left; position: relative; }
#gumax-nav a { display: block; font-family: Arial; font-size: 130%; bold; 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; margin-left: 0; }
#gumax-nav ul ul { top: 0; margin-left: 1px; }


/* Essentials */
#gumax-nav ul { min-width: 200px; width: 200px; }
#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: #9e9e9e; }
#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: #3b3b3b; /* drop down background */ }
#gumax-nav ul { top: 33px; }
#gumax-nav ul li a { font-weight: bold; color: #fff; padding: 5px 10px; /* white-space: nowrap; /* wrap long item */ }
#gumax-nav a.hover, #gumax-nav ul a.hover { background-color: #5b5b5b; color: #eee; }
#gumax-nav ul { border: none; opacity: 0.97; filter: alpha(opacity=97); }


/* Rounded Corners */
#gumax-nav {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(border-radius.htc);
	}

