.speciality_list_hp ul {
	line-height: 150%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
.speciality_list ul {
	line-height: 150%;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 730px;
	float: left;
	}

.speciality_list_hp ul li{
	margin: 0;
	padding: 0;
}
	
.speciality_list ul li {
	width: 33%;
	float: left;
	margin: 0;
	padding: 0;
	}
		
.speciality_list_hp ul li a, .speciality_list ul li a {
	display: block;
	padding: 8px 12px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #a8a8a8;
	border-bottom: 0;
	border-left: 0;
	color: #2b2b2b;
	}
	.speciality_list_hp ul li a{
		border:0;
		font-size:1.2em;
	}
			
		

	
.speciality_list_hp ul li a.alt1, .speciality_list ul li a.alt1 {
	background: #e9e9e9;
	}
	
.speciality_list_hp ul li a.alt2, .speciality_list ul li a.alt2 {
	background: #f7f7f7;
	}
	
.speciality_list_hp li a:hover.alt1,
.speciality_list_hp li a:hover.alt2
	{
	background: #ffffff;
	text-decoration: underline;
	}
	
	
.speciality_list li a:hover.alt1,
.speciality_list li a:hover.alt2 {
	background: #ffffff;
	border-right: 1px solid #a8a8a8;
	text-decoration: underline;
	}