/***********************************************************/
/** nav **/
/***
http://code.gosu.pl/dl/mygosuMenu/demo/1.1/example2.html
********************************************************/

.mainNavBG {
	background: #898460;
}

.ddmx .item1, .ddmx .item1-active {
	color:#FFFFFF;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	position: relative;
	text-transform:uppercase;
	/*height: 29px;
	height :11px;*/ /* box hack for IE */
	padding: 9px 10px;
	margin-bottom:0;
	white-space:nowrap;
	background: #898460 url(/images/bg_menuItem.gif) repeat-x center bottom;
}

.ddmx .lastItem1 {
	color:#FFFFFF;
	font: 11px/11px Arial, Helvetica, sans-serif;	
	text-decoration:none;
	display:block;
	position: relative;
	text-transform:uppercase;
	height: 29px;
	height /**/:11px; /* box hack for IE */
	padding: 9px 10px;
	margin-bottom:0;
	white-space:nowrap;
	background: #898460;
}
.ddmx .item1:hover, .ddmx .item1-active:hover {
	color:#F8C03F;
	font: 11px/11px Arial, Helvetica, sans-serif;	
	text-decoration:none;
	display:block;
	position: relative;
	text-transform:uppercase;
	height: 29px;
	height /**/:11px; /* box hack for IE */
	padding: 9px 10px;
	margin-bottom:0;
	white-space:nowrap;
	background: #898460 url(/images/bg_menuItem.gif) repeat-x center bottom;
}

.ddmx .item2, .ddmx .item2-active {
	color:#FFFFFF;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	position: relative;
	z-index: 500;
	text-transform:uppercase;
	background: #898460 url(/images/bg_menuItem.gif) repeat-x center bottom;
	height: 27px;
	height /**/:11px; /* box hack for IE */
	vertical-align: middle;
	margin-bottom:0;
	margin-right:0;
	white-space:nowrap;
	padding: 9px 0px;
	width:180px;
}
.ddmx .lastItem2{
	color:#FFFFFF;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	position: relative;
	z-index: 500;
	text-transform:uppercase;
	background: #898460;
	height: 27px;
	height /**/:11px; /* box hack for IE */
	vertical-align: middle;
	margin-bottom:0;
	margin-right:0;
	white-space:nowrap;
	padding: 9px 0px;
	width:180px;
}

.ddmx .item2:hover, .ddmx .item2-active:hover {
	color:#F8C03F;
	font: 11px/11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	position: relative;
	z-index: 500;
	text-transform:uppercase;
	background: #898460 url(/images/bg_menuItem.gif) repeat-x center bottom;
	height: 27px;
	height /**/:11px; /* box hack for IE */
	width:180px;
	vertical-align: middle;
	margin-bottom:0;
	margin-right:0;
	white-space:nowrap;
	padding: 9px 0px;
}
.ddmx .arrow {
	margin-right:10px;
	margin-top:0px;

}
.ddmx .item1 img, .ddmx .item1-active img {
    position: absolute;
    top: 10px;
    right: 1px;
    border: 0;	
	 padding-left:20px;
	 
}
 
.ddmx .item2 img, .ddmx .item2-active img{
	position: absolute;
	top: 11px;
	right: 1px;
	border: 0;
}
.ddmx .section {
	background: #898460;
	border: 1px solid #6B6851;
	position: absolute;
	visibility: hidden;
	z-index: 499;
	margin:0 0 0 1px;
	padding:0;
}


* html .ddmx td { position: relative; } /* ie 5.0 fix */
