/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Arial;
margin: 0;
margin-top: 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #fbfbfb;/*background colour of dropdown (lenta)*/
border: 0px;
visibility: hidden;
z-index: 0;
}
.ddsubmenucolour {
    color: #303030; /*text colour of dropdown (lenta)*/    
}
.ddsubmenucolour:hover {
    color: #9f7295; /*text hover colour of dropdown (lenta)*/
}
.ddsubmenustyle li a{
font: normal 14px Arial;
display: block;
width: 149px; /*width of dropdown menu (lenta)*/
text-decoration: none;
padding: 3px 4px;
border-bottom: dashed 1px #a99594; /* line at bottom of dropdown (lenta) */
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 269px; /*width of menu (include side paddings of LI A*/
}


/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 0px;
left: 0px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 269;
background: #f1f1f1;
border-width: 0;
width: 0;
height: 0;
display: block;
}