﻿a         {text-decoration: none}
a:link {color: #2D2D67}
a:visited {color: #2D2D67}
a:active  {color: #2D2D67}
a:hover   {color: #2D2D67; text-decoration: underline}

h1    {
	font-family: Tahoma;
	color: #2D2D67;
}

h2    {
	font-family: Tahoma;
	color: #2D2D67;
}

h3    {
	font-family: Tahoma;
	color: #2D2D67;
}

h4    {
	font-family: Tahoma;
	color: #808080;
}

.pic1 {
	border-style: solid;
	border-width: 1px;
	margin: 5px;
}

.pic2 {
	border-style: solid;
	border-width: 1px;
	color: #808080;
	margin: 5px;
}



.text1 {
	font-family: Tahoma;
	font-size: x-small;
	color: #808080;
}

.table1 {
	border-width: 0px;
	text-align: left;
}
.table2 {
	border-width: 0px;
	text-align: center;
}
.header_red {
	text-align: left;
	font-family: Tahoma;
	font-size: xx-small;
	color: #BA0000;
}
.footer {
	font-family: Tahoma;
	font-size: x-small;
	color: #808080;
}
.hr {
	color: #808080;
	height: 1px;
	text-align: left;
}
.mapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.zoznam1 {
	list-style-type: square;
	font-family: Tahoma;
	font-size: small;
	color: #808080;
}

.menu1 {
	text-align: left;
	font-family: Tahoma;
	font-size: small;
	color: #BA0000;
}

body {
	behavior: url(csshover.htc);
}
 
a {
	color: #ffffff;
	text-decoration: none;
}

a.menu         {text-decoration: none; font-family: Tahoma}
a.menu:link {color: #ffffff; font-family: Tahoma}
a.menu:visited {color: #ffffff; font-family: Tahoma}
a.menu:active  {color: #ffffff; font-family: Tahoma}
a.menu:hover   {color: #ffffff; font-family: Tahoma}


ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width:200px;
}

ul li {
	font: bold 11px/16px arial, helvetica, sans-serif;
	height:100%;
	background:#BA0000;
	border-bottom:1px solid #fff;
	position: relative;
	float:left;
	width:100%;
	}
	
ul li ul li{
	background:#BA0000;
	}

ul li a{
	display:block;
	padding: 2px 3px;
	}

ul li a:hover {
	color: #ffffff;
	background: #ff0000;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
}

ul li ul li a:hover{
	background: #ff0000;
	border-left:1px solid #fff;
}

ul ul {
	position: absolute;
	top: 0;
	display:none;
}

ul li:hover ul{
	display: block;
	left:200px;
}