#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
font-size: 1em;
}

#nav-menu li
{
float: left;
}

.menutable
{
	background-color: #f8f8f8;	
	margin-top: -4px;
}

#nav-menu li a
{
background: #f8f8f8 bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
display: block;
font-size: medium;
color: #666666;
padding: 0.2em 1.7em 0.2em 1.7em;
/* border: 0.1em solid #dcdce9; */
text-decoration: none;
text-align: center;
}

#nav-menu2 ul
{
list-style: none;
font-size: x-small;
padding: 0.2em 1.37em 0.2em 1.37em;
margin: 0;
font-size: 1em;
}

#nav-menu2 li
{
float: left;
}

.menutable2
{
	background-color: #ffffff;	
	margin-top: -4px;
}

#nav-menu2 li a
{
background: #ffffff bottom left repeat-x;
height: 1em;
line-height: 1em;
float: left;
display: block;
font-size: x-small;
padding: 0.2em 1.37em 0.2em 1.37em;
/* border: 0.1em solid #dcdce9; */
color: #666666;
text-decoration: none;
text-align: center;
}

