.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border-bottom-width: 0;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
	
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border: 1px solid #243649;
	border-top: none;
  	background-color: #2e4359;
  	position: absolute;
/*	-moz-border-radius: 5px;
  	-moz-border-radius-topleft: 0px;
  	-webkit-border-radius: 5px;
  	-webkit-border-top-left-radius: 0px;
  	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;
  	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 3px;*/
 	 z-index: 999;
 	 width:190px;

}

.ddsubmenustyle li a{
display: block;
  color: #eee;
  font-size: 9pt;
  font-weight: normal;
  padding: 5px;
  margin:3px;
  text-transform: none;
  /*-moz-border-radius: 3px;
  -webkit-border-radius: 3px;*/
  width: 174px;
}

* html .ddsubmenustyle li{
	margin: 0;
  padding: 0;
  float: none;
  display: block;
  
}

.ddsubmenustyle li a:hover{
	background-color: #3A5069;
  color: #fff;

}

/* ######### 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;
}