/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}
.qmmc .qmdividery{float:left;width:0px;}
.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}
.qmmc {position:relative;zoom:1;z-index:10;}
.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}
.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}
.qmsh div a {float:left;}
.qmmc div{visibility:hidden;position:absolute;}
.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}
.qmmc .qmcbox a{display:inline;}
.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}
.qmmc li {z-index:auto;}
.qmmc ul {left:-10000px;position:absolute;z-index:10;}
.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}
.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}

/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{
	background-color:transparent;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 46px;
	
	z-index: 1 !important;
}

	#qm0 ul {top:100%;}
	#qm0 ul li:hover>ul{top:0px;left:100%;}

	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		margin: 0px 0px 0px 0px;
		padding: 15px 15px 0px 15px;
		color: white;
		font-family: Arial;
		font-size:12px;
		text-decoration:none;
		font-weight:bold;
		text-transform: uppercase;
		background: url(/uws_templates/default/graphics/menu_border.gif) no-repeat right;
		height: 31px;
		z-index: 50;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	

	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	

	}


/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:underline;
	}


/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		padding:8px;
		margin:1px 0px 0px 0px;
		background-color: white;
		border-width: 3px;
		border-style: solid;
		border-color: #b51919;
	}

/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:10px 20px 10px 65px;
		background-color:transparent;
		color: #b51919;
		font-size:12px;
		font-weight:bold;
		border-width:0px;
		float: left;
		background-image: none;
		text-transform: capitalize;
	}
	
 #qm0 .link
	{	
		color: red;
		text-decoration: none;
		float: none;
	}
	
 #qm0 .popis
	{	
		color: #9a9a9a;
		text-decoration: none;
		font-weight: normal;
		text-transform: lowercase;
		width: 120px;
		height: 120px;
		display: table;
	}
	

	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		text-decoration:underline;
	}

	 #qm0 .popis:hover
	{	
		text-decoration:none;
	}
	
 #qm0 .popis:hover
	{	

		text-decoration: none;
	}

	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#FFFFFF;
		color:#333333;
		text-decoration:none;
		border-color:#525252;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 4px 5px;
		color:#222222;
		font-family:Arial;
		font-size:11px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:1px;
		margin:5px 4px 5px 4px;
		border-color:#525252;
	}


	/*"""""""" Custom Rule""""""""*/	
	div#qm0 div div	
	{	
		margin:0px 0px 0px -1px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul ul	
	{	
		margin:0px 0px 0px -1px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 a	
	{	
		padding:5px 20px 5px 20px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul a	
	{	
		padding:2px 40px 2px 5px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul	
	{	
		margin:0px;
		background-color:#fd0101;
		border-width:1px;
		border-style:solid;
		border-color:#525252;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		background-color:#FFFFFF;
		color:#333333;
		text-decoration:none;
		border-color:#525252;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 .qmparent	
	{	
		background-image:url(qmimages/arrow_7.gif);
		background-repeat:no-repeat;
		background-position:95% 55%;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul .qmparent	
	{	
		background-image:url(qmimages/arrow_10.gif);
	}


 #qm0 .horska_kola
	{	
		background: url(/uws_images/menu/horska_kola.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		width: 150px;
		border-bottom: 1px dashed silver;
	}
	
 #qm0 .trekingova_kola
	{	
		background:url(/uws_images/menu/trekingova_kola.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		width: 150px;
		border-bottom: 1px dashed silver;
	}
	
 #qm0 .detska_kola
	{	
		background:url(/uws_images/menu/detska_kola.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		width: 150px;
		border-bottom: 1px dashed silver;
		
	}
 #qm0 .celoodpruzena_kola
	{	
		background:url(/uws_images/menu/celoodpruzena_kola.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		width: 150px;
	}
 #qm0 .vyprodej_kola
	{	
		background:url(/uws_images/menu/vyprodej_kola.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		width: 150px;
	}
	
	
 #qm0 .brzdy  {	
		background:url(/uws_images/menu/brzdy.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		border-bottom: 1px dashed silver;
		width: 200px;
		border-left: 1px dashed silver;
}
 #qm0 .rafky  {	
		background:url(/uws_images/menu/rafky.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		border-bottom: 1px dashed silver;
		width: 200px;
}
 #qm0 .prevody  {	
		background:url(/uws_images/menu/prevody.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		border-bottom: 1px dashed silver;
		width: 200px;
}
 #qm0 .plaste  {	
		background:url(/uws_images/menu/plaste.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		border-bottom: 1px dashed silver;
		border-left: 1px dashed silver;
		width: 200px;
}
 #qm0 .servis  {	
		background:url(/uws_images/menu/servis.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		border-bottom: 1px dashed silver;
		width: 200px;
}
 #qm0 .riditka  {	
		background:url(/uws_images/menu/riditka.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		width: 200px;
}
 #qm0 .pedaly  {	
		background:url(/uws_images/menu/pedaly.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		width: 200px;
		border-bottom: 1px dashed silver;
}
 #qm0 .sedla  {	
		background:url(/uws_images/menu/sedla.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		border-bottom: 1px dashed silver;
		width: 200px;
}
#qm0 .vidlice  {	
		background:url(/uws_images/menu/vidlice.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		width: 200px;
		border-left: 1px dashed silver;
}
#qm0 .bowdeny  {	
		background:url(/uws_images/menu/bowden.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		width: 200px;
}


 #qm0 .prislusenstvi  {	
		background:url(/uws_images/menu/prislusenstvi.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		width: 200px;
		border-bottom: 1px dashed silver;
}
 #qm0 .servis  {	
		background:url(/uws_images/menu/servis.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		width: 200px;
		border-bottom: 1px dashed silver;
		border-left: 1px dashed silver;
}
 #qm0 .vyziva  {	
		background:url(/uws_images/menu/vyziva.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		width: 200px;
		border-bottom: 1px dashed silver;
}
 #qm0 .detske_sedacky  {	
		background:url(/uws_images/menu/detske_sedacky.jpg) no-repeat;
		height: 80px;
		display: block;
		width: 200px;
		float: left;
		border-left: 1px dashed silver;
		border-bottom: 1px dashed silver;
}
 #qm0 .prilby  {	
		background:url(/uws_images/menu/bezpecnost.jpg) no-repeat;
		height: 80px;
		display: block;
		float: left;
		width: 200px;
		border-right: 1px dashed silver;
}


#qm0 .dresy  {	
		background:url(/uws_images/menu/dresy.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		border-bottom: 1px dashed silver;
		width: 125px;
}
#qm0 .kalhoty  {	
		background:url(/uws_images/menu/kalhoty.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		border-bottom: 1px dashed silver;
		border-left: 1px dashed silver;
		width: 125px;
}
#qm0 .bundy  {	
		background:url(/uws_images/menu/bundy.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		width: 125px;
		border-bottom: 1px dashed silver;
		border-left: 1px dashed silver;
} 
#qm0 .tricka  {	
		background:url(/uws_images/menu/trika_mikiny.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		border-bottom: 1px dashed silver;
		width: 125px;
}

#qm0 .detske_obleceni  {	
		background:url(/uws_images/menu/detske_obleceni.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		width: 125px;
		border-left: 1px dashed silver;
		border-bottom: 1px dashed silver;
}
 #qm0 .nadmerne {	
		background:url(/uws_images/menu/nadmerne.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		border-left: 1px dashed silver;
		border-bottom: 1px dashed silver;
		width: 125px;
}
 #qm0 .cepice  {	
		background:url(/uws_images/menu/cepice.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
		width: 125px;
}
#qm0 .vyprodej  {	
		background:url(/uws_images/menu/vyprodej.jpg) no-repeat;
		height: 50px;
		display: block;
		float: left;
	    width: 125px;
		border-left: 1px dashed silver;
}

