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

.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 11px Verdana;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background-image:url(/images/BgMenuNew.png);
border: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

/*
.ddsubmenustyle li a{
display: block;
width: 160px;

text-decoration: none;
padding: 4px 5px;
border-bottom: none;
}*/

.ddsubmenustyle li a:link,
.ddsubmenustyle li a:visited,
.ddsubmenustyle li a:active{ 
display: inline-block;
color:#000000;

margin-top:5px;
margin-bottom:5px;
padding-top:5px;
padding-left:5px;
height:20px;
width:200px;
}
.ddsubmenustyle li a:hover{ 
color:#FFFFFF;
background-color:#ACADB0;
text-decoration:none; 
}
/*
 html .ddsubmenustyle li a{ /*IE6 CSS hack
display: inline-block;
color:#000000;
filter:alpha(opacity=100);-moz-opacity:.100;opacity:.100;
margin-top:5px;
margin-bottom:5px;
}

.ddsubmenustyle li a:link{
color:#000000;
text-decoration:none;
}

.ddsubmenustyle li a:hover{
color:#FFFFFF;
background-color:#ACADB0;
text-decoration:none;
}


.ddsubmenustyle li a:visited{
color:000000;
} */

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

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
height:300px;
}

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

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