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

#nav-menu li
{
float: left;
/*margin: 0 0.15em; */
margin-top:2px
}

#nav-menu li a
{
background: url(../index_htm_files/BotonRound1.gif) #fff  center left no-repeat;
height: 2em;
line-height: 2em;
float: left;
width: 118px;
display: block;
/*border: 0.1em solid #dcdce9;*/
color: #ffffff;
text-decoration: none;
text-align: center;
font-weight: bold;
font-family: verdana;
}

#nav-menu li a:hover
{
background: url(../index_htm_files/BotonRound2.gif) #fff center left  no-repeat;
height: 2em;
line-height: 2em;
float: left;
width: 118px;
display: block;
/*border: 0.1em solid #dcdce9;*/
color: #ffffff;
text-decoration:  none;
text-align: center;
font-weight: bold;
font-family: verdana;
}

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

#nav-menu
{
width:100%
}

