.ddmx {
    font: 11px tahoma;
	position:absolute;
	left: 0px;
	top: 70px;
	z-index: 10;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1:visited,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 7px 10px 7px 10px;
    font-family	:Verdana, sans-serif;
	text-transform: capitalize;
	font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	width: 180px;
	display:block;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2:visited,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 2px 8px 3px 8px;
    font: 12px Verdana, sans-serif;
	text-transform:capitalize;
    color: #ffffff;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	width: 200px;
}
.ddmx .item2 {
    background: #635674;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #cecece;
}
.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 #b8b4ae;
    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 */

.section a.stars {
	font-weight: bold !important;
	background:  #635674 url(../images/stars.gif) no-repeat 95% 50%;
}
