/* Parts1Stop Main Nav */
#mainNav {
	font-size: 1.2em;
	background: url(../images/mainNavBckg.gif) repeat-x top #0033CC;
	clear:both;
}
#mainNav ul {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 5px 0;
}
#mainNav ul li {
	display: inline;
	margin-left: -4px;
}
#mainNav ul li a {
	padding: 8px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}
#homeLink a {
	border-left: 1px solid #fff;
}
#mainNav ul li a:hover {
	background-color: #16008D;
	color: #fff;
}
#mainNav .quickOrder {
	position:relative;
}
#mainNav .quickOrder div {
	background: transparent url(../images/qsnew.gif) no-repeat bottom;
	height: 37px;
	width: 65px;
	position: absolute;
	text-indent: -9000px;
	top: -40px;
	left: 5px;
}
