

  .p {font-family: Palatino Linotype;
   
	text-align: justify;
	text-indent: 3 em;
	padding-left: 15%;
	padding-right: 15%;
	padding-top: 10%; 
	}
  li {font-family: andalus; 
      font-size: 14 pt;
	  margin: 2pt;
	  text-align: justify;
  }
   li:first-letter {font-size: 20 pt; float: ;
			  color: #660000;}
			   a:link {color: #005959;
			   text-decoration: none;}
a:visited {color: red;
text-decoration: none;
}
a:hover {color:#005959; 
       

}
a:active {color: #008080;
text-decoration: none;

}
.glossymenu{
margin: 29px 0;
padding: 0;
width: 170px; /*width of menu*/

border-left: none ;
border-bottom-width: 0;

}

.glossymenu a.menuitem{
background: black;
font: 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: brown;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 4px;
padding-right: 10px;

text-decoration: none;
border: 1px solid white;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: white;
 border: 1px;
background-image: url(obrazy/strzalkawdol.gif);
}

.glossymenu a.menuitem:hover{

color: white;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #75A1BE;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0px;
background-color: #75A1BE;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid blue;
padding:0px;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 0px ;
padding-left: 10px;

}

.glossymenu div.submenu ul li a:hover{
background: #BAF8F3;
color: ;
}

