#banner{
	height: 335px;
	width: 940px;
	background-color: #f0ede6;
	background-image: url(/images/banner-img.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-size: inherit;
}

#banner li {
	display: inherit;
	padding: 0px;
}

#banner ul{
	width: 310px;
	list-style-type: none;
	display: inline-block;
	padding: 26px 0px 0px 80px;
}

#banner ul a{
	width: 310px;
	height: 98px;
	background-image: url(/images/banner-links.gif);
	background-repeat: no-repeat;
	color: #8CBA12;
	text-indent: -9999px;
	display: block;
}

#banner ul a:hover{
	background-position: -377px 0px;
}

#banner ul #this-is-me{
	background-position: 0px -102px;
}

#banner ul #this-is-me:hover{
	background-position: -377px -102px;
}

#banner ul #get-treatment{
	background-position: 0px -204px;
}

#banner ul #get-treatment:hover{
	background-position: -377px -204px;
}