/*this handls the bouganville website menu*/

#menu
ul
{
list-style-type:none;
margin:0;
padding:0;
padding-top:3px;
padding-bottom:3px;
}
li
{
display:inline;
}
a:link,a:visited
{
font-weight:bold;
color:maroon;
background-color:#F3E2A9;
text-align:center;
padding:3px;
text-decoration:none;
text-transform:uppercase;
}
a:hover,a:active
{
background-color:#DF7401;
}




#body
{
}