/*Top Menu Specialists*/
body#PacientsPages .CentralMenuDiv {
	height:35px;
	width:100%;
}
body#SpecialistsPages .CentralMenuDiv {
	height:45px;
}


/*General Navigation*/

.Navigation, .Navigation ul {
  list-style: none;
  margin: 0px auto;
  padding: 0px;
  border: none;
  background: none;
  float: left;
}
body#PacientsPages .Navigation li {
	float: left;
	background: url(../img/menu_separator.gif) no-repeat right 12px;
}
body#SpecialistsPages .Navigation li {
	float: left;
	background: url(../img/menu_separator.gif) no-repeat right 5px;
}

body#PacientsPages .Navigation li.NoSeparator, body#SpecialistsPages .Navigation li.NoSeparator {
	background:none;
}
body#PacientsPages .Navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 6px 8px 4px;
	margin:7px 0px 0px;
	font: bold 15px "Times New Roman", Times, serif;
}
body#SpecialistsPages .Navigation a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 0px 6px 0px 4px;
	margin:0px 0px 0px;
	font: bold 15px "Times New Roman", Times, serif;
}

body#PacientsPages .Navigation a:hover, body#SpecialistsPages .Navigation a:hover {
   text-decoration:underline;
}
body#PacientsPages .Navigation a.CurrentLink, body#SpecialistsPages .Navigation a.CurrentLink {
	text-decoration:none;
	color:#FFF2D4;
}
body#PacientsPages .Navigation a.CurrentLink:hover, body#SpecialistsPages .Navigation a.CurrentLink:hover {
	text-decoration:underline;
	color:#FFFFFF;
}


