@charset "utf-8";
/* CSS Document */

#nav-home {
	background:#2F4C50 url(../imgs/layout/nav-bar.png) top left repeat-x;
	line-height:28px;	
	}
#nav {
	background:#2F4C50 url(../imgs/layout/nav-bar.png) top left repeat-x;
	line-height:28px;
	text-align:right;
	}
#pipe {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#pipe li {
	margin-left: 0;
	padding: 3px 15px;
	border-left: 1px solid #000;
	list-style: none;
	display: inline;
	}
	
		
#pipe li:first-child {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}

#pipe a {
	color:white;
	text-decoration:none;
	font-size:16px;
	}
	
#pipe a:hover {
	color:#9BCFE4;
	text-decoration:none;
	}

body#aboutPage a#about-us,
body#contactsPage a#contacts,
body#tipsPage a#tips,
body#patientsPage a#patients,
body#servicesPage a#services,
body#appointmentPage a#appointment
{
	color:#F8D71A;
	font-size:18px;
} 
