/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
margin:0px 0 0;
padding: 0px 0 0;
position: absolute;
left:24px;
top: 60px;
z-index:555;
list-style-type: none;
border-bottom:0px solid #fff; 
visibility: hidden;
z-index: 100;
font-size:12px;
height:30px;


}
.ddsubmenustyle li
{
	margin:0px 0 1px;
	padding:0px;
	position:relative;
	left:-29px;
	z-index:999;
	/*border-bottom:1px solid #fff;*/
}



.ddsubmenustyle li a{
display: block;
width: 180px; /*width of menu (not including side paddings)*/
color: #fff;
background-color:#437C6D;
text-decoration: none;
padding: 0px;
padding-left:6px;
padding-top:6px;
padding-bottom:10px;
height:16px;
font-weight:bold;
position:relative;
z-index:5555;
top:14px;
left:25px;
left:29px;


}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
width: 170px; /*width of menu (include side paddings of LI A*/
							   
}

.ddsubmenustyle li a:hover{
color: #fff;
background-color:#6EB2A3;
font-weight:bold;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/

border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}
