﻿/*----------------STRUKTURA-------------------------*/
.struktura ul.AspNet-Menu /* Tier 1 */
{
    
	
    width: 151px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.struktura ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
    
}

.struktura ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
    
}

.struktura li /* all list items */
{
    width:149px;
    background: #FCF3C5;
    color:#999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
    background-position:top;  
    
    /*border-left: solid 1px transparent;
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    border-right:none;*/
    
}

.struktura li:hover, /* list items being hovered over */
.struktura li.AspNet-Menu-Hover
{
    background: #d2d2d2;

}

.struktura a, /* all anchors and spans (nodes with no link) */
.struktura span
{
    /*color: Black;
    padding: 4px 2px 4px 8px;
    border:1px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;*/
    color:#999999;
    
}

.struktura li.AspNet-Menu-Leaf a, /* leaves */
.struktura li.AspNet-Menu-Leaf span
{
    background-image: none !important;
	border-left: solid 1px #d0d0d0 !important;
	border-right: solid 1px #d0d0d0 !important;
	border-bottom: solid 1px #d0d0d0 !important;
	
}

.struktura li:hover a, /* hovered text */
.struktura li:hover span,
.struktura li.AspNet-Menu-Hover a,
.struktura li.AspNet-Menu-Hover span,
.struktura li:hover li:hover a,
.struktura li:hover li:hover span,
.struktura li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.struktura li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.struktura li:hover li:hover li:hover a,
.struktura li:hover li:hover li:hover span,
.struktura li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.struktura li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
   /* color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;*/
    background:url('./images/index/kopcinja/meni/struktura_over.gif') no-repeat;
    color:white;
    border:none;
    
}

.struktura li:hover li a, /* the tier above this one is hovered */
.struktura li:hover li span,
.struktura li.AspNet-Menu-Hover li a,
.struktura li.AspNet-Menu-Hover li span,
.struktura li:hover li:hover li a,
.struktura li:hover li:hover li span,
.struktura li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.struktura li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #7f7f7f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height:14px;
	padding:2px;
	
    /*background: transparent url(arrowRight.gif) right center no-repeat;*/
}


.struktura .AspNet-Menu-Selected /* this tier is selected */
{
    /*border: solid 1px #00ff00 !important;*/
    
}

.struktura .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    /*border: solid 1px #ff0000 !important;*/
}

.struktura .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
   /* border: solid 1px #0000ff !important;
    */
    
}

.struktura .static-menu-item
{
	border-style: none;
	width:151px;
	background: url('./images/index/kopcinja/meni/struktura.gif') no-repeat;
	height: 34px;
}

/*----------------USLUGI-------------------------*/



.uslugi ul.AspNet-Menu /* Tier 1 */
{
    
	
    width: 151px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.uslugi ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
    
}

.uslugi ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
    
}

.uslugi li /* all list items */
{
    width:149px;
    background: #FCF3C5;
    color:#999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
    background-position:top;  
    /*border-left: solid 1px transparent;
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    border-right:none;*/
    
}

.uslugi li:hover, /* list items being hovered over */
.uslugi li.AspNet-Menu-Hover
{
    background: #d2d2d2;

}

.uslugi a, /* all anchors and spans (nodes with no link) */
.uslugi span
{
    /*color: Black;
    padding: 4px 2px 4px 8px;
    border:1px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;*/
    color:#999999;
    
}

.uslugi li.AspNet-Menu-Leaf a, /* leaves */
.uslugi li.AspNet-Menu-Leaf span
{
    background-image: none !important;
	border-left: solid 1px #d0d0d0 !important;
	border-right: solid 1px #d0d0d0 !important;
	border-bottom: solid 1px #d0d0d0 !important;
}

.uslugi li:hover a, /* hovered text */
.uslugi li:hover span,
.uslugi li.AspNet-Menu-Hover a,
.uslugi li.AspNet-Menu-Hover span,
.uslugi li:hover li:hover a,
.uslugi li:hover li:hover span,
.uslugi li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.uslugi li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.uslugi li:hover li:hover li:hover a,
.uslugi li:hover li:hover li:hover span,
.uslugi li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.uslugi li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
   /* color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;*/
    background:url('./images/index/kopcinja/meni/uslugi_over.gif') no-repeat;
    color:white;
    border:none;
    
}

.uslugi li:hover li a, /* the tier above this one is hovered */
.uslugi li:hover li span,
.uslugi li.AspNet-Menu-Hover li a,
.uslugi li.AspNet-Menu-Hover li span,
.uslugi li:hover li:hover li a,
.uslugi li:hover li:hover li span,
.uslugi li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.uslugi li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #7f7f7f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height:14px;
	padding:2px;
	
    /*background: transparent url(arrowRight.gif) right center no-repeat;*/
}


.uslugi .AspNet-Menu-Selected /* this tier is selected */
{
    /*border: solid 1px #00ff00 !important;*/
    
}

.uslugi .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    /*border: solid 1px #ff0000 !important;*/
}

.uslugi .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
   /* border: solid 1px #0000ff !important;
    */
    
}

.uslugi .static-menu-item
{
	border-style: none;
	width:151px;
	background: url('./images/index/kopcinja/meni/uslugi.gif') no-repeat;
	height: 34px;
}




/*----------------SVET-------------------------*/

.svet ul.AspNet-Menu /* Tier 1 */
{
    
	
    width: 151px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.svet ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
    
}

.svet ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
    
}

.svet li /* all list items */
{
    width:149px;
    background: #FCF3C5;
    color:#999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
    background-position:top;  
    /*border-left: solid 1px transparent;
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    border-right:none;*/
    
}

.svet li:hover, /* list items being hovered over */
.svet li.AspNet-Menu-Hover
{
    background: #d2d2d2;

}

.svet a, /* all anchors and spans (nodes with no link) */
.svet span
{
    /*color: Black;
    padding: 4px 2px 4px 8px;
    border:1px solid #cccccc;
    background: transparent url(arrowRight.gif) right center no-repeat;*/
    color:#999999;
    
}

.svet li.AspNet-Menu-Leaf a, /* leaves */
.svet li.AspNet-Menu-Leaf span
{
    background-image: none !important;
	border-left: solid 1px #d0d0d0 !important;
	border-right: solid 1px #d0d0d0 !important;
	border-bottom: solid 1px #d0d0d0 !important;
}

.svet li:hover a, /* hovered text */
.svet li:hover span,
.svet li.AspNet-Menu-Hover a,
.svet li.AspNet-Menu-Hover span,
.svet li:hover li:hover a,
.svet li:hover li:hover span,
.svet li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.svet li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.svet li:hover li:hover li:hover a,
.svet li:hover li:hover li:hover span,
.svet li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.svet li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
   /* color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;*/
    background:url('./images/index/kopcinja/meni/svet_over.gif') no-repeat;
    color:white;
    border:none;
    
}

.svet li:hover li a, /* the tier above this one is hovered */
.svet li:hover li span,
.svet li.AspNet-Menu-Hover li a,
.svet li.AspNet-Menu-Hover li span,
.svet li:hover li:hover li a,
.svet li:hover li:hover li span,
.svet li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.svet li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{
    color: #7f7f7f;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	height:14px;
	padding:2px;
	
    /*background: transparent url(arrowRight.gif) right center no-repeat;*/
}


.svet .AspNet-Menu-Selected /* this tier is selected */
{
    /*border: solid 1px #00ff00 !important;*/
    
}

.svet .AspNet-Menu-ChildSelected /* a tier below this one is selected */
{
    /*border: solid 1px #ff0000 !important;*/
}

.svet .AspNet-Menu-ParentSelected /* a tier above this one is selected */
{
   /* border: solid 1px #0000ff !important;
    */
    
}

.svet .static-menu-item
{
	border-style: none;
	width:151px;
	background: url('./images/index/kopcinja/meni/svet.gif') no-repeat;
	height: 34px;
}


/*------------------------SPORT-------------------------------------*/

.sport ul.AspNet-Menu /* Tier 1 */
{
    
	
    width: 151px; /* This is more than (6em x 2) because we want to leave room for borders around the <li> elements that are selected */
}

.sport ul.AspNet-Menu ul  /* Tier 2 */
{
    width: 6em;
    top: 100%;
    left: 0;
    
}

.sport ul.AspNet-Menu ul ul  /* Tier 3+ */
{
    top: -0.5em;
    left: 6em;
    
}

.sport li /* all list items */
{
    border-style: none;
	width:149px;
	background: url('./images/prazno.gif') no-repeat;
	height: 34px;
    /*border-left: solid 1px transparent;
    border-bottom: solid 1px transparent;
    border-top: solid 1px transparent;
    border-right:none;*/
    
    
}

.sport li:hover, /* list items being hovered over */
.sport li.AspNet-Menu-Hover
{
    background:url('./images/prazno.gif') no-repeat;
    color:white;
    border:none;

}



.sport li.AspNet-Menu-Leaf a, /* leaves */
.sport li.AspNet-Menu-Leaf span
{

}

.sport li:hover a, /* hovered text */
.sport li:hover span,
.sport li.AspNet-Menu-Hover a,
.sport li.AspNet-Menu-Hover span,
.sport li:hover li:hover a,
.sport li:hover li:hover span,
.sport li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.sport li.AspNet-Menu-Hover li.AspNet-Menu-Hover span,
.sport li:hover li:hover li:hover a,
.sport li:hover li:hover li:hover span,
.sport li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a,
.sport li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span
{
   /* color: White;
    background: transparent url(activeArrowRight.gif) right center no-repeat;*/
    background:url('./images/prazno.gif') no-repeat;
    color:white;
    border:none;
    
}

.sport li:hover li a, /* the tier above this one is hovered */
.sport li:hover li span,
.sport li.AspNet-Menu-Hover li a,
.sport li.AspNet-Menu-Hover li span,
.sport li:hover li:hover li a,
.sport li:hover li:hover li span,
.sport li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a,
.sport li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span
{

	
    /*background: transparent url(arrowRight.gif) right center no-repeat;*/
}


.sport .stat
{
	border: none;
	width:149px;
	background: url('./images/prazno.gif') no-repeat;
	height: 34px;
}



.stat1
{
	border: none;
	width:168px;
	background: url('amslev+desen.jpg') no-repeat ;
	height: 34px;
}

