﻿.ddmx {
  font: 80% tahoma;
	background: #284D45;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	text-align: right;
	width: 158px;
	/* text-transform: uppercase; The template has caps, but it doesn't look so good */
}
.ddmx .item1 {
	background: #2D5E5A;
    padding: 5px 10px 5px 10px;
    /* border-bottom: 2px solid #FFFFFF; */
    color: #C6D0D6;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}


.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
   /*  padding: 3px 10px 3px 10px; */
    /* border-bottom: 2px solid #FFFFFF; */
    background: #5D8E8A;
   	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}

.ddmx .alternate {
	background-color: #284D45;
}

.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #5D8E8A;
    padding: 5px 10px 5px 10px;
   	color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align: left;
    z-index: 500;
}
.ddmx .item2 {
    background: #284D45;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #447A78;
	color: #FFFFFF;
}
.ddmx .arrow {
    padding: 5px 10px 5px 10px;
	background-image: url(pics/arrow3.gif);
	background-position: right;
	background-repeat:no-repeat;
}

.ddmx .arrow:hover {
    padding: 5px 10px 5px 10px;
	background-image: url(pics/arrow1.gif);
	background-position: right;
	background-repeat:no-repeat;
	/* color: #0066AC; */
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 0px solid #b8b4ae; /* This MUST be border: not border-bottom or border-top etc */
    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 */
