#navcontainer {
     position: relative;
     top: 155px;
     left: 570px;
		 text-align: left;
}

#navcontainer ul {
     list-style: none;
     padding: 0;
     margin-left: 2em;
		 line-height: 1.3em;
}

#navcontainer li.current {
		 background: url(images/link-arrow.jpg) no-repeat left;
}

#navcontainer a {
     font: 0.9em "Times New Roman", serif;
		 color: #ddd;
		 text-decoration: none;
		 padding-left: 1.5em;
}

.indent {
     margin-left: 2em;
		 font-size: 0.9em;
}

#navcontainer a.bold {
     font-weight: bold;
}