/* All Levels */
#nav a { line-height:1.3em; text-decoration:none; }

/* Root Level */
#nav { position: relative; }
#nav .level0 > a { display:block; }

/* 1st Level */
#nav ul.level0,
#nav li.level0 div.nav_block {
	position:absolute;
	z-index: 999;
	width: 920px; 
	top: 30px;
	left: 0;
	display: none;
	background: #fff url(../images/drop_menu_border.png) repeat-x top left;
	border: 5px #ccc solid;
	border-top: none;
	padding: 15px;
	font-size:12px;
	color: #666;
}
#nav li.level1.parent { display:block; float:left; padding: 0 10px 0 0; }

#nav .nav-text-block { width: 50%; }

/* 1st+ level */
#nav ul.level0 a:hover { text-decoration:underline; }
#nav ul.level0 li.parent > a:hover { text-decoration:none; }

#nav div.nav_block li.parent > a,
#nav li.level1.parent > a,
#nav div.nav_block h3,
#nav div.nav-text-block h3 { display: inline-block; margin-bottom: 10px; padding-bottom: 2px; background: url(../images/bg-heading-bottom-border.png) bottom repeat-x; }

#nav div.nav_block li,
#nav li.level1 { width: 133px; margin:0 10px 0 0; }

/* 2nd+ Level */
#nav ul.level1 ul { margin-left: 5px; }

/* Show menu */
#nav li.level0 ul.shown-sub,
#nav li.level0 div.shown-sub { display: block; }
/********** Navigation > */
/* ======================================================================================= */