	/* 
	General styles for this example page */
	
	

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */

	}
		
	#dhtmlgoodies_menu{	/* Menu object */
		visibility:hidden;	

	}


	.biga {	/* Menu object */
		display: block;
		height: 42px;
	}
  
  	
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */

	}	


	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#dhtmlgoodies_menu ul li{
    display: block;
  	color: #fff;
  	text-decoration: none;
  	height: 47px;
  	    padding-top: 5;

  	
	 
	}
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		padding:0;
		margin: 0;
  	text-align: center;
  	background-image: url(../images/menu_bg.gif);
  	background-repeat: repeat-x;
  	
  	/* hlavny blok */
		
		
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0;
		padding:0;
   	text-align: left;
		
		
		/* submenu */
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */

	
	/*
	Main menu items 
	*/
	
	
	#dhtmlgoodies_menu .currentDepth1
  {
  	background-image: url(../images/menu_bg.gif);
    width: 80px;
  	height: 47px;
    padding: 0;
    margin:0;
	}
	
	
	#dhtmlgoodies_menu .currentDepth1 a
  {

    padding-top: 5;

    display: block;
  	color: #fff;
  	text-decoration: none;
  	background-image: url(../images/menu_divider.gif);
  	background-position: top right;
  	background-repeat: no-repeat;
  	height: 42px;
    margin:0;
    
	}
	
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
  	text-decoration: none;
    color: #fff;

    padding: 0;
    margin:0;


	}
	
  	
	#dhtmlgoodies_menu .currentDepth1over{
  	background-image: url(../images/menu_bg_a.gif);
  	background-repeat: repeat-x;
    width: 80px;
  	height: 47px;
    margin:0;
    padding-top: 5;
  }  	

      		

	
	
	
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		background-color: #81B2E0;
		color: #fff;
		height: 25px;
		width: 220px;
		line-height: 150%;
		margin: 0;
	  text-decoration: none;
    font-size: 11px;


	}
	
	#dhtmlgoodies_menu .currentDepth2 a{	/* Text rules */
	  text-decoration: none;
		display:block;
    color:#fff;
		height: 25px;
    width: 220px;
		line-height: 150%;
		padding-left: 10px;
    font-size: 11px;

	}	


	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
		display:block;
    color:#fff;
		height: 25px;
    width: 220px;
		line-height: 150%;
		padding-left: 10px;
	  text-decoration: none;
    font-size: 11px;

	}	

	#dhtmlgoodies_menu .currentDepth2over{
		background-color:#5785AE;
		color: #fff;
		height: 25px;
    width: 220px;
		line-height: 150%;
		margin: 0;
	  text-decoration: none;
		
	}	
	
	
	
	/* Sub menu depth 2 */
	/*
  #dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	*/
	/* Sub menu depth 3 */
	/*
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
	*/
	
	
	
