﻿/************************
Navigacia a menu bar CSS
**************************/
.header-bottom {
   width:900px; 
   height:40px; 
   background:rgb(255,255,255) url(../img/bg_head_breadcrumbs.jpg) repeat-y;
}

/* Navigacia */
.header-breadcrumbs {
	float:left;				
	clear:both; 
	width:560px; 
	padding:1.0em 0 1.5em 0; 
	background:rgb(100,100,100) url(../img/bg_head_breadcrumbs.jpg) repeat-y;
}

.header-breadcrumbs ul {
   float:left; 
   width:560px; 
   list-style:none; 
   padding:0 0 0 15px; 
   font-family:verdana,arial,sans-serif;
 }
 
.header-breadcrumbs ul li {
   display:inline; 
   padding:0 0 0 10px; 
   background:transparent url(../img/bg_bullet_arrow.gif) no-repeat 0 50%; 
   font-weight:bold; 
   color:rgb(125,125,125); 
   font-size:100%;
}

.header-breadcrumbs ul a {
   color:rgb(70,122,167); 
   text-decoration:none;
}

.header-breadcrumbs ul a:hover {
   color:rgb(42,90,138); 
   text-decoration:underline;
}

/* Menu vpravo */
.nav1 { 
	float:right;
	padding:1.0em 0 0 0;
	width:330px; 
	z-index:3; 
}

.nav1 ul {
	float:right; 
	padding:0 15px 0 0; 
	font-weight:bold;
}	

.nav1 li {
	display:inline; 
	list-style:none;
}

.nav1 li a {
    display:block; 
	float:left; 
	padding:2px 5px 2px 5px; 
	color:rgb(125,125,125); 
	text-decoration:none; font-size:120%;
}

.nav1 a:hover {
    text-decoration:none; 
	color:rgb(50,50,50);
}
