/* CSS Document */

/* ================================================================ 
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/menu/pro_drop4.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

 #hoznav { /*added to contain whole element*/
 padding:0 0 0 6px; /*left hand pad*/
 margin:0;
 /*background-color:#FF3300;*/
 height:36px;
 width:883px; /*reduced for left padding???*/
  /*display:block; /* IE 6 / 8 fix?*/
  
 }
 /*ADDED TO FIX INHERETED STYLE FROM OTHER SHEET*/
 #hoznav p, li {
 text-align: left;
 padding:0px;
 border:0px;
 }
  #hoznav a:link {
	color: #FFFFFF;
	text-decoration:none;
	border:0px;

	margin:0px;
	outline-style:none;/* firefox outline fix */
	
}
#hoznav a:visited {
	color: #FFFFFF;
	text-decoration:none;
	border:0px;

	margin:0px;
	outline-style:none;/* firefox outline fix */
	
}
#hoznav a: active {
		color: #FFFFFF;
	background-color:#12202C;
	text-decoration:none;
	border:0px;
	
	margin:0px;
	outline-style:none;/* firefox outline fix */
	
}
 #hoznav a:hover {
	color: #FFFFFF;
	background-color:#12202C;
	text-decoration:none;
	border:0px;
	
	margin:0px;
	outline-style:none; /* firefox outline fix */
}
/* ============================?????*/
   
* html #hoznav { display:inline;} /* IE 6 / 8 double Padding bug */

.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:Arial, Helvetica, Verdana, sans-serif; font-size:12px;}
 
/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative; }
 
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0; font-size:12px; }
 
/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:36px; }
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:12px;} /* move the link text hidden off screen */
/* pre-load the HOVER images into the lists *************************************************/
.menu li.p1 {width:57px; background:url(../images/btn_home_hov.gif) no-repeat;}
.menu li.p2 {width:77px; background:url(../images/btn_chalets_hov.gif) no-repeat;}
.menu li.p3 {width:72px; background:url(../images/btn_service_hov.gif) no-repeat;}
.menu li.p4 {width:74px; background:url(../images/btn_meribel_hov.gif) no-repeat;}
.menu li.p5 {width:62px; background:url(../images/btn_skiing_hov.gif) no-repeat;}
.menu li.p6 {width:67px; background:url(../images/btn_travel_hov.gif) no-repeat;}
.menu li.p7 {width:154px; background:url(../images/btn_prices_hov.gif) no-repeat;}
.menu li.p8 {width:118px; background:url(../images/btn_summer_hov.gif) no-repeat;}
.menu li.p9 {width:95px; background:url(../images/btn_contact_hov.gif) no-repeat;}
.menu li.p10 {width:99px; background:url(../images/btn_client_hov.gif) no-repeat;}

/* set up the normal unhovered images in the links *********************************************/
.menu li a#home {width:57px; background:url(../images/btn_home.gif) no-repeat;}
.menu li a#chalets {width:77px; background:url(../images/btn_chalets.gif) no-repeat;}
.menu li a#service {width:72px; background:url(../images/btn_service.gif) no-repeat;}
.menu li a#meribel {width:74px; background:url(../images/btn_meribel.gif) no-repeat;}
.menu li a#skiing {width:62px; background:url(../images/btn_skiing.gif) no-repeat;}
.menu li a#travel {width:67px; background:url(../images/btn_travel.gif) no-repeat;}
.menu li a#prices {width:154px; background:url(../images/btn_prices.gif) no-repeat;}
.menu li a#summer {width:118px; background:url(../images/btn_summer.gif) no-repeat;}
.menu li a#contact {width:95px; background:url(../images/btn_contact.gif) no-repeat;}
.menu li a#client {width:99px; background:url(../images/btn_client.gif) no-repeat;}

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) ***************************************/
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#chalets:hover, .menu li:hover a#chalets,
.menu li a#service:hover, .menu li:hover a#service,
.menu li a#meribel:hover, .menu li:hover a#meribel,
.menu li a#skiing:hover, .menu li:hover a#skiing,
.menu li a#travel:hover, .menu li:hover a#travel,
.menu li a#prices:hover, .menu li:hover a#prices,
.menu li a#summer:hover, .menu li:hover a#summer,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#client:hover, .menu li:hover a#client {
background:transparent;
}
 
/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover {position:relative; z-index:200;} /* for IE7 */
 
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}
 
.menu :hover ul {left:0; top:36px; background:#FF3400; border-top:1px solid #C42902; margin:0; padding:0px; white-space:nowrap; height:auto; z-index:300;}
.menu :hover ul li {display:block; /*min-height:24px;*/ position:relative; border:1px solid #C42902; border-width:0px 1px 1px 1px; margin:0; width:auto; }
.menu :hover ul li a {display:block; color:#FFFFFF; /*min-height:24px;*/ /*line-height:24px;*/ width:auto; padding:1px 10px 1px 10px; text-decoration:none;}/* line-height (off) and padding altered*/
.menu :hover ul li a:hover {background:#12202C; color:#FFFFFF; text-decoration:none;}
 
 /* Various width setting for the drop-down menu lists*/
.menu ul.sub1 {
width:185px;
}
.menu ul.sub2 {
width:120px;
}
.menu ul.sub3 {
width:120px;
}

