/* Start DHTML-menu styles */

.ddmx {
	font: 11px arial;
}

#menu1 { left:40px;
	}

.ddmx .item1, .ddmx .item1-active {
	border-right: 1px solid #ffffff;
	padding: 3px 7px 3px 7px;
	background: #95a51a;
	font: 10px tahoma, arial, helvetica, verdana;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	height:20px;
}

.ddmx .item1:hover, .ddmx .item1-active:hover, .ddmx .item1-active {
	 color:#e8ec95;
	}

.ddmx .item2, .ddmx .item2:hover, .ddmx .item2-active, .ddmx .item2-active:hover {
	padding: 3px 7px 4px 7px;
	font: 10px tahoma, arial, helvetica, verdana;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	white-space: nowrap;
	position: relative;
	z-index: 500;
	background: #b12523;
}

.ddmx .section {
	border: 0px solid #768700;
	position: absolute;
	visibility: hidden;
	z-index: -1;
	background: #bec925;
}

.ddmx .item2 {
	background: #bec925;
}

/* ie 5.0 fix */
	* html .ddmx td { position: relative; }
/* ie 5.0 fix */

/* End DHTML-menu styles */

