.ddmx {
    font: 11px arial;
}

.ddmx .itemSearch {
	padding: 8px 10px 4px 10px;
    background:#790000;
    font: 11px arial;
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 16;
}

.ddmx .item1 {
	background: #790000;
    padding: 8px 10px 3px 10px;
    font: 11px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 16;
    
 }
.ddmx .item1:hover {
 	background: #790000;
    padding: 7px 10px 3px 10px;
	font: 11px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 16;
}
.ddmx .item1-active,
.ddmx .item1-active:hover {
	background:#790000;
    padding: 7px 10px 3px 10px;
	font: 11px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    height: 16;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    width: 155;
    padding-top: 9px;
	padding-bottom: 5px;
	padding-left: 0px;
    font: 11px arial;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 10000;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	width: 155;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.ddmx .arrow,
.ddmx .arrow:hover {
    width: 155;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
    z-index: 500;
}
.ddmx .item2 img,
.ddmx .item2-active img{
    position: absolute;
    top: 4px;
    right: 1px;
}
.ddmx .section {
	width: 155;
	background: url(http://www.icalosangeles.org/menu/images/menu_item2a.png) no-repeat;
	border-top: 1px solid #790000;
	border-bottom: 1px solid #434343;
	border-left: 1px solid #434343;
	border-right: 1px solid #434343;
    position: absolute;
    visibility: hidden;
    z-index: 0;
}

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