/* WP Menubar Suckerfish template

	Credits:
	Son of Suckerfish Dropdowns
	By Patrick Griffiths and Dan Webb
	http://www.htmldog.com/articles/suckerfish/dropdowns/
*/

#wpmtopmenu {
	margin: 0 auto;
	padding: 0;
	width: 880px;
	text-align: left;
	background:;
}

#wpmtopmenu ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	height:36px;
	z-index: 10;
}

#wpmtopmenu li {
	float: left;
	padding: 0;
	margin: 0;
	height: 36px;
	
}
.tenpo{
	background: url(../../../themes/tokati/images/menu01.png) no-repeat;
	height: 38px;
	width: 168px;
	text-indent: -999px;
	display: block;}
	
.tenpo :hover{
	background: url(../../../themes/tokati/images/menu01_b.png) no-repeat;
	height: 38px;
	width: 168px;
}
.kodawari{
	background: url(../../../themes/tokati/images/kodawari_a.png) no-repeat;
	height: 38px;
	width: 168px;
	text-indent: -999px;
	display: block;}
	
.kodawari :hover{
	background: url(../../../themes/tokati/images/kodawari_b.png) no-repeat;
	height: 38px;
	width: 168px;
}

.kaishiya{
	background: url(../../../themes/tokati/images/kaishiya_a.png) no-repeat;
	height: 38px;
	width: 120px;
	text-indent: -999px;
	display: block;}
	
.kaishiya :hover{
	background: url(../../../themes/tokati/images/kaishiya_b.png) no-repeat;
	height: 38px;
	width: 120px;
}
.contact{
	background: url(../../../themes/tokati/images/menu04.png) no-repeat;
	height: 38px;
	width: 100px;
	text-indent: -999px;
	display: block;}
	
.contact :hover{
	background: url(../../../themes/tokati/images/menu04_b.png) no-repeat;
	height: 38px;
	width: 100px;
}
.onlineshop{
	background: url(../../../themes/tokati/images/onlineshop_a.png) no-repeat;
	height: 38px;
	width: 165px;
	text-indent: -999px;
	display: block;}
	
.onlineshop:hover{
	background: url(../../../themes/tokati/images/onlineshop_b.png) no-repeat;
	height: 38px;
	width: 165px;
}





.namagasi{
	background: url(../../../themes/tokati/images/menu00.png) no-repeat;
	height: 38px;
	width: 162px;
	text-indent: -999px;
	display: block;}
	
.namagasi :hover{
	background: url(../../../themes/tokati/images/menu00_b.gif) no-repeat;
	height: 38px;
	width: 176px;
}
.home{
	background: url(../../../themes/tokati/images/menu_home.png) no-repeat;
	height: 38px;
	width: 167px;
	margin:0 0 0 0px;
	text-indent: -999px;
	display: block;}
	

//#wpmtopmenu li.selected {
border-bottom: 4px solid #932A59;
}

#wpmtopmenu a {
	font-size: 12px;
	font-weight: bold;

	color: white;
	text-decoration: none;
	display: block;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	overflow: hidden;
}

#wpmtopmenu li li a {
	padding: 0;
	text-indent: 15px;
	width: 167px;
}

#wpmtopmenu ul li {
	position: relative;
}

#wpmtopmenu li ul {
	top: 36px;
	position: absolute;
	left: -999em;
	zheight: auto;
	width: 170px;
	margin: 0;
	padding: 0;
}
	
#wpmtopmenu li li {
	float: left;
	padding: 0;
	width: 170px;
}

#wpmtopmenu li ul ul {
	margin: -26px 0 0 170px;
}

#wpmtopmenu li:hover ul ul, 
#wpmtopmenu li:hover ul ul ul,
#wpmtopmenu li:hover ul ul ul ul,  
#wpmtopmenu li.wpmhover ul ul, 
#wpmtopmenu li.wpmhover ul ul ul, 
#wpmtopmenu li.wpmhover ul ul ul ul {
	left: -999em;
}

#wpmtopmenu li:hover ul, 
#wpmtopmenu li li:hover ul, 
#wpmtopmenu li li li:hover ul, 
#wpmtopmenu li li li li:hover ul,
#wpmtopmenu li.wpmhover ul, 
#wpmtopmenu li li.wpmhover ul, 
#wpmtopmenu li li li.wpmhover ul,
#wpmtopmenu li li li li.wpmhover ul{
	left: 0;
}





#wpmtopmenu li {
	

}

#wpmtopmenu ul ul {
	border-left: 1px solid #D4D0C8;
	border-right: 1px solid #D4D0C8;
}

#wpmtopmenu li li {
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #D4D0C8;

}

.//wpm3-after {
	clear: left;
	margin: 0;
	height: 6px;
}

