ul {
	position: relative;
	list-style-type: none;
	width: 378px;
	padding: 0;
	margin: 0px;
}

#contactTabUL li {
	float: left;
	width: 125px;
	padding-bottom: 1em;
	/*border-right: 1px solid #333;
	border-bottom: 1px solid #333;*/
}

li#betty_thum { background : url(../images/emp_thum/betty_thm.jpg) no-repeat 50% 10px;}
li#marian_thum { background : url(../images/emp_thum/marian_thm.jpg) no-repeat 50% 10px;}
li#renaye_thum { background : url(../images/emp_thum/renaye_thm.jpg) no-repeat 50% 10px;
border-right : 0 solid #333;}

li#grc_thum {padding-top: .5em;
background: #e8dfbe url(../images/emp_thum/grc_thm.jpg) no-repeat 50% 2em;
border-bottom: 0 solid #333; }

li#roger_thum {padding-top: .5em;
background: #e8dfbe url(../images/emp_thum/roger_thm.jpg) no-repeat 50% 2em;
border-bottom: 0 solid #333; }

li#cs_thum {padding-top: .5em;
background: #e8dfbe url(../images/emp_thum/cs_thum.jpg) no-repeat 50% 2em;
border-bottom: 0 solid #333; }

li#betty_thum a, li#marian_thum a, li#renaye_thum a { padding-top: 135px; }
li#roger_thum a, li#grc_thum a, li#cs_thum a { padding-bottom: 135px; }

#contactTabUL li a { display: block;
text-align: center; }

#contactTabUL li a:link{
	text-decoration: none;
	color: #384a58;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#contactTabUL li a:visited {
	color: #644230;
	text-decoration: none;
}

#contactTabUL li a:hover {
	color: #d0ae00;
}

