#tabMenu{
	margin:0;
	padding:0 0 0 0px;
	list-style:none;
	background-image:url(../images/tabMenu_bg.jpg);
	background-repeat:no-repeat;
}

#tabMenuWrapper{
	background-image:url(../images/tabMenu_bg.jpg);
	background-repeat:no-repeat;
}

#tabMenu li{
	float:left;
	height:35px;
	cursor:pointer;
	cursor:hand;
}

li.istutustapa {background:url(../images/tab_istutustapa.png) no-repeat 0 -35px; width:110px;}
li.jalometalliopas {background:url(../images/tab_jalometalliopas.png) no-repeat 0 -35px; width:144px;}
li.pintavaihtoehdot {background:url(../images/tab_pintavaihtoehdot.png) no-repeat 0 -35px; width:161px;}
li.kaiverrukset {background:url(../images/tab_kaiverrukset.png) no-repeat 0 -35px; width:121px;}
li.timantit {background:url(../images/tab_timantit.png) no-repeat 0 -35px; width:87px;}
li.jalometallianalyysit {background:url(../images/tab_jalometallianalyysit.png) no-repeat 0 -35px; width:186px;}

li.mouseover {background-position:0 0;}
li.mouseout {background-position:0 -35px;}
li.selected {background-position:0 0;}

.maintab2{
	width:868px;
	margin-top:53px;
	float:left;
	background-image:url(../images/tabBox_bg.jpg);
	background-repeat:repeat-y;
}

.tabBox{
	width:809px;
	float:left;
}

.boxTop{
	clear:both;
}

*html .boxTop{
	margin-bottom:-2px;
}

.boxBottom{
}

.boxBody div{
	display:none;
}

.boxBody div.show{
	display:block;
}

.boxBody #category a{
	display:block;
}

.boxBody div ul{
	margin:0 10px 0 25px;
	padding:0;
	width:190px;
	list-style-image:url(../images/arrow.gif);
}

*html .boxBody div ul{
	margin-left:10px;
	padding-left:15px;
}

.boxBody div li{
	border-bottom:1px dotted #8e8e8e;
	padding:4px 0;
	cursor:hand;
	cursor:pointer;
}

.boxBody div ul li.last{
	border-bottom:none;
}

.boxBody div li span{
	font-size:8px;
	font-style:italic;
	color:#888;
}