.dropdown {
	font: 12px Verdana, Arial, Helvetica;
	font-weight: bold;
}

.dropdown img {
	text-decoration:none; 
	border: none;
}

.tytulGrupy {
	cursor: default;
}

.dropdown dd {
	position:absolute; 
	overflow:hidden; 
	width: 208px; 
	display:none; 
	background:#39B44A; 
	z-index:200;
	text-align: left;	
}

.dropdown ul {
	width:204px; 
	border:2px solid #004a00; 
	list-style:none; 
	border-top:none;
}

.dropdown li {
	display:inline;

}

.dropdown dd a, .dropdown dd a:active, .dropdown dd a:visited {
	display:block; 
	padding-top: 10px;
	padding-bottom: 10px;
	
	/*
	width:194px;
	background:#ecf6ff;
	*/ 
	
	color:#000;
	text-decoration:none; 
}

.dropdown dd a:hover {
	display: block;
	background:#006600;
	color:#fff;
	/*background:url(images/header_over3.gif);*/
	padding-top: 10px;
	padding-bottom: 10px;
	
}

.dropdown .underline {
	border-bottom:1px solid #004a00;
}


.frame {
	width: 900px;
	background:url(images/header3.gif);
}

.frame * {
	margin: 0;
	padding: 0;
}

.frame td {
	background:url(images/header3.gif);

	border-top:1px solid #BBFDBB; 
	border-bottom:1px solid #004a00;
	border-right:1px solid #004a00; 
	border-left:1px solid #BBFDBB; 
		
	color: #FFF;
	text-align: center;
	font-weight: bold;
	
	cursor: pointer; 
}

.selected a {
	background:url(images/header_over3.gif);
	color: #994D1C;
}

.menu a, .menu a:active, .menu a:visited {
	display:block; 
	padding-top: 9px; 
	padding-bottom: 9px; 
	color:#FFF;
	text-decoration:none; 
}

.menu a:hover {
	display:block; 
	padding-top: 9px; 
	padding-bottom: 9px; 
	color:#000;
	background:url(images/header_over3.gif);
}