#patientbutton
{
	background-color: #8e3c8b;
}
#patientbutton a:hover span
{
	background-color: #eeccee;
	color: #8e3c8b ;
}


#physicianbutton
{
	background-color: #33678c;
}
#physicianbutton a:hover span
{
	background-color: #e6f5ff;
	color: #33678c;
}

#clinicalbutton
{
	background-color: #95ae36;
}
#clinicalbutton a:hover span
{
	background-color: #e3e5c0;
	color: #95ae36;
}


span.left_button
{
	color: #ffffff;
	font-size: 110%;
	font-weight: bold;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	display: block;
}

#qlinks
{
	margin: 0;
	padding: 0;
}

#textbox #qlinks ul
{
	list-style: none outside none;
	margin: 0;
	padding: 0 0 5px 0;
}

#qlinks ul li
{
	margin: 0;
	padding: 0;
	list-style: disc outside url(/templates/2009/images/bluearrow_ie.gif);
	border-bottom: solid 1px #999999;
	line-height: 1.2em;
}

#qlinks li a
{
	padding: 6px;
}

#qlinks li a:link,
#qlinks li a:visited
{
	margin: 0;
	display: block;
	text-decoration: none;
	width: auto;
}

#qlinks li a:hover
{
	background: #e6f5ff;
}

