#tmenu1 {
	padding-left: 25px;
	padding-right: 15px;
	z-index: 1005;
	
}

#bmenu1 {
	z-index: 1002;
	padding-left: 25px;
	padding-right: 15px;
}

td.menutd {
	border-left: 2px solid #111111;
	border-top: 2px solid #111111;
}

.ddmx {
background-color: #2d2d2d;
	 font: 11px tahoma;
	 margin-right: 20px;
	 z-index: 1001;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 0px 3px 10px;
    background: #2d2d2d /*#272928*/;
    font: 15px arial;
    color: #E5E5DB;
    font-weight: normal;
    text-decoration: none;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 0px 4px 2px;
    font: 11px tahoma;
    color: #2d2d2d;
    font-weight: bold;
    text-decoration: none;
	 display: block;
	 white-space: nowrap;
    position: relative;
	 width: 120px;
    z-index: 500;
}

.ddmx .item2 {
    background-color: #939B8C; 
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #E5E5DB;
}

.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 0px 4px 8px;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
    border: 0;
}
.ddmx .section {
    border: 1px solid #b8b4ae;
	 background-color: #939B8C;
	 margin-left: 10px;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}
.ddmx .section:hover {
	 background-color: #E5E5DB;
}
* html .ddmx td { 
	position: relative; /* ie 5.0 fix */
 } 

