#nav-top
{
    float:right;
    position:relative;
    left:-50%;
    text-align:left;
}

/* 
****************** buttonlist */
#nav-top ul
{
  position:relative;

  left:50%;
/*
  width: 44em;*/
list-style: none;
padding: 0;
margin: 0;
}

#nav-top li
{
position:relative;
  
  
float: left;
margin: 0 0.15em;
}

#nav-top li
{
width: 5em;
height: 1.5em;
float: left;
margin-top: .325em;



border-style:outset;
border-width:.15em;
border-color:#8fa48c;

background-image: url('../images/menutopbgG.png');
background-size: 100%;

line-height: 1.25em;

/*
display: block;
*/
text-align: center;
}

#nav-top li a
{
text-decoration: none;
color: #000000;
}

#nav-top li a:hover
{
  color:blue;
font-style: italic;
  font-weight: bold;
}

/* Hide from IE5-Mac \*/
#nav-top li a
{
float: none
}
/* End hide */

