/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 12px Century Gothic;
margin: 0;
margin-top: 0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #ffffff;/*background colour of dropdown (lenta)*/
border: 0px;
visibility: hidden;
z-index: 0;
}
.ddsubmenucolour {
    color: #7b838c; /*text colour of dropdown (lenta)*/    
}
.ddsubmenucolour:hover {
    color: #f6abc1; /*text hover colour of dropdown (lenta)*/
}
.ddsubmenustyle li a{
font: normal 12px Century Gothic;
display: block;
width: 180px; /*width of dropdown menu (lenta)*/
text-decoration: none;
padding: 3px 4px;
border-bottom: dotted 1px #d6d7d7; /* line at bottom of dropdown (lenta) */
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 262px; /*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: 262;
background: #ffffff;
border-width: 0;
width: 0;
height: 0;
display: block;
}
