* {padding:0;margin:0}
#container
	{
	margin: 0 auto 0 auto;
	width: 765px;
	position: relative;
	text-align: left;
	}
	
	#bottom_nav
	{
	width: 420px;
	position: static;
	height: 20px;
	float: right;
	display: inline;
	margin-top: 7px;
	color: #FFFFFF;
	}
	
		#bottom_nav ul
		{
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: right;
	color: #999999;
	float: left;
		
		}		
		#bottom_nav ul li
		{
	display: inline;
	margin: 0px;
	padding: 0px;
	float: left;
		}
		
		#bottom_nav ul li a
		{
	float:left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	line-height: 1em;
	font-weight: bold;
	padding-bottom: 0px;
	height: 12px;
	padding-left: 2px;
	color: #FFFFFF;
	text-align: center;
	padding-right: 2px;
		}
		
		#bottom_nav ul li a:hover
		{
	/*background-color: #C62274;*/
			color: #712C85;
		}
/*this changes the active link*/		
#delivery #bottomnav-delivery a
#credit #bottomnav-credit a,
#contact #bottomnav-contact a,
#terms #bottomnav-terms a,
#index #bottomnav-index a
{

}
/*this changes the hover link*/
#delivery #bottomnav-delivery a:hover
#credit #bottomnav-credit a:hover,
#contact #bottomnav-contact a:hover,
#terms #bottomnav-terms a:hover,
#index #bottomnav-index a:hover
{
}
#bottomnav a:active {
	/*background-color: #C62274;*/
color: #000383;
}

