#toolbar ul {
	margin:0px 0 0 0;
	padding:0;
	width:980px;
}
#toolbar li {
/*
	background-repeat: repeat-x;
	background-position: top center;
	background-image: url(../img/Blue_Landing_Page/main_nav_bar_blue_rptr.gif);
*/
}

#toolbar li a {
	text-align:center;
	background-repeat: no-repeat;
	background-position: center right;
	background-image: url(../img/Blue_Landing_Page/main_nav_bar_blue_divider.gif);
}
#toolbar a.rightlink {
	/* remove image for last link in toolbar */
	background-image: none;
}

/* prevent menu from wrapping on line below if browser resize */
#toolbar {
	width:33em;
}

