/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
font: normal 13px Verdana;
margin: 0;
margin-top:-3px;
margin-left:0px;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
background:#efefef;
 border:1px solid #999999;
}
.ddsubmenustyle li{
  background:url(../images/index_90.gif) no-repeat 10px center;
  padding-left:10px;
  width: 150px;
  border-bottom: #999999 1px dotted;
  line-height:28px;
  
}
.ddsubmenustyle li ul{position: absolute; margin-left:-1px; margin-top:0px;z-index: 120;}

/*.ddsubmenustyle li li a{ display: block; padding-left:13px;}*/
.ddsubmenustyle li a{
display: inline;
width: 150px; /*width of menu (not including side paddings)*/
color: black;
background:url(../images/_14.gif) ;
text-decoration: none;
line-height:2em;
text-align:left;
padding-left:13px;

}

/*.ddsubmenustyle span{ text-transform:uppercase;}*/

.ddsubmenustyle li a:hover{
color:#FF0000;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}