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


.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 2;
	visibility: hidden;
	z-index: 100;
	border-bottom: 2px #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.ddsubmenustyle li {
	display: block;
/*	width: 120px; /*width of menu (not including side paddings)*/
	color: black;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color:#999999;

}


.ddsubmenustyle li a{
	display: block;
	color: black;
	text-decoration: none;
	padding:0 30px 0 30px;
	line-height:25px;
}

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

.ddsubmenustyle li a:hover{
	background-color:#e2e2e2;
	color:#000000;
}


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


.clients, .clients ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border-bottom-width: 2;
	visibility: hidden;
	z-index: 100;
	border-bottom: 2px solid #002e6b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.clients li a{
	display: block;
	width: 130px; /*width of menu (not including side paddings)*/
	color: black;
	text-decoration: none;
	padding: 0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;

}

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

.clients li a:hover{
	background-color:#e2e2e2;
	color:#000000;
}
/* ######### 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;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

