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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 10px Verdana;
color: black;
margin: 0px 0px 0px 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #a7cdff;  /*back groundu copiilor*/
border: 0px solid #e2e3e7;
border-bottom-width: 0;
visibility: hidden;
z-index: 1000;
}

.ddsubmenustyle li a{
display: block;
width: 200px; /*width of menu (not including side paddings)*/
color: white;
background-color: #e7f1ff;
text-decoration: none;
text-align: left;
font-size:10px;
color: black;
padding: 4px 5px;
border-bottom: 0px solid #e2e3e7;
z-index: 1000;
float: left;
clear: left;
}


.ddsubmenustyle li a:visited{
text-decoration: none;
text-align: left;
font-size:10px;
color: black;
}

.ddsubmenustyle li a:hover{
background-color: #a7cdff;
text-align: left;
font-size:10px;
color: black;
}

.ddsubmenustyle li a:active{
background-color: #e2e3e7;
text-align: left;
font-size:10px;
color: black;
}

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

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

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

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