/* no bullets */

#nav-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#nav-menu li a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}
#nav-menu li a:hover
{
background: url(background2.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 6em;
display: block;
border: 0.1em solid #dcdce9;
color: #000000;
text-decoration: none;
text-align: center;
}
#nav-menu li.sub
{
list-style-type: square;
margin-left: 1em;
}

#nav-menu li.sub a
{
background: url(background.gif) #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
width: 5em;
display: block;
border: 0.1em solid #dcdce9;
color: #0d2474;
text-decoration: none;
text-align: center;
}
.body 
{
	font-size: 12px;
	font-family: Trebuchet MS, verdana, arial;
}	
 
