.menu_rozwijane {
	position: relative;
	float:left;
}

.menu_rozwijane dl {
	width: 102px;
	margin: 0;
	margin-right: 3px;
	padding: 0;	
}

.menu_rozwijane dt a:link, .menu_rozwijane dt a:visited {
	margin: 0;	
	padding-top: 10px;
	cursor: pointer;
	width: 102px;
	height: 26px;
	background: url("../images_zielony/gif/menu_css_sprites.gif") 0px 0px no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	display: block;
}

.menu_rozwijane dt a:hover {
	margin: 0;	
	margin-bottom: 4px;	
	padding-top: 6px;
	cursor: pointer;
	width: 102px;
	height: 26px;
	background: url("../images_zielony/gif/menu_css_sprites.gif") -102px 0px no-repeat;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 10px;
	text-decoration: none;
}

.menu_rozwijane dd {
	margin: 0;
	padding: 0px;
	border-right: 1px dashed #cfcfcf;
	border-left: 2px solid #99c700;
	background: #f1fedb;
	text-align: left;
	color: #99c700;
	width: 165px;	
}

.menu_rozwijane dd:hover {
	background: url("../images_zielony/gradienty/szary.png") #f1fedb bottom repeat-x;	
}

.menu_rozwijane dd a {
	display: block; /* cały blok z linkiem będzie klikalny */
	padding: 5px 0 7px 5px;
	
}

.menu_rozwijane dd  a:link, .menu_rozwijane dd  a:visited  {		
	text-decoration: none;
	color: #4d790d;	
	font-size: 12px;
}

.menu_rozwijane dd  a:hover {	
	text-decoration: none;
	color: #99c700;	
	font-weight: bold;
}