/* ######### Drop Down ULs CSS ######### */

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px arial;
letter-spacing:1px;
margin: 0;
margin-top:0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: white;
border-bottom-width: 0;
visibility: hidden;
border:solid 1px #666;
border-top:0px none;
z-index: 100;
min-width:150px;
}

.ddsubmenustyle li {
display: block;
background:#eee;
border-bottom: 1px solid #fff;
color:#8e8e8e;
cursor:hand;
}

.ddsubmenustyle li:hover {
background:#a5dffc;
text-decoration: none;
border-bottom: 1px solid #fff;
color: #444;
display:block;
}

.ddsubmenustyle li:hover a {
color: #8e8e8e;
display:block;
}

.ddsubmenustyle li a {
display: block;
color: #8e8e8e;
text-decoration: none;
padding: 6px 5px;
font-family:arial;
}

.ddsubmenustyle li a:hover {
color: #444;
padding: 6px 5px;
display:block;
font-family:arial;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
display: inline-block;
}



/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 0px;
border: 0;
}

.downarrowpointer img {display:none;}

.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: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}