﻿.ddmx {
    font: 14px arial;
}
.ddmx .item1
{ 
	width: 155;
    padding: 3px 10px 3px 10px;
    font: 13px arial;
    color: #FCD116;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative; 
}

.ddmx a.item1
{
    font: 13px arial;
    color: #FCD116;
    font-weight: bold;
    text-decoration: none;
}

.ddmx a.item1-active
{
    font: 13px arial;
    color: #FCD116;
    font-weight: bold;
    text-decoration: none;
}

.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
	width: 155;
    padding: 3px 10px 3px 10px;
    font: 13px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item2
{
	width: 225;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
    font: 13px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx a.item2
{
    font: 13px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}
 
.ddmx .item2:hover
{
	background: #ffffff;
	width: 175;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
    font: 13px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .item2-active,
.ddmx .item2-active:hover {
	width: 175;
    padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
    font: 13px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	width: 175;
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0px none;
}
.ddmx .section {
	width: 175;
	background: #e5e1da;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

.ddmx .bottom,
.ddmx .bottom:hover {
    border-bottom: 1px solid #000000;
}

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