/*  STYLES OF THE DROPDOWN MENU's */

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


.dropdown ul {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 1em;
}

.dropdown li {
	list-style: none;
	margin-left: 4px;
	margin-right: 4px;
	paddding-left: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #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:33px; top:146px; width:165px;
}


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

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

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

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

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

.dropdown ul li {
	font-size: .7em;
}

