/* main pages style sheet */

body 
{
background-image: url('../AfricaBack.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-position: top center;
}


/* from http://www.cssplay.co.uk/menus/c1sissy.html */
#menua a.hmenu, 
#menua a.hmenu:link:visited, 
#menua a.hmenu:visited 
{
display: block;
height: 22px;
/* border-style: solid; */
border-color: #B7B7AA #B7B7AA #B7B7AA #B7B7AA;
border-width: 1px 1px 1px 1px;
font-family:sans-serif;
font-size:80%;
font-weight:bold;
background:#dedfce;
color:#000000;
text-decoration:none;
text-align:center;
line-height:20px;
}

#menua a.hmenu, #menua a.hmenu:link, #menua a.hmenu:visited {float:left;}
#menua a.hmenu:hover {background:yellow; color:black;}
#menua a.hmenu:active:active {background:#c00; color:white;}
#menua {height:25px;}

#menua:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility:hidden;
}


