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

.smsmain{
	margin:0px 0px 0px 1px;
	padding:0px;
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	z-index:100;
}










/*.ddsubmenustyleAffNet, .ddsubmenustyleAffNet ul{ /*topmost and sub ULs, respectively
	font:Arial 13px normal;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: white;
	border: 1px solid black;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyleAffNet li a{
	display: block;
	width: 180px; /*width of menu (not including side paddings)
	color: black;
	background-color:#3366cc;
	text-decoration: none;
	padding: 4px 5px;
}

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

.ddsubmenustyleAffNet li a:hover{
	background-color: black;
	color: white;
}
*/