#DDMenu{
margin:0px auto;
/*display:none;*/
border:0px solid rgb(255,0,0);
background-color:rgb(131,196,32);

/*
background-image: url(sit_menu_hv_1.jpg);
	background-position:top left;
	background-repeat:repeat-x;
*/
text-align: left;
position:relative;
z-index:999;


}

#DDMenuTop{
display:none;
overflow:hidden;
margin:0px auto;
padding:0px;
height:6px;
border:0px solid rgb(255,0,0);
background-image: url(menuDDTop.gif);
background-position:top left;
}

/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	position:absolute;
	top:0px;
	left:6px;
	z-index:999999;
	list-style:none;
	text-align: left;
	border:0px solid rgb(255,0,0);
	border-bottom:0px solid rgb(0,0,255);/*wazne dla IE*/
	
			
}

/* these are the inner menus*/
.dropdown 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 li{
	margin:0px;
	padding:0px;
	
	background:none;
	cursor:pointer;
	font-weight:bold;
	text-align:center;
	
	color:rgb(255,255,255);
	/*
	background-image: url(wod_menu_hv_1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*/

	
	
}


.dropdown li:hover{

  	
	
	
	/*font-weight:bold;*/
	
	/*
	background-image: url(sit_menu_hv_2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*/
	
	
	
}




/* these are anchor in the menu, if you want to style them differently from the rest of you website*/




.dropdown a{
	text-decoration:none;
	font-size:8pt;
	color:rgb(255,255,255);
	padding-top:0px;
	
	height:100%;
	width:100%;
	
		
	background-image: url(wod_menu_hv_1.jpg);
	background-position:top left;
	background-repeat:no-repeat;

			
}

.dropdown a:hover{
	text-decoration:none;
	color:rgb(255,255,255) !important;
	
	background-image: url(wod_menu_hv_2.jpg);
	background-position:top left;
	background-repeat:no-repeat;

	
}



/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border:0px solid rgb(230,230,230);
	border-top:0px;
	
	/*margin-left:-1px;*/
	
	font-weight:normal;
	/*background:none;*/
	
	
	
	
	/*background:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="/img_style/menu_backg_1.png");background-repeat:no-repeat; */
	
	
}


.dropdown 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 ul li:hover a{
	/*
	display:block;
	color:rgb(255,255,255) !important;
	*/
	

}

.dropdown ul li:hover a:hover{
	/*
	color:rgb(255,255,255) !important;
	background-color:rgb(0,0,0);
	*/

}

.dropdown ul li a{
	padding-top:5px;
	padding-bottom:5px;
	overflow:hidden;
	/*padding:5px;*/
	
	color:rgb(255,255,255) !important;
	
	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:bold;
	
	
	
	
}

.dropdown ul li a.false_link:hover{

color:rgb(180,180,180) !important;


}

.dropdown ul li a.nobg:hover{
	
	background-color:transparent !important;
}


.dropdown ul li a:hover{
	background:none;
	color:rgb(234,137,66) !important;
	background-color:rgb(18,60,120);

	
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{
	
	padding:0px;
	margin:0px;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
	/*height:50px;*/
	
	
	
	
}


.dropdown li.submenu-down a{
	/*color:rgb(0,68,117);*/
	color:rgb(255,255,255);
	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	border:0px solid rgb(230,230,230);
	border-top:0px;
	/*margin-left:-1px;*/
	/*width:150px;*/
	font-weight:normal;
	height:auto;
	
	
}


.dropdown li.submenu-left a{
color:rgb(0,68,117);

}

