/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin:0px;
padding:0px;
width:205px;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100;
}
.ddsubmenustyle ul li{
/*
padding:0px;
margin:0px;
display:block;
list-style-type:none;
background:url(/img/b_meniu.jpg) no-repeat;
width:100%;
padding-top: 0px;
*/
}

.ddsubmenustyle li a{
display: block;
font-size:14px;
font-weight:800;
font-style:italic;
color:#ff0;
text-decoration:none;
padding: 0px 0px 0px 47px;
margin:0px;
width:205px;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
color:#000000;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
display:none;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}