.jackie {
	float: left;
	position:relative;
	left:5px;
	z-index:50;
}

.buyleft {
	float:left;
	margin-right: 50px;
}

#nav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 1.5em;
}

#nav li {
	float:left;
	list-style-type: none;

}

#nav li a {
	display:block;
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #660167;
	border-right-color: #660167;
	border-bottom-color: #660167;
	border-left-color: #660167;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	padding-top: 11px;
	padding-right: 10px;
	padding-bottom: 11px;
	padding-left: 10px;
	color: #590455;
}
#nav li a:hover {
	color: #FFF;
	background-color: #66005F;
}
