/* Practicebox stylesheet              							*/
/* Copyright DentSure Ltd. 2001 - 2006 							*/
/* Style = Navigation as found in design 1008				*/

/* Title background = yes														*/
/* Link border = yes																*/

ul#normal, ul#special {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

#normal li, #special li {
	list-style-type: none;
	margin: 0 0 5px 0;
	float: left;
}

#normal a {
	display: block;
	margin: 0 10px 0 0;
	text-decoration: none;
	text-align: left;
}

#normal a:visited {
	text-decoration: none;
}

#normal a:hover {
	text-decoration: underline;
}

#special a {
	display: block;
	padding: 0 10px 0 0;
	text-decoration: none;
	text-align: left;
}

#special a:visited {
	text-decoration: none;
}

#special a:hover {
	text-decoration: underline;
}