#DDMenu{
margin:0px auto;
/*height:50px;*/
border:0px solid rgb(255,0,0);
background-color:rgb(255,255,255);

background-image: url(menuDDback.jpg);
background-position:bottom left;
background-repeat: repeat-x;


}

#DDMenuTop{
display:none;
margin:0px auto;
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;
	list-style:none;
	border:0px solid rgb(255,0,0);
	border-bottom:0px solid rgb(18,60,120);/*wazne dla IE*/
	
		
}


.menu_hv_first{

color:rgb(0,0,0) !important;
/*
background-image: url(wod_menu_hv_1.jpg) !important;
	background-position:top left;
	background-repeat:no-repeat;

*/
}

.menu_hv_first a{
padding-top:4px;
color:rgb(90,90,90) !important;

}

.menu_hv_first span{
padding-top:4px !important;
color:rgb(0,0,0) !important;
display:block;
height:100%;
}

.menu_hv_first span:hover{

/*

background-image: url(wod_menu_hv_2.jpg);
	background-position:top left;
	background-repeat:no-repeat;
*/
}

.menu_hv_first a:hover{

color:rgb(0,0,0) !important;

}


.menu_hv_next{
/*font-weight:bold !important;*/
color:rgb(90,90,90) !important;

}

.menu_hv_next a{
padding-top:0px;
color:rgb(90,90,90) !important;

}

.menu_hv_next a:hover{

color:rgb(0,0,0) !important;

}



/* these are the inner menus*/
.dropdown ul{
	margin:0px;
	padding:0px;
	border-top:0px 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;
		
	/*width:105px;*/
		
	/*height:46px;*/
	text-align:center;
	
	
	
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	display:block;
	height:100%;
	text-decoration:none;
	font-size:8pt;
	
	width:100%;
	/*
	background-image: url(wod_menu_hv_1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	*/
			
}

.dropdown a:hover{
	text-decoration:none;
	/*
	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:1px solid rgb(230,230,230);
	border-top:0px;
	padding:5px;
	margin-left:-1px;
	width:150px;
	font-weight:normal;
	height:auto;
	background-color:rgb(255,255,255);
	
	
}

.dropdown ul li:hover{
	background-color:rgb(240,240,240);

}

.dropdown ul li a{

background:none;

}

.dropdown ul li a:hover{

background:none;

}

/* 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{

	
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown li.submenu-left{
	border:1px solid rgb(230,230,230);
	border-top:0;
	padding:5px;
	margin-left:-1px;
	width:150px;
	font-weight:normal;
	height:auto;
	
	
}

.dropdown li.submenu-left a{


}

