/* zeroing padding/margin for all elements */
#Africa_list,
#Africa_list * {
	margin:0;
	padding:0;
	
}

/* "Master" UL (the whole Menu) */
/* sub-menu ULs */
#Africa_list li ul {
	width:14em !important;/* leaves room for padding */
	margin-top: 10px:default;
	position:absolute;
	height:auto;
	display:none;
	left:0px;
	background:url(/img/clear.gif);

	/* trick to keep'em open */
}
/* All LIs /this applies to the menu label and inactive links!*/
#Africa_list li {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	position:relative;
	width:14em;
	height: 1.49em;
	line-height:1.4em;
	cursor: arrow;
	float:left;
	list-style-type:none;
	vertical-align: middle;
	text-indent: 0.5em;
	background-color: #a49494;
	border-top: 1px none;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	
}

/*removed from here Sub-menu LIs*/

/* All anchors/added text style from body*/
#Africa_list li a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	
	cursor:default;
	border-left:1px solid;
	text-decoration:none;
	display:block;
	float:left;
	padding:0 .4em;
/*  uncomment the declaration below if you want to go "full width" */
	width:7.47em; 
	height:1.3em;
	line-height:1.3em;
}

/* sub-menu Anchors controls the white box inside*/
#Africa_list li ul li a {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	
	width:13em/*FF*/;
	position:relative !important; /* ie Mac */
	cursor:pointer !important;
	white-space:nowrap;
	line-height:1.3em;
	height:1.3em;
	font-weight:normal;
	border:1px solid #988d8c;
	color:#454048;
	background-position:0 50% !important;
}

 


/* :hover and stuff */
#Africa_list li a:hover,
#Africa_list li a:focus,
#Africa_list li a:active /*{color:#000}*/
/* move the declarations from the rule below the one above if you want a background swap on *all* anchors, including the top level ones */
#Africa_list ul a:hover,
#Africa_list ul a:focus,
#Africa_list ul a:active {color:#f99219!important; background:#000000} /* last colour5f5c5c controls the active link appear- text and bcg.*/
/* display and z-index for the sub-menus */
#Africa_list li:hover ul,
#Africa_list li.msieFix ul {display:block;z-index:10;top:1.55em !important;} 
/*controls the height of the first item and its distance form the drop down menu*/
/* safari: users can keep sub-menus up by from sub-menus to next top level  */
/* didn't find a solution for users going back from the last one. I prefer  */
/* to leave it like that vs. taking the last sub-menu *out of* the wrapper  */
#Africa_list li#AB {z-index:6;}


/* Current location - class on Body must match LI's id */
/*.AB #Africa_list li#AB a,*/

/* Keeping current menu accessible to JAWS */
.AB #Africa_list li#AB ul,

/* background colors for links */
#AB,#AB li a {background-color:#beaeae;}

/* "trigger" and "msieFix" classes */
#Africa_list li.msieFix a {}
/* last nested UL. keeping it in */
#Africa_list li#UZ ul {left:-2.3em !important;}

/* If JS is OFF we need to style the links in the sub-menu of the current page     */
/* so they are accessible to keyboard users. Using a class on each link would let  */
/* us stick each link in the same place, but we would have to plug a lot of        */
/* attributes in the markup and many rules here, so...                             */
.AB #Africa_list li#AB ul li a:focus,
.AB #Africa_list li#AB ul li a:active,
.active {
	color: #FF0000;
}
.inactive {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	cursor: text;
}
.arrow {
	padding-right: 5px;
}
.links {

	background-color: 0c0b0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	color: a39393;
}
