/* MENU TABLE */
.ddmx {
	width:735px;
	border:0px;
}

/* ITEM 1 - GROUP */
.ddmx .item1,
.ddmx .item1:hover,
.ddmx .item1-active,
.ddmx .item1-active:hover {
    padding: 3px 10px 3px 10px;
    background: #000000;
    font: 12px arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
	text-align:center;
}

/* ITEM 2 (COIFFEUR) */
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
	width:150px;
}

.ddmx .item2 {
    background: #BFA7A7;
}

.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
    background: #ffffff;
}

/* ITEM 3 (INSTITUTS) */
.ddmx .item3,
.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
	width:130px;
}

.ddmx .item3 {
    background: #D1D1EF;
}

.ddmx .item3:hover,
.ddmx .item3-active,
.ddmx .item3-active:hover {
    background: #ffffff;
}

/* ITEM 4 (CHIRURGIE) */
.ddmx .item4,
.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
	width:130px;
}

.ddmx .item4 {
    background: #DDEFA4;
}

.ddmx .item4:hover,
.ddmx .item4-active,
.ddmx .item4-active:hover {
    background: #ffffff;
}

/* ITEM 5 (PRODUITS) */
.ddmx .item5,
.ddmx .item5:hover,
.ddmx .item5-active,
.ddmx .item5-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
	width:130px;
}

.ddmx .item5 {
    background: #D1EFEF;
}

.ddmx .item5:hover,
.ddmx .item5-active,
.ddmx .item5-active:hover {
    background: #ffffff;
}

/* ITEM 6 (AUTRES) */
.ddmx .item6,
.ddmx .item6:hover,
.ddmx .item6-active,
.ddmx .item6-active:hover {
    padding: 3px 8px 4px 8px;
    font: 11px tahoma;
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    white-space: nowrap;
    position: relative;
    z-index: 500;
	text-align:left;
	width:120px;
}

.ddmx .item6 {
    background: #EFD1E0;
}

.ddmx .item6:hover,
.ddmx .item6-active,
.ddmx .item6-active:hover {
    background: #ffffff;
}

/* SECTION */
.ddmx .section {
    border: 1px solid #b8b4ae;
    position: absolute;
    visibility: hidden;
    z-index: -1;
}

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