* {padding:0;margin:0}
	
	

	a:visited { text-decoration: none;}
	a:hover, a:active { text-decoration: none;}	#container
	{
	margin: 0 auto 0 auto;
	width: 765px;
	position: relative;
	text-align: left;
	}
	
	#bottom_nav
	{
	width: 925px;
	height: 140px;
	display: inline;
	left: -1px;
	margin-top: 10px;
	float: left;
	padding-left: 15px;
	}
	
		#bottom_nav ul
		{
	width: 500px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
		
		}		
		#bottom_nav ul li
		{
	display: inline;
	right: 25px;
		}
		
		#bottom_nav ul li a
		{
	float:left;
	width:auto;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3mm;
	line-height: 1em;
	padding-bottom: 0px;
	height: 13px;
	padding-left: 10px;
	color: #758db4;
	text-align: left;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #011B4E;
		}
		
		#bottom_nav ul li a:hover
		{
	/*background-color: #C62274;*/
			color: #0099FF;
		}
/*this changes the active link*/		
#home #bottomnav-home a
#about #bottomnav-about a,
#enquire #bottomnav-enquire a,
#casestudies #bottomnav-casestudies a,
#products #bottomnav-products a,
#contact #bottomnav-contact a,
#association #bottomnav-association a,
#index #bottomnav-index a
{

}
/*this changes the hover link*/
#home #bottomnav-home a:hover
#about #bottomnav-about a:hover,
#enquire #bottomnav-enquire a:hover,
#members #bottomnav-members a:hover,
#products #bottomnav-products a:hover,
#contact #bottomnav-contact a:hover,
#association #bottomnav-association a:hover,
#index #bottomnav-index a:hover
#bottomnav a:active {
	/*background-color: #C62274;*/
color: #000383;
	background-image: url(../images/second_nav_back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
