/*-----------------NAVIGATION-----------------------------*/

#nav li#menu-patients a:hover	{ background-position:  -319px  -60px !important /*override the hover effect for this page*/}

#nav li#menu-home a		{ background-position:  0     -60px; }
#nav li#menu-aboutus a	{ background-position: -107px -60px; }
#nav li#menu-services a	{ background-position: -213px -60px; }
#nav li#menu-patients a	{ background-position: -319px -60px; }
#nav li#menu-financial a{ background-position: -425px -60px; }
#nav li#menu-news a		{ background-position: -532px -60px; }
#nav li#menu-contact a	{ background-position: -638px -60px; }


/*Boxes (copied from homepage) */
.welcomeBox {
	float:right;
	width:276px;
	clear:right;
	cursor:pointer;
	text-decoration:inherit;
	color:inherit;
}

/*top (Welcome) Box rounded corners*/
.rtop, .rbottom{display:block}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden; background:#ecf1f3;}
.r1{margin: 0 5px;}
.r2{margin: 0 3px;}
.r3{margin: 0 2px;}
.r4{margin: 0 1px;}
.r5{margin: 0 1px;}

.welcomeBoxContents{
	padding: 11px 0 10px 18px; 		/* I only put the 25px border on the right */
	background:#ecf1f3;
}

.welcomeBoxContents p{
	padding-left:2px;
	line-height:145%;
	color:#6f6860;
}

#welcomeBox1{
	float:left;
}

#welcomeBox2{
	float:right;
}

/*The buttons are mostly styled in common with the ones on the homepage*/
/*the styles are in welcomeHoverButtons.css, except for the following 2*/
/*which take care of the horiz positioning, which differs between uses*/
#getStartedButton{
	left:69px; /*remember to subtract the left margin*/
}

#currentPatientsButton{
	left:56px; /*remember to subtract the left margin*/
}

#leftNav{
	line-height:normal; /*this was an important discovery, IE gets messed up
						/*when this is not set back to normal (100% doesn't cut it)*/
	height: 93px;
	padding-top:8px;
	margin-top:5px;
	list-style-type: none;
}