/* CSS Document */

/* These are the list attributes */
#menu dl {
width: 170px; 
margin: 0; 
padding: 1px 0px 1px 0px; 
float:left; 
position: relative; 
font-size:77%; 
line-height: 150%;
}
#menu dt {
margin: 0; 
padding: 0; 
font-size: 1em; 
font-weight: bold; 
color: #666666; 
/*border-left:1px solid #999999;
border-right:1px solid #999999; */
}
#menu dd {
margin:0; 
padding:0; 
color: #999999; 
font-size: 0.9em; 
/* border-right:1px solid #ccc;
border-right:1px solid #ccc; */
}
#menu dd a {
color: #666666; 
text-decoration:none; 
display:block; 
font-weight:normal; 
padding: 5px 5px 5px 28px; 
width:120px;
}
#menu dd a:hover {
	color:#c00;
}
#menu dt a {
color: #666666; 
text-decoration:none; 
display:block; 
font-weight:bold; 
padding:5px 5px 5px 20px; 
width:149px;}
#menu dt a:hover {
color:#c00;
}
/* This is an additional attribute for font, which applies to the whole page for consistency */
body {font-family: verdana, tahoma, arial, sans-serif;}
.navborder {
	border: 1 none #999999;
}
