/* this is the main UL element*/
.dropdown_edit{
	
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	
	top:0px;
	left:6px;
	z-index:999999;
	position:absolute;
	list-style:none;
	text-align: left;
	border:0px solid rgb(255,0,0);
	border-bottom:0px solid rgb(0,0,255);/*wazne dla IE*/
	height:30px;
	
			
}

/* these are the inner menus*/
.dropdown_edit ul{
	margin:0px;
	padding:0px;
	/*border-top:2px solid rgb(255,0,0);*/
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown_edit li{
	margin:0px;
	padding:0px;
	
	background:none;
	cursor:pointer;
	/*font-weight:bold;*/
	text-align:center;
	
	color:rgb(0,0,0);
	/*
	background-image: url(wod_menu_hv_1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*/
	

	
	
}


.dropdown_edit li:hover{

  	
	
	
	font-weight:bold;
	
	/*
	background-image: url(menu_edit_bcg.jpg) !important;
	background-position:top left;
	background-repeat:repeat-x;
	*/
	
	
	
	
}




/* these are anchor in the menu, if you want to style them differently from the rest of you website*/

.dropdown_edit span.WlasciwosciForm{
margin:0px;
padding:0px;
height:25px;
width:80px;
overflow:hidden;
}

.dropdown_edit span.WlasciwosciForm a{
margin:0px;
padding:0px;
width:100%;
overflow:hidden;
}

.dropdown_edit form{
margin:0px;
padding:0px;

}


.dropdown_edit a{
	text-decoration:none;
	font-size:8pt;
	color:rgb(0,0,0);
	padding-top:0px;
	
	height:100%;
	width:100%;
	
	
	
	
	background-image: url(sit_menu_hv_1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	

			
}

.dropdown_edit a:hover{
	text-decoration:none;
	color:rgb(0,0,0) !important;
	
	/*background-image: url(sit_menu_hv_2.jpg);*/
	background-image:url(menu_edit_bcg.jpg);
	background-position:top left;
	/*background-repeat:no-repeat;*/
	background-repeat:repeat-x;
	

	
}



/* these are the LIs that only belong to submenu*/
.dropdown_edit ul li{
	border:1px solid rgb(230,230,230);
	border-top:0px;
	
	width:160px;
	
	font-weight:normal;
}


.dropdown_edit ul li:hover{
	
	/*background:none;*/
	
	/*background-color:rgb(0,0,0);*/
	
	/*
	background-image:url(menu_backg_2.png);
	background-position:top left;
	background-repeat:repeat;
	*/
	
	
}

.dropdown_edit ul li:hover a{
	/*
	display:block;
	color:rgb(255,255,255) !important;
	*/
	

}

.dropdown_edit ul li:hover a:hover{
	/*
	color:rgb(255,255,255) !important;
	background-color:rgb(0,0,0);
	*/

}

.dropdown_edit ul li a{
	width:158px;
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	/*padding:5px;*/
	background:none;
	color:rgb(40,40,40) !important;
	border:1px solid rgb(250,250,250);
	background-color:rgb(250,250,250);
	
	/*
	
	background-image:url(menu_backg_1.png);
	
	background-position:top left;
	background-repeat:repeat;
	*/
	
	
	z-index:9999999;
	
	display:block;
	height:100%;
	/*width:100%;*/
	
	font-weight:normal;
	
	
	
	
}

.dropdown_edit ul li a.nobg:hover{
	
	background-color:transparent !important;
}


.dropdown_edit ul li a:hover{
	/*background:none;*/
	
	/*background-color:rgb(203,218,223);*/
	
	color:rgb(0,21,110) !important;
	border:1px solid rgb(255,255,255);
	background-image:url(menu_edit_bcg.jpg);
	
	background-position:top left;
	background-repeat:repeat-x;
	
	

	
}

/* these are the LIs that contains a submenu*/
.dropdown_edit li.submenu-down{
	
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:8pt;
	/*font-weight:bold;*/
	/*height:50px;*/
	
	
	
	
}


.dropdown_edit li.submenu-down a{
	/*color:rgb(0,68,117);*/
	color:rgb(0,0,0);
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown_edit li.submenu-left{
	border:0px solid rgb(230,230,230);
	border-top:0px;
	/*margin-left:-1px;*/
	/*width:150px;*/
	font-weight:normal;
	height:auto;
	
	
}


.dropdown_edit li.submenu-left a{
color:rgb(0,68,117);

}

