body {
margin: 0;
padding: 0;
color: #000;
background-color: #FFF;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
}
.header {
background-color: #DCDCDC;
color: #000;
font-size: 10px;
font-weight: bold;
padding: 0px;
border-bottom: 1px solid #000;
}
.quote {
width: 750; 
background-color: #DCDCDC;
color: #000;
font-size: 10px;
font-weight: bold;
padding: 2px;
border-bottom: 1px solid #000;
text-align: left;
}

h1 { 
color: #b22222;
font-size: 17px;
}

td.dot {
background: #FFF;
width: 10px;
border-right: 1px dotted #000;
padding: 0px;
color: #FFF;
font-size: 10px;
text-align: right;

}

table#main {
height: 100%;
vertical-align: top;
}
table#main td {
vertical-align: top;
}

table#in {
font-size: 10px;
}
table#in td {
font-size: 10px;
}

td.leftnav {
background: #FFF;
width: 175px;
border-right: 0px solid #000;
padding: 0px;
color: #FFF;
font-size: 10px;
text-align: right;

}

td.leftnav div.header {
background: #0B192F;
color: #FFF;
padding: 0px;
border-bottom: 0px solid #000;
font-size: 12px;
font-weight: bold;
text-align: center;
vertical-align: bottom;
}


td.content {
/* width: auto;*/
padding: 0px 0px 0px 0px;
font-size: 10px;
}
td.rightnav {
background: #FFF;
width: 175px;
border-left: 0px solid #000;
padding: 0px;
color: #FFF;
font-size: 10px;
text-align: center;
}

td.rightnav div.header {
background: #0B192F;
color: #FFF;
padding: 3px;
border-bottom: 0px solid #000;
font-size: 12px;
font-weight: bold;
text-align: center;
}


table#srodek {
font-size : 12px;
vertical-align: top;
text-align: center;
}
table#srodek td {
vertical-align: top;
font-size : 12px;
}
td.wewnatrz {
background: #E0D7CD;
border-left: 0px solid #000;
padding: 0px;
color: #534741;
font-size: 12px;
text-align: center;
}

.footer {
border-top: 0px solid #000;
padding: 0px;
text-align: center;
font-size: 9px;
color: #fff;
background : #000;
}
a:link {
           color : #737373;
           text-decoration : none;
      }
     a:visited {
           text-decoration : none;
           color : #737373;
      }
     a:hover {
           text-decoration : none;
           color : #0072BC;
      }
     a:active {
           text-decoration : none;
           color : #737373;
      }
     a {
           font-family : Verdana, Arial, Helvetica, sans-serif;
      }

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 130px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
        font-size: 9px;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 129px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #8DC63F;
	background: #fff; /* IE6 Bug */
	padding: 5px;
	border: 1px solid #ccc;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #0072BC; background: #f9f9f9; } /* Hover Styles */
		
li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
