@charset "UTF-8";
/* CSS Document */

li{
list-style:none;
display:inline;/*cures margin bug in ie6 */
margin:0px 0px 5px 0px;
padding:0px}

ul{
width:320px;
float:left;
display:inline;/*cures margin bug in ie6 */
margin:100px 0px 40px 25px;
padding:0px;
background-color:#ffffff;}


#nav-home a:link, #nav-home a:visited{
background:url(../images/home.gif) no-repeat left bottom;

} 

#nav-home a:hover, #nav-home a:active{
background:url(../images/home-over.gif) no-repeat right bottom;
}

#nav-shiatsu a:link, #nav-shiatsu a:visited{
background:url(../images/shiatsu.gif) no-repeat left bottom;

} 

#nav-shiatsu a:hover, #nav-shiatsu a:active{
background:url(../images/shiatsu-over.gif) no-repeat right bottom;

} 

#nav-background a:link, #nav-background a:visited{
background:url(../images/background.gif) no-repeat left bottom;

} 

#nav-background a:hover, #nav-background a:active{
background:url(../images/background-over.gif) no-repeat right bottom;

} 

#nav-aromatherapy a:link, #nav-aromatherapy a:visited{
background:url(../images/aromatherapy.gif) no-repeat left bottom;

} 

#nav-aromatherapy a:hover, #nav-aromatherapy a:active{
background:url(../images/aromatherapy-over.gif) no-repeat right bottom;

} 

#nav-daoyin a:link, #nav-daoyin a:visited{
background:url(../images/daoyin.gif) no-repeat left bottom;

} 

#nav-daoyin a:hover, #nav-daoyin a:active{
background:url(../images/daoyin-over.gif) no-repeat right bottom;

} 

#nav-reflexology a:link, #nav-reflexology a:visited{
background:url(../images/reflexology.gif) no-repeat left bottom;

} 

#nav-reflexology a:hover, #nav-reflexology a:active{
background:url(../images/reflexology-over.gif) no-repeat right bottom;

} 

#nav-corporate a:link, #nav-corporate a:visited{
background:url(../images/corporate.gif) no-repeat left bottom;

} 

#nav-corporate a:hover, #nav-corporate a:active{
background:url(../images/corporate-over.gif) no-repeat right bottom;

} 

#nav-prices a:link, #nav-prices a:visited{
background:url(../images/prices.gif) no-repeat left bottom;

} 

#nav-prices a:hover, #nav-prices a:active{
background:url(../images/prices-over.gif) no-repeat right bottom;

} 

#nav-contact a:link, #nav-contact a:visited{

background:url(../images/contact.gif) no-repeat left bottom;

} 

#nav-contact a:hover, #nav-contact a:active{
background:url(../images/contact-over.gif) no-repeat right bottom;

} 


ul a:link, ul a:visited, ul a:hover, ul a:active{
display:block;
margin:0px 0px 10px 0px;
padding:0px;
width:320px;
height:35px;
} 
