

/*  STYLES OF THE DROPDOWN MENU's */

.dropdown {
	background-color: #A8BFDB;
	margin-left: 10px;
	font-size:0.85em;
	color: #000000;
}


.dropdown ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #000000;
}

.dropdown li {
	list-style: none;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom:0;
	margin-top:0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CBD9E9;
}


.dropdown li a {
	text-decoration: none;
	color: #000000;
}

.dropdown li a:hover {
	text-decoration: underline;
}

/*  POSITIONING OF THE DROPDOWN MENUS  */
#beforeyougodrop {
	position: absolute; left:8px; top:136px; width:165px;
}
#whenthingsgowrongdrop {
	position: absolute; left:113px; top:136px; width:165px;
}
#traveldrop {
	position: absolute; left:265px; top:136px; width:165px;
}
#familyissuesdrop {
	position:absolute; left:524px; top:136px; width:165px;
}
