/* MENU CSS */

.ddmx {
	font-family: Arial, Verdana, Times New Roman;
	font-size: 12px;
	/*width: 648px;*/
	/*border: solid 1px #FFFFFF;*/
}

.ddmx td 
{
	padding-left: 30px;
}

.ddmx .item1,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 13px 0px 0px 0px;
    /*background: #647890;*/
    /*font: 12px arial;*/
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .item1:hover 
{
	color: #e89432;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    /*padding: 3px 0px 4px 8px;*/
    padding-top: 5px;
    padding-bottom: 5px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #FFFFFF;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #E2E2E2;
}
.ddmx .arrow,
.ddmx .arrow:hover 
{
	padding-top: 5px;
    padding-bottom: 5px;
    /*padding: 3px 0px 4px 8px;*/
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    margin: 5px 0px 0px 0px;
    border: 1px solid #e89432;
    background-color: #FFFFFF;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    /*width: 110px;*/
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */

