#menubar {
	background-image:url(../images/menu_bak.gif);
	background-repeat:repeat-x;
	position: static;
	z-index: 500;
}
#menu1 {
	margin-left: auto;
	margin-right: auto;
}

.ddmx {
	font: 10pt "Geneva, Arial, Helvetica, sans-serif";
    color: #ffffff;
	padding: 0px 0px 0px 0px;	
	
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 8px 8px 8px 8px;
    border: 1px #003366;
    border-style: none none none none;
    text-align: left;
    text-decoration: none;
    display: block;
	z-index: 500;
    position: relative;
    font-weight: bold;
    color: #ffffff;
    white-space: nowrap;
}

.ddmx .item1:visited {
	color: #ffffff;
	text-decoration: none;
	
}

.ddmx .item1:hover,
.ddmx .item1-active,	
.ddmx .item1-active:hover {
	background-image:url(../images/menu_bak_rollover.gif);
	background-repeat:repeat-x;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	color: #ffffff;
    padding: 3px 8px 4px 8px;
    text-align: left;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    z-index: 600;
    position: relative;
}
.ddmx .item2 {
    background: #3264C7;
    color: #ffffff;
}

.ddmx .item2:visited, .ddmx .item2:active {
	color: #ffffff;
	text-decoration: none;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #6699FF;
    color: #ffffff;
}
.ddmx .section {
	background: #3264C7;
    border: 1px solid #003366;
    position: absolute;
    visibility: hidden;
    z-index: 500;
    white-space: nowrap;
    color: #ffffff;
}
.ddmx .section hr {
	background: #3264C7;
	padding: 0px;
	margin: -20px 0px 0px 0px;
	line-height: 0px;
	border: 0px none;
	height: 0px;
	color: #3264C7;
}

.ddmx .section img {
	padding: 0px;
	margin: 0px;
	border: 0px none;
}

.ddmx .left, .ddmx .left:hover { border-style: none none none solid; }
.ddmx .right, .ddmx .right:hover { border-style: none none none none; }

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 8px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}

.ddmx .divide {
	color:#ffffff;

}

.dmx {
    font: 8pt "Geneva, Arial, Helvetica, sans-serif";
    background-image:url(../images/menu_bak.gif);
	background-repeat:repeat-x;
}
.dmx .item1,
.dmx .item1:hover,
.dmx .item1-active,
.dmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.dmx .item2,
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 600;
}
.dmx .item2 {
    background: #e5e1da;
}
.dmx .item2:hover,
.dmx .item2-active,
.dmx .item2-active:hover {
    background: #ffffff;
}
.dmx .arrow,
.dmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.dmx .item2 img,
.dmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.dmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

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