/* CSS Document */

#links_main {
	clear:both; /* clears the floats above */
	background-color:#7a685d;
	height:31px;
	z-index:20;
}

#links_main ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-left:220px;
  }

#links_main li {
  float: left;
  position: relative;
  width: auto;
  color:#FFFFFF;
  line-height:31px; /* this centers the text in the main_links area (same as valign="middle" in a <td> tag) */
  margin-right:2px;
  }
  
 #links_main ul li span {
	display:none;
}

#links_main ul .link_adults span,
#links_main ul .link_adults img {
	display:none; /* I need the pipe for the footer, but not here, so I get rid of it */
}

  
#links_main ul li a {
	display:block;
	height:31px;
	font-size:12px;
	letter-spacing:2px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0px 20px;
}

#links_main ul li a:hover {
	/*background-color:#9b8476;*/
}

#links_main ul li a img {
	border:none;
	position:relative;
	left:22px;
	top:4px;
}

#links_main ul li ul li {
	background-color:#dcccc2;
	float:none;
	line-height:24px;
	height:24px;
}

#links_main ul li ul {
  display: none;
  position: absolute;
  width:170px; 
  top: 31px;
  left:-220px;
  }
  
#links_main ul li ul li a {
	color:#3f3129;
	font-size:11px;
	height:24px;
	letter-spacing:0px;
	background-image:url(../images/170x003_dropdown_bg_img.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	padding:0px 5px 0px 12px;
}

#links_main ul li ul .last_link a {
	background-image:none;
}

#links_main ul li ul li a:hover {
	background-color:#ece6e3;
	text-decoration:underline;
}

#links_main li:hover ul, 
#links_main li.over ul{
	display: block;
}

/********************************************/
/********************************************/
/* FLYOUTS FOR TOP RIGHT LINKS */
/********************************************/
/********************************************/


#masthead_home #masthead_right #links ul, #masthead_home #masthead_right #links ul ul,
#masthead div ul, #masthead div ul ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#masthead_home #masthead_right #links ul a,
#masthead div ul a {
	display: block;
}

#masthead_home #masthead_home #masthead_right #links ul li,
#masthead div ul li {
	float: left;
}

#masthead_home #masthead_right #links ul li ul li,
#masthead div ul li ul li {
	padding-bottom:2px;
}

#masthead_home #masthead_right #links ul li ul li a,
#masthead div ul li ul li a {
	color:#009394;
	background-image:none;
	padding-left:5px;
	line-height:14px;
	letter-spacing:0px;	
}

#masthead_home #masthead_right #links ul li ul,
#masthead div ul li ul {
	position: absolute;
	width: 164px;
	left: -4000px;
	background-color:#99d4d4;
}

#index #masthead_home #masthead_right #links ul li:hover ul, #index #masthead_home #masthead_right #links ul li.sfhover ul,
#masthead div ul li:hover ul, #masthead div ul li.sfhover ul {
	left:-164px;
	z-index:20;
}


/*****************************/



#masthead div ul,
#masthead_home #masthead_right #links ul { /*  here and in the following lines I'm styling two areas the same */
	margin-left:0px;
	margin-top:12px;	
}

#masthead div ul li,
#masthead_home #masthead_right ul li {
	padding-bottom:10px;
}


#masthead div ul li span,
#masthead_home #masthead_right ul li span {
	display:none;
}

#masthead div ul li a,
#masthead_home #masthead_right #links ul li a {
	display:block;
	background-image:url(../images/img_link_pointer.png);
	background-position:20px 3px;
	background-repeat:no-repeat;
	width:147px;
	padding-left:35px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	letter-spacing:1px;	
}


#masthead ul li a:hover,
#masthead_home #masthead_right #links ul li a:hover {
	text-decoration:underline;	
}
