.ddmx {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.ddmx .item1,
.ddmx .item1:active,
.ddmx .item1:link,
.ddmx .item1:visited,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    display: table-cell;
		width: 102px;
		height: 19px;
    background-image: url(../images/nav_button.jpg);
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		text-align: center;
		/*border: 1px solid #000000;*/
		vertical-align: middle;
		line-height: 18px;
}
.ddmx .item1-active:hover{
		background-image: url(../images/nav_hover_button.jpg);
}

.ddmx .item2,
.ddmx .item2:active,
.ddmx .item2:link,
.ddmx .item2:visited,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px;
		width: 190px;
    font-size: 10px;
    color: #0F0F6F;
    font-weight: 700;
    text-decoration: none;
    display: block;
    white-space: nowrap;
		background: #ffffff;
    position: relative;
		border: 1px solid #525252;
		border-top: 0px solid #525252;
    z-index: 500;
    text-align: left;
}
.ddmx .item2 {
    background: #fffff;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #52AAE5;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.flashWarning {
 		font-size: 10px;
    color: #555555;
		text-align: center;
}
 .demo,
 .demo:active,
 .demo:link,
 .demo:visited,
 .demo:hover,
 .demo-active,
 .demo-active:hover {
    display: table-cell;
		width: 97px;
		height: 18px;
		 font-family: Verdana, Arial, Helvetica, sans-serif;
    background-image: url(../images/nav_demo_button.jpg);
    font-size: 11px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
		text-align: right;
		vertical-align: middle;
		line-height: 18px;
}
.demo:hover{
		background-image: url(../images/nav_demo_hover_button.gif);
}

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