/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
 cursor:pointer;
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
background: white;
border-bottom-color: #cccccc;
border-bottom-width: 1;
visibility: hidden;
z-index: 100;
border-bottom:solid 1px #cccccc;

}



.ddsubmenustyle li a{
 cursor:pointer;
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color:#666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	height:23px;
	padding-left:5px;
	line-height:21px;
	outline:none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;

}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
 cursor:pointer;
display: inline-block;
width: 160px; /*width of menu (include side paddings of LI A*/
height:16px;

}

.ddsubmenustyle li a:hover{
 cursor:pointer;
	color:#3a3a3a;
	background-color:#ebebeb;

}





.ddsubstyle, .ddsubstyle ul{ /*topmost and sub ULs, respectively*/
margin: 0;
padding: 0;
position: absolute;
list-style-type: none;
background: white;
border-bottom-color: #cccccc;
border-bottom-width: 1;

z-index: 100;


}


.ddsubstyle li a{
	display: block;
	width: 160px; /*width of menu (not including side paddings)*/
	color:#666666;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-left-color: #cccccc;
	height:23px;
	padding-left:5px;
	line-height:21px;
	outline:none;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

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

.ddsubstyle li a:hover{
	color:#3a3a3a;
	background-color:#ebebeb;
}








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