/* CSS NAVIGATION DOCUMENT FOR JOHNSON PAPER AND SUPPLY CO */

#navcontainer{
	margin-left: 40px;
	position: relative;
	top: 140px;
	left: 125px;
	width: 735px;
	height: 21px;
}

#navlist li{
	display: inline;
}

#navlist a:link, #navlist a:visited{
	padding-left: 20px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

#navlist a:hover, #navlist a:active{
	background: url(images/nav_bullet.gif) 7px 3px no-repeat;
}

#navlist a.current{
	background: url(images/nav_bullet.gif) 7px 3px no-repeat;
	font-weight: 600;
}
