/*  
 ----------------------------------------------------------------------------
  Copyright Welk Resorts 2008. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/

#DIVnavBar {
	background: url("/assets/files/template_files/nav_bg-main.gif") repeat-y;
	width:163px;
	line-height:19px;
}

#DIVnavBody {
	background: url("/assets/files/template_files/nav_body.gif") no-repeat bottom;
	padding-bottom: 13px;
}

#DIVnavBodySub {
	background: url("/assets/files/template_files/nav_bg-sub.gif") repeat-y;
	padding: 0 0 2px 0;
}

#DIVnavBody ul, #DIVnavBodySub ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#DIVnavBody li {
	margin: 0 11px 0 9px;
	padding: 0 0 0 13px;
	height: 22px;
	cursor: pointer;
}

#DIVnavBodySub li {
	border-bottom: 1px #193618 dotted;
	margin: 0 11px 0 9px;
	padding: 0 0 0 18px;
	height: 22px;
	cursor: pointer;
}
		
#DIVnavBody a, #DIVnavBodySub a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}
		
#column-left #DIVnavBar .nav {
	color: #fff;
}

#column-left #DIVnavBar .navBGHover {
	background-color: #d5de76;
}

#column-left #DIVnavBar .navHome {
	color: #d1eebd;
}

#column-left #DIVnavBar .navHover {
	color: #000;
}