/*  STYLES OF THE DROPDOWN MENU's */

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


.dropdown ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

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

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

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

/*  POSITIONING OF THE DROPDOWN MENUS  */
#aboutdrop {
	position: absolute; left:75px; top:146px; width:165px;
}


#foreignrelationsdrop {
	position: absolute; left:172px; top:146px; width:165px;
}

#traderelationsdrop {
	position: absolute; left:259px; top:146px; width:165px;
}

#treatiesdrop {
	position:absolute; left:399px; top:146px; width:165px;
}

#embassiesdrop {
	position:absolute; left:529px; top:146px; width:165px;
}

#mediadrop {
	position:absolute; left:622px; top:146px; width:165px;
}
