/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_variations.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
 /* common styling */
body#homenaver a#homenav,
body#aboutnaver a#aboutnav,
body#servicesnaver a#servicesnav,
body#propertiesnaver a#propertiesnav,
body#careernaver a#careernav,
body#affiliatesnaver a#affiliatessnav,
body#contactnaver a#contactnav {
color:#fff;
background-position: 0 100%; 
}

 /* Set up the default font and ovrall size to include image */
.menu {
font: 11px Arial, Helvetica, sans-serif;
margin: 0 auto;
width: 804px;
height: 24px;
z-index: 100;
position: relative;
padding: 0 0 0 0;

}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display: block; 
text-decoration:none; 
color:#fff;  
font-weight:bold;
padding: 5px 0 0 0;
text-align: center;
margin: 0 2px 0 0;
width:132px;
height: 19px;
font: bold 11px Arial, Helvetica, sans-serif;
background: url(../images/nav_final.gif) no-repeat;
background-position: 0 0;
}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
border-collapse:collapse;
}
/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#fff;
background-position: 0 100%; 
}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute;
top: 1; 
left: -1px; 
border-left:2px solid #fff;
border-right:2px solid #fff;
border-top:1px solid #ffffff;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block;
text-transform: none; 
background: #8f9ca4;
color:#fff;
border:0;
margin:0;
font-weight:normal; 
font-size:11px;
line-height:1em; 
padding:5px 5px 0px 5px; 
width:121px;
border-bottom:2px solid #fff;
text-align: center;
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover { 
color:#fff;
background: #818d94;
}
/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:#8f9ca4 filter: alpha(opacity=100);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
opacity:0.9;
margin-top:1px; /* for IE5.5 faulty box model */
marg\in-top:1px; /* for IE6 */
padding: 0;
margin: 0;
display: inline;
position: absolute;
top: 25px;
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#8f9ca4;
width:120px; /* for IE5.5 faulty box model */
w\idth:120px; /* for IE6 */
}