
/* menu drop down */
.ddmx {
    font: 11px tahoma;
    vertical-align: middle;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0px 0px 0px 0px;
    border-top: #0000ff 1px solid;
    border-left: #0000ff 1px solid;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    margin: 0px;
    background: #40FF40;
    font-size: 10px;
    font-family: comic sans ms, Verdana, Arial, Helvetica, Avantgarde;
    color: #0000ee;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
    border-bottom: #0000ff 1px solid;
    border-right: #0000ff 1px solid;
   width: 90px;
   height: 15px;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    font-size: 10px;
    font-family: comic sans ms, Verdana, Arial, Helvetica, Avantgarde;
    color: #0000ee;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-top: #0000ff 1px solid;
    border-left: #0000ff 1px solid;
    border-right: #0000ff 1px solid;
    border-bottom: #0000ff 1px solid;
    margin-top: -1px;
    margin-left: -1px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 14px;
    height: 12px;
    vertical-align: middle;
}
.ddmx .item2 {
    background: #40FF40;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx a.item1-active,
.ddmx a.item1-active:active,
.ddmx a.item1-active:visited,
.ddmx a.item1-active:link,
.ddmx .item1-active:hover,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover,
.ddmx a.item2-active,
.ddmx a.item2-active:active,
.ddmx a.item2-active:visited,
.ddmx a.item2-active:link

{
    background: #08E8E5;
    color: #FFFC21;
    vertical-align: middle;
}

.ddmx .arrow,
.ddmx a.arrow:link,
.ddmx a.arrow:visited,
.ddmx a.arrow
{
	background-image: url(images/ddmarrowdx_yellow.gif);
	background-repeat: no-repeat;
	//background-attachment: fixed;
	background-position: center right;
}

.ddmx a.arrow:hover
{
	background-image: url(images/ddmarrowdx_yellow.gif);
	background-repeat: no-repeat;
	//background-attachment: fixed;
	background-position: center right;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 6px;
    vertical-align: middle;
    right: 1px;
}


.ddmx .section {
    border: 0px solid #ffffff;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    vertical-align: middle;
	border-collapse: collapse;
}

.ddmx .selected,
.ddmx .selected:visited
{
    background: #0000ee;
    color: #40FF40;
}

.ddmx .selected:hover {
    background: #08E8E5;
    color: #FFFC21;
}

.ddmx_toggler {
    padding: 0px;
    margin-top: 1px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background: #f6f6f6;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Avantgarde;
    color: #000000;
    font-weight: normal;
    text-decoration: none;
    width:	20px;
    text-align: center;
    vertical-align: middle;
    border-right: #000000 1px solid;
    border-bottom: #000000 1px solid;
    height: 20px;
    position: absolute;
}

.ddmx_td_item0 {
    vertical-align: top;
    margin-top: 1px;
    
}

.ddmx_menucontainer {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
    background: #ffffff;
    vertical-align: middle;
}




