/* trigger button */
.mensgear {
	display:inline-block;
	cursor:pointer;
}


.ladiesgear {
	display:inline-block;
	cursor:pointer;
}


/* tooltip styling */
.tooltip {
	display:none;
	background:url(http://www.motogiya.com/images/menu_graphic.png);
	background-repeat:no-repeat;
	height:295px;
	padding:35px 30px 10px 30px;
	width:712px;
	font-size:11px;
	color:#fff;
}

/* a .label element inside tooltip */
.tooltip .label {
	color:yellow;
	width:35px;
}

.tooltip a {
	color:#fff;
	font-size:11px;
	font-weight:bold;
}