* {padding:0;margin:0}
	
	#bottom_nav
	{
	position: static;
	float: left;
	margin-top: 0px;
	color: #FFFFFF;
	width: 809px;
	}
	
		#bottom_nav ul
		{
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	text-align: left;
	color: #999999;
	height: 35px;
	background-color: #CCC;
	float: left;
	width: 808px;
	margin-top: 4px;
		}		
		#bottom_nav ul li
		{
	display: inline;
		}
		
		#bottom_nav ul li a
		{
	float:left;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4mm;
	line-height: 1em;
	color: #12285A;
	text-align: center;
	background-color: #CCC;
	padding: 10px;
	margin-bottom: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
		}
		
		#bottom_nav ul li a:hover
		{
	/*background-color: #C62274;*/
			color: #FFF;
	background-color: #00ADAE;
		}
/*this changes the active link*/		
#home1 #bottomnav-home1 a,
#news #bottomnav-news a,
#delivery #bottomnav-delivery a
#credit #bottomnav-credit a,
#contact #bottomnav-contact a,
#account #bottomnav-account a,
#services #bottomnav-services a,
#support #bottomnav-support a,
#products #bottomnav-products a,
#search #bottomnav-search a,
#info #bottomnav-info a,
#nhs #bottomnav-nhs a,
#educational #bottomnav-educational a,
#index #bottomnav-index a
{
	background-color: #00ADAE;
	color: #FFF;
}
/*this changes the hover link*/
#home1 #bottomnav-home1 a:hover,
#news #bottomnav-news a:hover,
#credit #bottomnav-credit a:hover,
#contact #bottomnav-contact a:hover,
#account #bottomnav-account a:hover,
#services #bottomnav-services a:hover,
#info #bottomnav-info a:hover,
#search #bottomnav-search a:hover,
#nhs #bottomnav-nhs a:hover,
#products #bottomnav-products a:hover,
#support #bottomnav-support a:hover,

#educational #bottomnav-educational a:hover,
#index #bottomnav-index a:hover
{
}
#bottomnav a:active {
	/*background-color: #C62274;*/
background-color: #666;
}

