/* Tierra Antigua New Homes Styles */

/* ================================================================ 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_dropline2-5.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
=================================================================== */

.menu { height:30px; 
position:relative;
background:url('../images/menu/menu_active_blk.jpg');
background-position:bottom;
background-repeat:repeat-x; 
font-family:arial, verdana, sans-serif; 
font-size:12px;
z-index:500; }

.menu .select { height:30px;
margin:0 0 0 60px; 
padding:0 0 0px 20px; 
list-style:none; 
white-space:nowrap; }

.menu li { height:30px;
float:left;
background:url('../images/menu/menu_active_blk.jpg');
background-repeat:no-repeat;
background-position:bottom; }

.menu .select a { height:30px;
display:block;  
float:left;
padding:0 0 0px 15px;
background: url('../images/menu/menu_active_blk.jpg');
background-repeat:no-repeat;
background-position:bottom;  
text-decoration:none; 
line-height:25px; 
white-space:nowrap; 
color:#ddd; }

.menu .select a b { 
display:block; 
padding:0 20px 5px 15px; 
background:url('../images/menu/menu_activ_blk.jpg');
background-repeat:no-repeat;
background-position:bottom; }

.menu .select a:hover, 
.menu .select li:hover a {
background: url('../images/menu/menu_hover_blk.jpg'); 
background-repeat:no-repeat;
background-position:bottom;
padding:0 0 0 15px;
line-height:25px;
cursor:pointer; 
color:#fff; }

.menu .select a:hover b, 
.menu .select li:hover a b {
display:block; 
padding:0 20px 5px 15px; 
background:url('../images/menu/menu_hover_blk.jpg');
background-repeat:no-repeat;
background-position:bottom; 
cursor:pointer; }

/* sub menu 
  ************************************************** */
.menu .sub { display:none; }

/* IE6 only */
.menu table {
border-collapse:collapse;
margin:0; 
/*margin:-1px;*/ 
font-size:1em; 
width:0; 
height:0; }

.menu .sub {
margin:0 0 0 30px; 
padding:0 0 0 0px;
list-style:none; }

.menu .sub li { background:transparent; }

.menu .select :hover .sub {
height:18px;
display:block; 
position:absolute;
float:left;
width:950px;top:28px; 
left:0; 
text-align:center; }

.menu .select :hover .sub li a 
     { height:20px;
	   display:block;
	   float:left;
	   margin:0;
	   padding:0 10px;
	   background:transparent url('../images/menu/transparent.gif');
	   background-repeat:no-repeat; 
	   line-height:18px; 
	   color:#888;
	   font-size:11px;
	   white-space:nowrap; 
	   border:1px solid #000; 
	   border-color:#888 #777 #666 #ddd; }

.menu .select :hover .sub li a:hover 
      { color:#000; 
	    background:#e8e8e8; 
		border-color: #fff #333 #000 #fff; 
		line-height:15px; }
