/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: -7px 0 0 0;
	padding: 0;
	background: #F7FDB7;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;	
	z-index: 1000;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.ddsubmenustyle li a, .ddsubmenustyle li a:visited{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
color:#fff;
background-color: #006e84;
text-decoration: none;
padding: 8px 16px 8px 16px;
border-bottom: 1px solid #006e84;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
background-color: #008BA7;
color: white;
}

/*--SUB SUB NAV--*/
.ddsubsubmenustyle, ul.ddsubsubmenustyle{ /*topmost and sub ULs, respectively*/
	margin: 0 0 0 0;
	padding: 0;
	background: red;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	border-bottom-width: 0;
	visibility: hidden;	
	z-index: 1000;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
}

.ddsubsubmenustyle li a, .ddsubsubmenustyle li a:visited{
display: block;
width: 190px; /*width of menu (not including side paddings)*/
color:#fff;
background-color: #006e84;
text-decoration: none;
padding: 8px 16px 8px 16px;
border-bottom: 1px solid #006e84;
}

* html .ddsubsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubsubmenustyle li a:hover{
background-color: #008BA7;
color: white;
}
/* ######### 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;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}