
/* menu drop down */
.ddmx {
    font: 11px tahoma;
    vertical-align: middle;
    padding: 0px;
    margin: 0px;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    margin-top: 1px;
    margin-bottom: 1px;
    background: #397FAD;
    font-size: 10px;
    font-family: verdana, Helvetica, Avantgarde;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    border: #397FAD 5px solid;
    padding-top: 4px;
    text-align: center;
    vertical-align: middle;
   width: 90px;
   height: 15px;
}

.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
{
    background: #ffffff;
    color: #397FAD;
    vertical-align: middle;
}


.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    margin: 0px;
    padding: 2px 10px 2px 10px;
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, Avantgarde;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
    border-right: #000000 0px solid;
    text-align: left;
}
.ddmx .item2 {
    background: #5C96BB;
}

.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: #DCE4EA;
    color: #336699;
    vertical-align: middle;
}

.ddmx .arrow,
.ddmx a.arrow:link,
.ddmx a.arrow:visited,
.ddmx a.arrow
{
	background-image: url(images/ddmarrowdx_white.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.ddmx a.arrow:hover
{
	background-image: url(images/ddmarrowdx_black.gif);
	background-repeat: no-repeat;
	background-position: center right;
}

.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}


.ddmx .section {
    border-top: #397FAD 0px solid;
    border-left: #397FAD 0px solid;
    border-right: #397FAD 0px solid;
    border-bottom: #397FAD 5px solid;
    position: absolute;
    visibility: hidden;
    z-index: -1;
    vertical-align: middle;
}

.ddmx .selected,
.ddmx .selected:visited
{
    background: #FF9C00;
    color: #ffffff;
}

.ddmx .selected:hover {
    background: #F7F7F7;
    color: #FF9C00;
}

.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;
}

.ddmx .simplesection,
.ddmx a.simplesection:active,
.ddmx a.simplesection:link,
.ddmx a.simplesection:visited,
.ddmx a.simplesection:hover,
.ddmx a.simplesection
{
    text-align: center;
    font-weight: bold;
}





