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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 14px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle li
{
 padding: 0px;
 /*background-color: #ff0000;*/
 margin: 0px;
 padding: 0px;
 border: 0px;
}

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

.ddsubmenustyle li a:hover{
background: #ffffff url(../../imagini/submenu_ovr.jpg) repeat-x;
border: 1px solid #cccccc;
color: #40e2ff;
}

.ddsubmenustyle li a{
display: block;
width: 150px;
color: black;
background-color: #ffffff;
text-decoration: none;
padding: 4px 5px;
margin: 0px;
margin-bottom: 0px;
border: 1px solid #ececec;
font-family:verdana;
font-size:14px;
color:#6c6c6c;
font-weight:bold;
}

.ddsubmenustyle ul li a
{
 width: 300px;
}

/* ######### 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;
left: 100px;
border: 0;
}

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