/* ===== menu rozwijane ===== */

.roll_r, .roll_l {
	background-repeat: no-repeat;
}

.roll_r {
	background-image: url(ma-right.gif) ! important;
	background-position: 95%;
}

.roll_l {
	background-image: url(ma-left.gif) ! important;
}

/* ================================  */


.main_menu {
	width: 170px;
}

.main_menu div {
	background-color: gray;
	color: white;
	border: 1px solid white;
	cursor: pointer;

}


