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

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

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0000FF;
text-decoration: none;
text-align: center;
}

#nav-menu li a:visited
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0000FF;
text-decoration: none;
text-align: center;
}

#nav-menu li a:active
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #0000FF;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 9em;
display: block;
border: 0.1em solid #dcdce9;
color: #000000;
text-decoration: underline;
text-align: center;
}

li.navi-text {
	font-family: Rockwell, Arno Pro Caption, Tahoma; 
	font-size: 16px; 
	font-color: blue; 
	font-weight: bold;
}

table.navtable {
	width: 800px;
	border-width: 0px;
	margin: 0 auto;
	text-align: center;
}

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

#nav-menu
{
width:30em
} 