@charset "utf-8";

/**************************************************************

	Image Menu
	v 2.2

**************************************************************/


#imageMenu {
	position: relative;
	width: 700px;
	height: 208px;
	overflow: hidden;
}



#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 208px;
	width: 1340px;
	
	}

#imageMenu ul li {
	float: left;
	background-color:black;
}

#imageMenu ul li a {
  text-indent: -1000px;
	background:#FFFFFF none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:83px;
	height: 208px;
}
/*category styles*/
#imageMenu ul li.Pokerzetoni a{
	background: url(../../images/categories/poker_zetoni.png) no-repeat scroll 0%;
}

#imageMenu ul li.Pokeržetoni a{
	background: url(../../images/categories/poker_zetoni.png) no-repeat scroll 0%;
}

#imageMenu ul li.Kompletipokerzetonov a{
	background: url(../../images/categories/kompleti_zetonov.png) no-repeat scroll 0%;
}

#imageMenu ul li.Pokerkarte a {
	background: url(../../images/categories/poker_karte.png) no-repeat scroll 0%;
}

#imageMenu ul li.Pokermize a {
	background: url(../../images/categories/poker_mize.png) no-repeat scroll 0%;
}

#imageMenu ul li.Pokeroprema a {
	background: url(../../images/categories/poker_oprema.png) no-repeat scroll 0%;
}

#imageMenu ul li.Samsvojmojster a {
	background: url(../../images/categories/poker_mojster.png) no-repeat scroll 0%;
	min-width:305px;
}

.clear {
	clear: both;
}

/*************************************************************/

