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

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

.title_left {
	width: 138px;
	margin-bottom: 4px;
	padding: 3px 0;
}

.title_right {
	width: 138px;
	margin-bottom: 4px;
	padding: 3px 0;
}

ul#normal {
	margin: 0;
	padding: 0;
	list-style: none;
}

#normal li {
	list-style-type: none;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 3px;
}

#normal a {
	display: block;
	padding: 3px 2px;
	text-decoration: none;
	text-align: left;
}

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

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

ul#special {
	margin: 0;
	padding: 0;
	list-style: none;
}

#special li {
	border-width: 1px;
	border-style: solid;
	margin-bottom: 4px;
	list-style-type: none;
}

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

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

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