/* menu.html */

#menu h2 {
font-size: 120%;
padding-left: 20px;
background: url(../img/menu.gif) no-repeat;
}

#menu h2 span{
margin-left: 1em;
color: #666;
font-size: smaller;
font-weight: normal;
}

#menu h2 span sup{
color: #ff6600;
}

#menu p.info {
font-size: 90%;
color: #666;
line-height: 1.4em;
text-align: right;
}

#menu p.info span{
color: #ff6600;
}

#menu ul {
margin-bottom: 8%;
}

#menu dl {
width: 100%;
border-bottom: 1px dashed #999;
}

#menu dt,#menu dd {
padding: 10px;
margin-left: 0px;
border-top: 1px dashed #999;
}

#menu dt {
font-weight: bold;
}

#menu dt span {
font-size: 90%;
font-weight: normal;
color: #666;
}


#menu dd {
text-align: right;
}

#menu dd span{
font-size: 90%;
margin-left: 1em;
}

#menu dd span.offprice{
font-size: 100%;
margin-left: 1em;
color: #ff3399;
}

#menu ol {
margin-top: 8%;
margin-bottom: 20%;
}

#menu ol img {
margin-right: 1em;
margin-bottom: 5%;
float: left;
}

#menu ol li {
clear: both;
}

#menu ol li p{
overflow: auto;
zoom: 1;
}

#menu ol li p span{
font-weight: bold;
color:#ff6600;
}

#menu ol li.headspa01 {
list-style-image: url(../img/headspa01.gif);
}

#menu ol li.headspa02 {
list-style-image: url(../img/headspa02.gif);
}

#menu ol li.headspa03 {
list-style-image: url(../img/headspa03.gif);
}

#menu ol li.headspa04 {
list-style-image: url(../img/headspa04.gif);
}

#menu ol li.headspa05 {
list-style-image: url(../img/headspa05.gif);
}

#menu ol li.headspa06 {
list-style-image: url(../img/headspa06.gif);
}

#menu ol li.homecare {
list-style: none;
}

#menu ol.products {
padding-left: 0px;
margin-bottom: 0px;
}

#menu ol.products li {
list-style: none;
}
