/* #holder */
/*	#topBanner */
/*	#topMenuBar */
		.dropItLeft {
			float:left;
		}

		.dropItRight {
			float:right;
		}
		
		#homeDrop, #africanDrop, #worldwideDrop, #blogDrop, #localHome, #aboutDrop, #videoDrop, .dropIt {
			z-index: 5;
			text-align: center;
			text-decoration: none;
			color: #EEEEEE;
			padding-bottom: 2px;
			vertical-align: middle;
			
		}
		
		
		#africanDrop {
		}
		#worldwideDrop {
		}
		#blogDrop {
		}
		#homeDrop {
		}
		#aboutDrop {
		}
		#localHome {
			left: 158px;
		}
		
		#typeDrop0 { left: 198px; } #typeDrop1 { left: 329px; } #typeDrop2 { left: 495px; } 
		#typeDrop3 { left: 651px; } #typeDrop4 { left: 814px; }
			.dropTitle {
				z-index: 6;
				padding-bottom: 2px;
				padding: 5px;
				margin: 0px 5px;
			}
			.dropTitle a:link, .dropTitle a:hover, .dropTitle a:visited, .dropTitle a:active {
				text-decoration: none;
				color: #EEEEEE;
			}
			.dropSub {
				visibility: hidden;
				display: none;
				z-index: 6;
				text-decoration: none;
				border-left: 1px solid #CACACC;
				border-right: 1px solid #CACACC;
				background-color: #F0F0FC;
				color: #0D1C4B;
				padding-bottom: 2px;
				font-size: 13px;
			}
			.dropSub a:link, .dropSub a:hover, .dropSub a:visited, .dropSub a:active {
				text-decoration: none;
				color: #0D1C4B;
			}
