
#nav-menu {

top: -30px;
left:0px;
font-weight: bold;
border:none;
text-align:center;
display:inline;
font-family: Trebuchet MS,Verdana,Arial,sans-serif;
float:left;
font-size: clear;
}

#nav-menu ul
{

list-style: none;
padding: 0;
margin: 0;
text-size: 0.8em;
}
#nav-menu li
{
float:left;
margin 0 0.15em;
}

#nav-menu li a:link
{
font-size:15px;
background-color: #D2FFD2;
color:#339933;
height: 1.5em;
line-height: 1.5em;
float:left;
width: 137px;
display: block;
text-decoration: none;
text-align: center;
font-family: Trebuchet MS,Verdana,Arial,Helvetica;
margin-right: 0.2em;
margin-bottom: 0px;
border-top: 2px solid #339933;
border-left: 2px solid #339933;
border-bottom: 2px solid #339933;
border-right: 2px solid #339933;
}
#nav-menu li a:visited
{
font-size: 15px;
background-color: #D2FFD2;
color:#339933;
height: 1.5em;
line-height: 1.5em;
float:left;
width: 137px;
display: block;
text-decoration: none;
text-align: center;
font-family: Trebuchet MS,Verdana,Arial,Helvetica;
margin-right: 0.2em;
margin-bottom: 0px;
border-top: 2px solid #339933;
border-left: 2px solid #339933;
border-bottom: 2px solid #339933;
border-right: 2px solid #339933;
}
#nav-menu li a:hover
{
font-size: 15px;
background-color: #339933;
color:#D2FFD2;
height: 1.5em;
line-height: 1.5em;
float:left;
width: 137px;
display: block;
text-decoration: none;
text-align: center;
font-family: Trebuchet MS,Verdana,Arial,Helvetica;
margin-right: 0.2em;
margin-bottom: 0px;
border-top: 2px solid #339933;
border-left: 2px solid #339933;
border-bottom: 2px solid #339933;
border-right: 2px solid #339933;
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */
/* width below determines the width of the whole navigation bar */
#nav-menu
{
width:1010px;
}