
/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.
 
The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/image-dropdown-v4.html
Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.background {width:1010px; height:200px; background:url(/images/nav_bkg.jpg); font-family:"trebuchet ms",arial,sans-serif;}
.background p {padding:0 85px; margin:0; line-height:18px; font-size:14px; color:#631;}
#menu {width:1010px; height:20px; position:relative; padding:0px 0 0 80px;}
#menu ul {margin:0; padding:20px; 20px; 15px; 0; list-style:none; white-space:nowrap; text-align:left;} 
#menu li {margin:0; padding:0; list-style:none;}
#menu a {display:block; font: 12px "verdana",arial,sans-serif;color:#800; line-height:20px; text-decoration:none;} 
 
#menu li:hover > ul {visibility:visible;}
#menu a:hover ul,
#menu a:hover a:hover ul, 
#menu a:hover a:hover a:hover ul {visibility:visible;}
#menu a:hover ul ul, 
#menu a:hover a:hover ul ul {visibility:hidden;}
 
#menu li.top-level-li {float:left;}
 
#menu a.top-level-a {float:left; padding:0;}
#menu a.top-level-a b {position:absolute; left:-9999px;}

#menu a.home {width:140px; height:15px; background:url(/images/button_home_rollover.gif) no-repeat top left;}
#menu a.location {width:170px; height:15px; background:url(/images/button_location_rollover.gif) no-repeat top left;}
#menu a.rates {width:220px; height:15px; background:url(/images/button_rates_rollover.gif) no-repeat top left;}
#menu a.custom {width:150px; height:15px; background:url(/images/button_custom_rollover.gif) no-repeat top left;}
 
#menu li.top-level-li:hover {position:relative;}
#menu a.top-level-a:hover {white-space:nowrap; position:relative; background-position: bottom left;}
#menu li.top-level-li:hover > a.top-level-a {white-space:nowrap; position:relative; background-position:bottom left;}
 
#menu li ul {display:block; position:absolute; visibility:hidden; left:5px; margin:0;
 border:1px solid #ba6; border-width:1;
}

#menu li ul li {display:inline;}
#menu li li a {padding:2px 30px 0px 14px; color:#666; border:0px solid #000;} 
#menu li li a:hover {color:#996633; background-color:#fff;} 
#menu li li:hover > a {color:#996633;}
 
#menu ul.drop-down {top:15px; background-color:#ededed; padding: 0px; z-index:300;} 
 
#menu table {position:absolute;top:0;left:0;border-collapse:collapse;text-align:left;}



/*----------set width of top level menu items-----------*/
#nav li.top  {border:1px solid #999;}  /*display border to set spacing easier*/

#menu ul li #HOME{width:250px;}
#menu ul li #LOCATION{width: 80px;}
#menu ul li #RATES & DETAILS{width:140px;}
#menu ul li #A CUSTOM TOUCH{width:95px;}


/*#menu a.home {width:150px; height:11px; background:url(/images/button_home_rollover.gif) no-repeat bottom left;}
#menu a.location {width:150px; height:11px; background:url(/images/button_location_rollover.gif) no-repeat bottom left;}
#menu a.rates {width:200px; height:11px; background:url(/images/button_rates_rollover.gif) no-repeat bottom left;}
#menu a.custom {width:150px; height:11px; background:url(/images/button_custom_rollover.gif) no-repeat bottom left;*/