#menu{
	float:right;
	margin:0 10px 0 0;
	}

#menu a:hover {color: #f7f7f7; text-decoration: none;}

.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background:none;
    font: 12px arial;
    color: #1e415a;
    text-decoration: none;
    display: block;
	border-right:1px solid #1e415a;
    white-space: nowrap;
    position: relative;
	text-align:left;
}
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #1e415a;
    font: 12px arial;
    color: #f7f7f7;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
}
.ddmx .last,
.ddmx .last:hover,
.ddmx .last-active,
.ddmx .last-active:hover {
    padding: 3px 10px 3px 10px;
    background:none;
    font: 12px arial;
    color: #1e415a;
    text-decoration: none;
    display: block;
	border:none;
    white-space: nowrap;
    position: relative;
	text-align:left;
}
.ddmx .last:hover,
.ddmx .last-active,
.ddmx .last-active:hover {
    padding: 3px 10px 3px 10px;
    background: #1e415a;
    font: 12px arial;
    color: #f7f7f7;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:left;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;    
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
}
.ddmx .item2 {
    background: #ffffff;
	color: #1e415a;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #1e415a;
	color:f7f7f7;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #1e415a;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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

.last{border:none}