/* top nav starts*/ 
#topNav a:link, #topNav a:visited, #topNav  a:active, #topNav a:hover{
	font-size:10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#005598;
}
/* top nav ends*/

/* main nav starts*/
.haccordion .header, .haccordion .navContent{
   float: left;
   height: 51px;
  }
  
  .haccordion .header a{
   float:left;
   cursor: default;
  }
  
  .haccordion .navContent{
   display: none;
   width: 0px;
   overflow: hidden;
  }
  	
  .haccordion .navContent p{
   height: 51px;
  } 
 
  .header a{
	float:left;
    display: block;
    height: 50px;
  }
  
 .navItem {
	height: 19px;
	border: 0;
 }

 .navItem_fr {
	height: 14px;
	border: 0;
 }

.navSubItem {
	height: 50px;
	border: 0;
}
/* main nav ends*/
  
/* bottom nav starts*/ 
#footerCopy {
	font-size:10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#adb8bf;
}

#footerCopy a:link, #footerCopy a:visited, #footerCopy  a:active, #footerCopy a:hover {
	font-size:10px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color:#005598;
}

.footerCopyright {
	color:#005598;
}
/* bottom nav ends*/

/* dropdown */
#ddMenuMyths {
position: absolute;
top: 4px;
left: 400px;
z-index:100;
width:192px; 
border:none;
display:none;
}

#ddMenu {
position: absolute;
top: 4px;
left: 400px;
z-index:100;
width:192px; 
border:none;
display:none;
}

/* dropdown */
#ddMenuMommyTools {
position: absolute;
top: 4px;
left: 400px;
z-index:100;
width:192px; 
border:none;
display:none;
}

/* dropdown */
#ddMenuAboutNestleBaby {
position: absolute;
top: 4px;
left: 400px;
z-index:100;
width:192px; 
border:none;
display:none;
}


.ddMenuTable {
width:192px;
font-size:11px;
margin:0 0 0 0px;
padding:0 0 0 0;
}

.ddMenuTableItem {
	height:30px;
	color:silver;
	padding-left:10px;
	background: url(../images/common/dropdown/body.gif) repeat-y;
}

.ddMenuTableDivider {
	height:6px;
	background: url(../images/common/dropdown/body.gif) repeat-y;
}

.ddMenuTableItem_longer {
	height:30px;
	color:silver;
	padding-left:10px;
	background: url(../images/common/dropdown/body_longer.gif) repeat-y;
}

.ddMenuTableDivider_longer {
	height:6px;
	background: url(../images/common/dropdown/body_longer.gif) repeat-y;
}

 


.ddMenuTableItem a:link{
	color:#005598;
	text-decoration:none;
}

.ddMenuTableItem a:visited {
	color:#005598;
	text-decoration:none;
}

.ddMenuTableItem a:hover {
	color:#30BBF2;
	text-decoration:none;
} 

.ddMenuTableItem a:active {
	color:#30BBF2;
	text-decoration:none;
} 
