/* CSS Document */

img[src="img/menu/menu-divider.gif"] {
	float:left;
}

#bottomofbanner li {
    list-style:none;
    display:inline;
	margin:0px;
	padding:0px;
}

div#bottomofbanner a:focus
{
-moz-outline-style: none;
}

div#bottomofbanner a:active
{
  outline: none;
}

/*home*/

a.divide {
	float:left;
	height:43px;
	width:8px;
	background:url(../img/menu/menu-divider.gif) no-repeat;
}


a.home {
float:left;
height:43px;
width:77px;
background:url(../img/menu/btn-home.gif) no-repeat;
}
a.home:hover {
background-position:-77px 0;
}
/*end home*/

/*advice and info*/
a.info {
float:left;
height:43px;
width:135px;
background:url(../img/menu/btn-adviceInfo.gif) no-repeat;
}
a.info:hover {
background-position:-135px 0;
}
/*end advice and info*/

/*carer*/
#bottomofbanner a.carer {
float:left;
height:43px;
width:115px;
background:url(../img/menu/btn-infocarers.gif) no-repeat;
}
#bottomofbanner a.carer:hover {
background-position:-115px 0;
}
/*end carer*/

/*treatment*/
#bottomofbanner a.treatment {
float:left;
height:43px;
width:120px;
background:url(../img/menu/btn-treatment.gif) no-repeat;
}
#bottomofbanner a.treatment:hover {
background-position:-120px 0;
}
/*end treatment*/

/*safe drug use*/
a.safedrug {
float:left;
height:43px;
width:115px;
background:url(../img/menu/btn-harmreduc.gif) no-repeat;
}
a.safedrug:hover {
background-position:-115px 0;
}
/*end safe drug use*/

/*stimulants*/
#bottomofbanner a.pubdocs {
float:left;
height:43px;
width:105px;
background:url(../img/menu/btn-getinvolved.gif) no-repeat;
}
#bottomofbanner a.pubdocs:hover {
background-position:-105px 0;
}
/*end stimulants*/

/*life after drugs*/
#bottomofbanner a.life {
float:left;
height:43px;
width:120px;
background:url(../img/menu/btn-lifeafter.gif) no-repeat;
}
#bottomofbanner a.life:hover {
background-position:-120px 0;
}
/*end life after drugs*/

/*contact*/
#bottomofbanner a.contact {
float:left;
height:43px;
width:77px;
background:url(../img/menu/btn-contact.gif) no-repeat;
}
#bottomofbanner a.contact:hover {
background-position:-77px 0;
}
/*end contact*/
