#menu{
	position: absolute;
	top: 303px;
	left: 14px;
	list-style: none;
}

#menu li{
	float: left;
	width: auto;
	margin-right: 1px;
	position: relative;
}

#menu li a{
	display: block;
	text-align: center;
	font-size: 18px;
	height: 20px;
	line-height: 20px;
	padding: 3px 10px 5px;
	color: #e0f0ee;
	float: left;
}

#menu li a:hover{
	color: #fff;
	text-decoration: none;
	background-position: 0 0;
	padding-bottom:0 ;
	border-bottom: 5px solid #fff;
}

#menu li.dropDown a:hover {
  border-bottom: 0;
}

#menu ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
	display: none;
	position: absolute;
	z-index: 1000;
	left: 0;
	top: 21px;
}

#menu li:hover ul{
	display: block;
}

#menu ul li{
	background: none;
	float: none;
	margin: 0;
	height: auto;
	cursor: pointer;
}

#menu ul li a{
  float: none;
	height: auto !important;
	height: 16px;
	min-height: 16px;
	line-height: 16px;
	color: #36707d;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	padding: 0 0 0 3px;
	text-align: center;
	text-transform: none;
	background: #e1f2f4;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	z-index: 1000;
	clear: left;
	cursor: pointer;
}

#menu #menuTreatments li a{
	width: 107px;
}

 #menu #menuBraces li a{
	width: 156px;
 }

#menu #menuFinances li a{
	width: 90px;
}

#menu #menuAbout li a{
	width: 88px;
}

#menu .dropDown li a.top{
	border-top: 5px solid #fff;
}

#menu .dropDown li a.bottom{
	border-bottom: 1px solid #ddd;
}

#menu .dropDown li a:hover{
	color: #0e505d;
	background: #b9e1eb;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}
