#nav-menu ul
{
list-style-type:none;
padding: 0;
margin: 0;
}

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

#nav-menu li a
{
background: url(../images/button_back.gif) #fff bottom left repeat-x;
height: 30px;
line-height: 2em;
float: left;
width: 125px;
display: block;
color:#FF6633;
font-weight:bold;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover{
background: url(../images/button_active.gif) #fff bottom left repeat-x;
}

.active{
background: url(../images/button_active.gif) #fff bottom left repeat-x;
height: 30px;
line-height: 2em;
float: left;
width: 125px;
display: block;
color:#FF6633;
font-weight:bold;
text-decoration: none;
text-align: center;
}


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

#nav-menu
{
width:100%;
margin-top:140px;
margin-left:20px;
padding-bottom:30px;
list-style-type:none;


} 
