.ddmx {
    font: 11px tahoma;
}
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 0px;
    border: 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	 padding: 0;
    padding: 5px;  
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
}
.ddmx .item2 {
    background: #ECECEC;
    color: #231f20;
    border-top: 1px solid #FDFDFD;
    border-bottom: 1px solid #CDCDCD;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
        background: #E5E5E5  ;
	color:  #990033;
}

.ddmx .item2 img {
    padding-right: 5px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    padding: 3px 16px 4px 8px;
}

/* start: styles link,Once link,end link of subcategories pulldown*/
.ddmx .item2start,
.ddmx .item2start:hover {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 5px; 
}
.ddmx .item2start {
    background: #ECECEC;
    color: #231f20;
    border-top: 0px solid #FDFDFD;
    border-bottom: 1px solid #CDCDCD;
}
.ddmx .item2start:hover {
    background: #E5E5E5  ;
	color:  #990033;
}
.ddmx .item2start img {
    padding-right: 5px;
}


.ddmx .item2end,
.ddmx .item2end:hover {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 5px; 
 
}
.ddmx .item2end {
    background: #ECECEC;
    color: #231f20;
    border-top: 1px solid #FDFDFD;
    border-bottom: 0px solid #CDCDCD;
}
.ddmx .item2end:hover {
    background: #E5E5E5  ;
	color:  #990033;
}
.ddmx .item2end img {
    padding-right: 5px;
}



/* ----------------------------- */
.ddmx .item2Once,
.ddmx .item2Once:hover {
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    padding: 5px; 
 
}
.ddmx .item2Once {
    background: #ECECEC;
    color: #231f20;
    border-top: 0px solid #FDFDFD;
    border-bottom: 0px solid #CDCDCD;
}
.ddmx .item2Once:hover {
    background: #E5E5E5  ;
	 color:  #990033;
}
.ddmx .item2Once img {
    padding-right: 5px;
}
/* ----------------------------- */
/* end: styles link,Once link,end link of subcategories pulldown*/

 

.ddmx .section {
 	 padding-left: 0px; 
	 margin-top: 10px;
    border: 0px #999999;
    border-style: none solid solid solid;
	 border-top: 0px solid #45903d;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

* html .ddmx td { position: relative; } /* ie 5.0 fix */
