/****
* Website design and CSS style by Artis . design studio (www.goartis.com)
****/

/* SALON dropdown menu */
.dropdown {float:left; padding-right:5px;
	text-align: center;
}
.dropdown dt {width:102px; cursor:pointer; background: url(../img/mmenu_salon.gif);
	height: 23px;
}
.dropdown dt:hover {background: url(../img/mmenu_salon_on.gif)}
.dropdown dd {position: relative; overflow:hidden; width:102px; display:none;  z-index:200; opacity:0}
.dropdown ul {width:105px; list-style:none;}
.dropdown li {display:inline;
}
.dropdown a:link, .dropdown a:active, .dropdown a:visited {display:block; padding:2px; color: white; text-decoration:none; background: url(../img/mmenu_salon_bk.gif) no-repeat; width: 102px;
	opacity: 0.75;
	margin-top: 4px;
	height: 19px;
}
.dropdown a:hover {background: #DBD392 url(../img/mmenu_salon_bk.gif) no-repeat; color: #6a6647;
	opacity: 1;
}

/* SPA dropdown menu */
.dropdownspa {float:left; padding-right:5px;
	text-align: center;
}
.dropdownspa dt {width:102px; cursor:pointer; background: url(../img/mmenu_spa.gif);
	height: 23px;
}
.dropdownspa dt:hover {background: url(../img/mmenu_spa_on.gif)}
.dropdownspa dd {position: relative; overflow:hidden; width:102px; display:none;  z-index:200; opacity:0}
.dropdownspa ul {width:105px; list-style:none;}
.dropdownspa li {display:inline;
}
.dropdownspa a:link, .dropdownspa a:active, .dropdownspa a:visited {display:block; padding:2px; color: white; text-decoration:none; width: 102px; background: url(../img/mmenu_spa_bk.gif) no-repeat;
	opacity: 0.75;
	margin-top: 4px;
		height: 19px;
}
.dropdownspa a:hover {background: #83C7C9  url(../img/mmenu_spa_bk.gif) no-repeat; color: #45696b;
	opacity: 1;
}

/* MAKEUP dropdown menu */
.dropdownmu {float:left; padding-right:5px;
	text-align: center;
}
.dropdownmu dt {width:120px; cursor:pointer; background: url(../img/mmenu_makeup.gif);
	height: 23px;
}
.dropdownmu dt:hover {background: url(../img/mmenu_makeup_on.gif)}
.dropdownmu dd {position: relative; overflow:hidden; width:120px; display:none;  z-index:200; opacity:0}
.dropdownmu ul {width:105px; list-style:none;}
.dropdownmu li {display:inline;
}
.dropdownmu a:link, .dropdownmu a:active, .dropdownmu a:visited {display:block; padding:2px; color: white; text-decoration:none; width: 120px; background: url(../img/mmenu_makeup_bk.gif) no-repeat;
	opacity: 0.75;
	margin-top: 4px;
		height: 19px;
}
.dropdownmu a:hover {background: #9EB287 url(../img/mmenu_makeup_bk.gif) no-repeat; color: #5c674e;
	opacity: 1;
}

/* MORE dropdown menu */
.dropdownmore {float:left; padding-right:5px;
	text-align: center;
}
.dropdownmore dt {width:120px; cursor:pointer; background: url(../img/mmenu_more.gif);
	height: 23px;
}
.dropdownmore dt:hover {background: url(../img/mmenu_more_on.gif)}
.dropdownmore dd {position: relative; overflow:hidden; width:120px; display:none;  z-index:200; opacity:0}
.dropdownmore ul {width:105px; list-style:none;}
.dropdownmore li {display:inline;
}
.dropdownmore a:link, .dropdownmore a:active, .dropdownmore a:visited {display:block; padding:2px; color: white; text-decoration:none; width: 120px; background: url(../img/mmenu_more_bk.gif) no-repeat;
	opacity: 0.75;
	margin-top: 4px;
		height: 19px;
}
.dropdownmore a:hover {background: #9EB287 url(../img/mmenu_more_bk.gif) no-repeat; color:#745153;
	opacity: 1;
}



