
.ddsubmenustyle, .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
/*font: normal 12px Arial, Helvetica, sans-serif;*/
/*margin: 0;*/
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
/*background-color: #96b1e0;*/
/*border-bottom: 1px solid #fff;*/
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle { top: -30px; }

.ddsubmenustyle ul{
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
top: 0px;
list-style-type: none;
border: 1px solid #f0ece2;
border-top: 0px;
}

.ddsubmenustyle ul li {
	background: #f0ece2;
	background: -moz-linear-gradient(top,  #fefefe 0%, #f0ece2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f0ece2));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f0ece2 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f0ece2 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#f0ece2 100%);
	background: linear-gradient(to bottom,  #fefefe 0%,#f0ece2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f0ece2',GradientType=0 );
	border-top: 1px solid #f0ece2;
}

.ddsubmenustyle ul li:first-child {
	border-top: 0px;	
}

.ddsubmenustyle li a{
display: block;
min-width: 120px; /*width of menu (not including side paddings)*/
max-width: 250px;
/*color: #363636;*/
text-decoration: none;
padding: 4px 5px;
/*border-bottom: 1px solid #fff;*/
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 120px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
/*background-color: black;*/
/*color: #000000;*/
}

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

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

.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;
}

.ddsubmenustyle {
margin-left: 0px;
padding-bottom: 5px;
}

.ddsubmenustyle li{
margin-left: 0px;
margin-right: 0px;
/*background: url(images/bullet_ddmenu.png) no-repeat;*/
/*background-position: 1px 7px;*/
padding: 0px 15px;
display: block;
width: 100%;
}

.ddsubmenustyle li:first-child>a{
/*border-top: 1px solid #fff;*/
margin-top: 8px; 
}

.ddsubmenustyle ul.othersubmenustyle li:first-child>a{
/*border-top: 0px solid #fff;*/
margin-top: 0px;
}

.ddsubmenustyle li:first-child{
/*background-position: 1px 9px;*/
}

.ddsubmenustyle ul.othersubmenustyle {
border: 0px solid #333;
padding-bottom: 11px;
}

.ddsubmenustyle ul.othersubmenustyle li:first-child{
background-position: 1px 7px;
}

.ddsubmenustyle ul.othersubmenustyle li a {
width: 170px;
}