/* Mulcares.com
NAv bar 
needs file 'csshover.htc'  for IE/win linked to body (mulcares.css)
#1c3a85 is dark blue
#3c5696 is lighter blue
#dde1ed is pale blue
#9cabd0 darker pale blue
#6b91cb is the colour for h1
#1b264d is shadow dark
*/

body{
	behaviour:  url("css/csshover.htc");  /*windows behaviour for drop down*/
}

div#nav {
	float: left;
	margin: 0px 0 0 0; 
	width: 760px;
	position:relative;/*IE fix */
	display:inline;/*IE fix */
	background: url(images/mainnavbar.gif) repeat-x;
	z-index:100;

  }

div#nav ul {
	margin: 0; 
	padding: 0; 
}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	float: left;
	
  }
  
div#nav a {
	display: block;
	float: left;
	padding: 0 1.6em; 
	/*padding between the nav titles*/
	line-height: 2.3em;
	background: url(images/nav_divider.gif) repeat-y left top;
	text-decoration:none;
	color: #1c3a85;
	font-family: Myriad, Helvetica, Arial;
	font-size: 11px;
	letter-spacing: 0.1em;
	
	}
	
	/* highlight current page */

#home #nav .home a,
#accomodation #nav .accomodation a,
#cauterets #nav .cauterets a,
#activities #nav .activities a,
#prices #nav .prices a,
#location #nav .location a,
#gallery #nav .gallery a,
#contact #nav .contact a {
	color: #fff;
	cursor: default;
}

div#nav a:hover {
	color: #F0F0F0;
	}	
	
div#nav li:hover {background: #3c5696;}
div#nav li.submenu {background: #1c3a85 url(images/mainnavbar.gif) repeat-x; }
div#nav li a {display: block;/*padding: 0.25em 0 0.25em 0.5em;*/
  text-decoration: none;  /*width of menus   width: auto;*/}
div#nav>ul a {width: auto;} /*width of top menu?*/
div#nav ul ul {position: absolute; /*width repeated here?*/
  display: none;}
  div#nav ul ul a {letter-spacing: 0em; width: 7.5em; }/* sub menu text*/
  /* sub menu appearance*/
div#nav ul ul li {border-bottom: 1px solid #1c3a85; border-right: 1px solid #1c3a85;background: #b6bcdb; }
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
div#nav ul.level2 {top: 2em; left: 0px; background: none;}

