/* CSS Document */

/* Start of CMSMS style sheet 'Navigation: Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
	width: 475px;
}
#menu_holder {
	margin: 0px;
	padding: 0px;

}


/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: 21px;
	
}


/* menu list items */
div#menu_horiz li {
	list-style: none;
	vertical-align: middle;
	float: left;
	line-height: 20px;
}


/* the links, that is each list item */
div#menu_horiz a {
	padding: 0px 11px; /* margin outside each list item box */
	text-decoration: none;
	;
	font-size: 12px;
	display: block;
	margin: 0px;
	color: #FFFFFF;
	font-weight: bold;
}
.home      a   img               {
	background-image: url(images/home.gif);
	height: 18px;
	width: 11px;
	background-repeat: no-repeat;
	background-position: center center;
}

.home a:hover img {
	background-image: url(images/home_hover.gif);
}

.contact a img {
	background-image: url(images/contact.gif);
	height: 18px;
	width: 12px;
	background-repeat: no-repeat;
	background-position: center center;
}
.contact a:hover img {
	background-image: url(images/contact_hover.gif);
}






/* hover state for links */
div#menu_horiz li a:hover {
	color: #153564;
}
div#menu_horiz a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
   background: #666666 url(images/afriweb/arrow-down.gif) no-repeat 0.4em center; 
   color: #fff;
}

div#menu_horiz h3 {
   padding: .6em 1em .6em 1.4em; /* padding inside the list item box */
   margin: 0; /* margin outside each list item box */
   text-decoration: none; /* no underline for links */
   color: #fff;
   background: #FF3300 url(images/afriweb/arrow-right-active.gif) no-repeat 0.4em center;
   display: block; /* IE has problems with this, fixed above */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
}
