/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Arial, Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #f6f6f6;
border: 1px solid black;
border-bottom-width: 1px;
visibility: hidden;
z-index: 300;
}


.ddsubmenustyle li a{
display: block;
width: 185px;
color: #a70303; /*drop down menu area font colour*/
background-color: #f6f6f6; /*drop down background colour*/
text-decoration: none;
text-align: left;
padding-top: 7px; /*line height in drop down menus*/
padding-right: 2px;
padding-bottom: 7px;
padding-left: 3px;
line-height: 20px;
border-bottom: 1px solid #777777;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}

.ddsubmenustyle li a:hover{
background-color: #d8dbdf; /*hover colour in drop down menus*/
font: normal 11px Arial, Verdana;
text-decoration: none;
text-align: left;
padding-top: 7px; /*line height in drop down menus*/
padding-right: 2px;
padding-bottom: 7px;
padding-left: 3px;
line-height: 18px;
color: #444444;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 6px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
right: 2px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 800;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
