/* --- STYLE SHEET ASSOCIATED WITH THE NAV DROP DOWN FOR ELEMENT #3 --- *//* --- DD Menu START --- */#dd_menu{		margin: 0;	padding: 0;	z-index: 50;}/* --- Parent Menu Element START --- */#dd_menu li{		margin: 0;	padding: 0;	list-style: none;	float: left;}/* --- Parent Menu Element ORG --- */#dd_menu li a				{		display: block;	margin: 0;	padding: 0px;	width: 60px;	background: #285888;	color: #FFFFFF;	text-align: center;	text-decoration: none;	height: 25px;	width:116px;	background-image:url(../images/nav/nav_03a.jpg);	}/* --- Parent Menu Element OVER --- */#dd_menu li a:hover{		background: #114374;		height: 25px;	width:116px;	background-image:url(../images/nav/nav_03b.jpg);}/* ############################  DROP DOWN ELEMENTS ############################ *//* --- Child Menu Element START --- */#dd_menu div{	position: absolute;	visibility: hidden;	margin: 0;	padding: 0;	background: #FFFFFF;}	/* --- Child Menu Element ORG --- */#dd_menu div a{		position: relative;	display: block;	margin: 0;	padding: 5px 0px 5px 0px;	text-decoration: none;	background-image: none;	background: #FFFFFF;	color: #0F3365;	height: auto;	width:116px;	text-align: center;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:10px;	border-bottom: 1px solid #ECECD5;	}/* --- Child Menu Element OVER --- */#dd_menu div a:hover{		height: auto;	background-image: none;	background: #FFFFFF;	color: #0e3160;	border-right: 3px solid #0e3160;}