body{
margin:40px auto;
}
.clear{
clear:both;
}
.main_nav{
background-color:#FFFFFF;
}
/* /////////// NAVIGATION MENU /////////// */
#nav_menu{
font-family:Arial, "Century Gothic", Helvetica, sans-serif;
font-size:13px;
position:relative;
margin:5px 0px 0px 0px;
float:left;
width: 568px;
height: 23px;
color:#000000;
clear:both;
}
#nav_menu a{
color:#000000;
text-decoration:none;
}
#nav_menu a:hover{
color:#CC0033;
}
#nav_menu ul {
list-style: none;
}
.home {
	position: absolute;
	left: 4px;
	top: 0px;
	width : 41px;
	height: 23px;
}

.about {
	position: absolute;
	left: 41px;
	top: 0px;
	width : 73px;
	height: 24px;
}

.treatments {
	position: absolute;
	left: 105px;
	top: 0px;
	width : 100px;
	height: 24px;
}

.products {
	position: absolute;
	left: 180px;
	top: 0px;
	width : 80px;
	height: 23px;
}

.contact {
	position: absolute;
	left: 243px;
	top: 0px;
	width : 90px;
	height: 23px;
}

.links {
	position: absolute;
	left: 318px;
	top: 0px;
	width : 40px;
	height: 23px;
}
.news{
	position: absolute;
	left: 360px;
	top: 0px;
	width : 74px;
	height: 23px;
}
.disclaimer {
	position: absolute;
	left: 402px;
	top: 0px;
	width : 74px;
	height: 23px;
}

/* DROP DOWN MENU */
.dropdown_layout{
display:block; 
width:205px; 
height:23px; 
border:1px solid #E9E9E9;
background-color:#FFFFFF;
font-family:Arial, "Century Gothic", Helvetica, sans-serif;
}
#dropdown1{
top:103px; 
position:absolute; 
left:166px;  
width:205px; 
height:126px; 
z-index:1; 
line-height:23px; 
visibility:hidden;
font-size:11px;
text-indent:8px; 
}
	#dropdown1 a:link, #dropdown1 a:visited, #dropdown1 a:active{
	color:#000000;
	text-decoration:none;
	}
	#dropdown1 a:hover{
	color:#FFFFFF;
	background-color:#CC0033;
	}
.dropdown_layout2{
display:block; 
width:133px; 
height:23px; 
border:1px solid #E9E9E9;
background-color:#FFFFFF;
font-family:Arial, "Century Gothic", Helvetica, sans-serif;
}
#dropdown2{
top:103px; 
position:absolute; 
left:598px; 
width:133px; 
height:101px;
font-size:11px;
line-height:23px; 
z-index:1;
visibility:hidden;
text-indent:8px; 
}
	#dropdown2 a:link, #dropdown2 a:visited, #dropdown2 a:active{
	color:#000000;
	text-decoration:none;
	}
	#dropdown2 a:hover{
	color:#FFFFFF;
	background-color:#CC0033;
	}

/* /////////// END NAV MENU /////////// */
