/* CSS Document */
.menu { /*position:relative;*/ /*z-index:100;*/
 }
#toplvlist{	margin: 0;	padding: 0; /*position:relative;*/ width:766px; height:69px; background:transparent url(images/menutopbottom.png) no-repeat bottom;}
#toplvlist li{	float: left; list-style: none; border:0px #7b5e2e solid; border-right-width:2px;}
#toplvlist li a{
 text-decoration: none; font-size:12px; white-space: nowrap
}
#toplvlist li a.firstlv{color: #fff; font-weight:bold;}
.menu li#spaconsult{border-right-width:0px;}
.menu #stonespa {}
.menu #stonesauna {}
.menu #stonebed {}
.menu #magmayoga {}
.menu #spaproduct {}
.menu #spaconsult {}
.menu li a{padding:26px 0px; display:block;}
@media screen {  
#toplvlist li a.firstlv {
   text-indent: -10000px;
   overflow: hidden;
 }
#toplvlist #stonespa a.firstlv{background: url(images/magmastonespa.png) no-repeat; width:200px;}
/*#toplvlist #stonesauna a.firstlv{background: url(images/stonesauna.png) no-repeat; width:136px;}*/
#toplvlist #stonebed a.firstlv{background: url(images/hotstonebed.png) no-repeat; width:160px;}
#toplvlist #magmayoga a.firstlv{background: url(images/magmayoga.png) no-repeat; width:135px;}
#toplvlist #spaproduct a.firstlv{background: url(images/spaproduct.png) no-repeat; width:140px;}
#toplvlist #spaconsult a.firstlv{background: url(images/spaconsult.png) no-repeat; width:123px;}
}

#toplvlist li a:hover{}
#toplvlist li ul{position: absolute; visibility: hidden; z-index:10;}
ul#toplvlist ul {/*width:149px;*/ border:1px #000 solid; padding:0; background-color:#FC6; margin-top:2px;}
#toplvlist li ul li	{float: none; /* display: inline;*/ border-width:0px;}
/* style the second level background */
#toplvlist ul a, #toplvlist ul a:visited {overflow:auto; background-color:#2D1B00; background-image:none; padding:5px 0px 5px 5px; color:#cbb26c;}
#toplvlist #stonespa ul a, #toplvlist #stonespa ul a:visited {width:160px;}
#toplvlist #spaproduct ul a, #toplvlist #spaproduct ul a:visited {width:120px;}
#toplvlist li ul li a:hover{background-color:#69450e;}
