@charset "utf-8";
/* CSS Document */

/* Chmura */
.Chmura{

float:left;

}

/* Chmura koniec */


.MenuPionowe{

width: 190px; /*szerokość menu*/
float:left;

}

.MenuPionowe .MenuNaglowek{ /*generalny styl nagłówka listy*/

font: bold 15px Arial;

color: white;

background: black url(titlebar.png) repeat-x center left;

margin-bottom: 10px; /*odległość nagłówka od treści*/

text-transform: uppercase;

padding: 4px 0 4px 10px;

cursor: hand;

cursor: pointer;

}
.MenuPionowe .PodMenu{ /*generalny styl nagłówka listy*/

font: bold 12px Arial;

color: white;

background: black url(titlebar.png) repeat-x center left;

margin-bottom: 10px; /*odległość nagłówka od treści*/

text-transform: uppercase;

padding: 4px 0 4px 10px;

cursor: hand;

cursor: pointer;

}

.MenuPionowe .openheader{

background-image: url(titlebar-active.png);

}

.MenuPionowe ul{

list-style-type: none;

margin: 0;

padding: 0;

margin-bottom: 8px;

}

.MenuPionowe ul li{

padding-bottom: 2px; /*dolna przerwa między punktami menu*/

}

.MenuPionowe ul li a{
	color: #A70303;
	background: url(arrowbullet.png) no-repeat center left; /*wygląd "kropki"*/
	display: block;
	padding: 2px 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	border-bottom: 1px solid #dadada;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: justify;
	white-space: normal;
	top: 5px;
	line-height: 1.5em;
	border-bottom: 1px solid #dadada;
	font-weight:bold;
}

.MenuPionowe ul li a:visited{

color: #A70303;

}

.MenuPionowe ul li a:hover{

color: #A70303;

background-color: #F3F3F3;

}
