/* Navigation */
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.17em;
}

#nav-menu li a
{
background: url(../images/button.gif) bottom left repeat-x;
height: 2.3em;
line-height: 2.6em;
float: left;
width: 93px;
display: block;
border: none;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(../images/buttonon.gif) bottom left repeat-x;
height: 2.3em;
line-height: 2.6em;
float: left;
width: 93px;
display: block;
border: 0.0em solid #dcdce9;
color: #fff;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: center;
}

#nav-menu #currentpage a
{
background: url(../images/buttonactive.gif) bottom left repeat-x;
height: 2.3em;
line-height: 2.6em;
float: left;
width: 93px;
display: block;
border: 0.0em solid #dcdce9;
color: #ff0;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: center;
}


/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width: 780px;
height: 30px;
}



/* Top Navigation */
#top-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#top-menu li
{
float: left;
margin: -7px 1em;
}

#top-menu li a
{
height: 3em;
line-height: 3em;
float: left;
color: #000;
font-size: 11px;
font-weight: bold;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#top-menu li a
{
float: none
}
/* End hide */

#top-menu
{
width: 250px;
height: 30px;
}



