#nav-full, #nav-full-bg, #nav-full * {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:1.1em;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#nav-full {
	margin:0 0 5px 0;
  padding:0;
  list-style:none;
	color:#5a3b37;
	position:absolute;
	top:196px;
	width:920px;
	/*background:url(../images/template/nav-bg.gif) repeat-x #d2c0b4;
	opacity:.999; added to prevent flicker from drop down in Firefox on a Mac */
}
#nav-full-bg {
	text-align:left;
	position:absolute;
	top:196px;
	color:#e3d8D0;
	padding:5px 0 6px 0;
	width:100%;
	background:url(../images/template/nav-bg.gif) repeat-x;
	/*opacity:.999; added to prevent flicker from drop down in Firefox on a Mac */
}
	
#nav-full ul {
	background:#ffffff; /*IE6 needs this*/
}

#nav-full li { /*categories/menu default list style*/
	/*background-color:theme*/
	float:left;
	display:inline;
	list-style:none;
	position:relative;
	padding:0;
	margin:0;
	z-index:90;
}


#nav-full a {  /*categories/menu default a style*/
	color:#5a3b37;
	display:block;
	padding: 5px 10px 4px 10px;
	text-decoration:none;
}
	

#nav-full a:active, #nav-full a:focus, #nav-full a:visited {
   text-decoration:none;
}


#nav-full li:hover,
#nav-full li:hover a.catList,
#nav-full li a.catList:focus, #nav-full li a:hover, #nav-full li a:active {
  color:#fff;
	/*background-color:theme*/
}

#nav-full li a:hover { 
	text-decoration:none;
}
	

#nav-full li:hover > a { /*style when hovering on categories */
  /*background-color:theme*/
	text-decoration:none;
}
	
#nav-full * a.catList:hover {
	text-decoration:none;
}
		
#nav-full * a.catList:focus, #nav-full * a.catList:active {
	color:#ffffff;
	font-weight:normal;
	text-decoration:none;
}

/* Removing IE exceptions */
 /* *html #nav-full li:hover > a,  *html #nav-full li.sfHover > a,  *:first-child+html #nav-full li:hover > a, *:first-child+html #nav-full li.sfHover > a  {letter-spacing: -0.1em; text-decoration:none;}  IE only spacing control */


/* BEGIN width of each category */
.catList {text-decoration:none;}



/*  +++++++++++++ END width of each category +++++++++++++  */

/*  +++++++++++++ END Main Nav +++++++++++++  */



/* +++++++++++++  Begin Sub Navs +++++++++++++  */

#nav-full li ul { /* menu default UL setting */
	float:none;
	top:-999em;
	position:absolute;
	z-index:200;
	padding:8px 5px 5px 5px;
}

#nav-full li ul.col1 { /*menu column 1*/
	}
	
#nav-full li ul.col2 {  /*menu column 2*/
	margin-left:180px;
	background: #fff url(/pix/common/dot_vert.gif) 0 repeat-y;
	}

#nav-full li ul.col3 {  /*menu column 3  */
	margin-left:360px;
	background: #fff url(/pix/common/dot_vert.gif) 0 repeat-y;
	}
	
#nav-full li ul.col4 {  /*menu column 4*/
	background: #fff url(/pix/common/dot_vert.gif) 0 repeat-y;
	margin-left:540px;
}


/* BEGIN menu LI LI styling */
#nav-full li li:hover {
	background:none;
}
#nav-full li li {
	background:none;
	letter-spacing:normal;
	padding-left:6px;
	margin:0;
}

#nav-full li li a {
	float:none;
	width:145px;/*   width:150px;*/
	padding:2px 5px 2px 6px;
	margin:0;
	text-decoration:none;
	font-weight:normal;
	background:none;
}

#nav-full li li a:hover {
	border:0px solid #fff;
	position:relative;
	padding-bottom:2px;
	top:1px;
	text-decoration:underline;
	font-weight:normal;
	background:none;
}

#nav-full li li:hover > a{
	font-weight:normal;
	text-decoration:underline;
	background:none;
}

#nav-full li li .level1 {
	padding-top:3px;
}
#nav-full li li a.level1 {
	font-size:13px;
	color:#999;
}
#nav-full li li a.level1:hover {
	color:#666;
	text-decoration:none;
}
#nav-full li li a.level2 {
	padding-left:20px;
	font-size:11px;
}
#nav-full li li a.level3 {
	padding-left:30px;
	font-size:11px;
}





/* Removing IE exceptions */
 /*  *html #nav-full li li:hover > a,  *html #nav-full li li.sfHover > a,  *:first-child+html #nav-full li li:hover > a, *:first-child+html #nav-full li li.sfHover > a  {letter-spacing: 0; text-decoration:underline;}   IE only spacing control*/


/*  this is to insure that the drop down menu stays on top of an embeded flash object  (not needed because of how we embed the flash)
embed, object { 
	position: relative;
	z-index: 0;
	}
	*/ 
/*  +++++++++++++ END menu styling +++++++++++++  */



/* +++++++++++++  BEGIN these styles determines the position and height of the menu +++++++++++++  */

#nav-full li:hover ul{
	left:0px;
	top:24px;}

/*#nav-full li:hover ul {height:250px;} */

#nav-full li:hover ul.magazineNav {height:100px;} 
#nav-full li:hover ul.travelDirectoryNav {height:550px;} 
#nav-full li:hover ul.honeymoonsNav {height:250px;}  
#nav-full li:hover ul.holidaysNav {height:250px;} 
#nav-full li:hover ul.destinationWeddingsNav {height:200px;}    
#nav-full li:hover ul.articlesNav {height:250px;}
#nav-full li:hover ul.winNav {left:-45px;height:50px;}

#nav-full li:hover li ul {top:-999em;}

#nav-full li li:hover ul{ /* pure CSS hover is removed below */
}
  

/* +++++++++++++  END these styles determines the position and height of the menu +++++++++++++  */

#nav-full li li.subTitle {font-weight:bold; color:#333333; padding-left: 12px; padding-top:5px; padding-bottom:2px;} 
#nav-full img.dotHori {padding:9px 0px 3px 8px;}



/* +++++++++++++  END drop down nav style, i.e. END HUNT 4 (Header Upper Nav Tier 4)  +++++++++++++  */



/* COLOURS */
#nav-full {
	 background:none;
}
#nav-full li ul {
	border-top:1px solid #d2c0b4;
  border-bottom:1px solid #d2c0b4;
}
#nav-full li:hover,
#nav-full li:hover a.catList,
#nav-full li a.catList:focus, #nav-full li a:hover, #nav-full li a:active {
  background-color:#5a3b37;  /** Change Color **/
}

#nav-full li:hover > a {
	background-color:#5a3b37; 
}
#nav-full li ul.col1 { /*menu column 1*/
	border-left:1px solid #d2c0b4;
	border-right:1px solid #d2c0b4;
}
	
#nav-full li ul.col2 {  /*menu column 2*/
	border-right:1px solid #d2c0b4;
}

#nav-full li ul.col3 {  /*menu column 3  */
	border-right:1px solid #d2c0b4;
}
	
#nav-full li ul.col4 {  /*menu column 4*/
	border-right:1px solid #d2c0b4;
}
#nav-full li li a {
	/*color:teal;*/
}

#nav-full li li a:hover {
	/*color:teal-light;*/
}
