#main_menubar {
	width: 760px;
	height: 31px;
	color: #FFFFFF;
	background: #3e6a99;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	background: #3e6a99 url(images/menubar_bg.gif) repeat-x;
}

.ddmx {
    font: 11px tahoma;
	list-style: none;
	padding: 0;
	margin: 0 auto;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	float: left;
    padding: 6px 14px 0px 14px;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
/*    display: block;*/
    white-space: nowrap;
    position: relative;
	display:inline;
	background: #3e6a99 url(images/menubar_bg.gif) repeat-x;
	height: 25px;
	text-align: left;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 6px 12px 12px 11px;
    font: 12px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	color:#f7f7f7;
	text-align:left !important;
	background-position: 0px -31px;
}
.ddmx .item2 {
	background: #3e6a99 url(images/menubar_bg.gif) repeat-x;
	color:#f7f7f7;
	text-align:left !important;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 6px 12px 12px 11px;
    font: 12px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	background: #3e6a99 url(images/menubar_bg.gif) repeat-x;
	color:#f7f7f7;
	text-align:left !important;
	background-position: 0px -31px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */