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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
display: block;
margin: 0;
padding:0px;
/*padding-left:10px;
padding-right:10px;*/
margin-left:15px;
position: absolute;
line-height:14px;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
border-bottom: 1px solid black;
}

.ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
padding: 0;
position: absolute;
line-height:14px;
left: 0;
top: 0;
list-style-type: none;
background: white;
border: 1px solid black;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
border-bottom: 1px solid black;
}

.ddsubmenustyle li a{
display: block;
padding:0px;
width: 150px;
color: black;
background-color: white;
text-decoration: none;
line-height:14px;
padding: 8px 8px 5px 18px; ;
margin:0px;


/*border-bottom: 1px solid black;*/
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: block;
line-height:14px;
}

.ddsubmenustyle li a:hover{
background-color: black;
color: white;
line-height:14px;
}

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

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

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


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