/*
 * Navigation menu styles
 * for www.transformational-health.com
 * by Jamie Green
 *
 * 2010.02.15 JCG:
 * First release
 * We use tables instead of ul's because IE 6 and below doesn't style them right.
 */

/* Styles for main menu bar */

.nav_menu {
	width: 720px;
	height: 35px;
	background-color: #bfd73b;
	}

.nav_menu table {
	display: inline;
	position: relative;
	float: left;
	z-index: 597;
	}

.nav_menu td {
	position: relative;
	}

.nav_menu a,
.nav_menu a:link,
.nav_menu a:visited,
.nav_menu a:hover,
.nav_menu a:active {
	display: block;
	height: 26px;
	padding: 9px 15px 0;
	
	font-size: small;
	color: white;
	text-decoration: none;
	}

.nav_menu a:hover {
	background-image:url('images/menu_hover.gif');
	background-repeat:repeat-x;
	}


/* Styles for drop menus. */

.nav_drop table {
	display: none;
	position: absolute;
	top: 100%;
	z-index: 598;

	background-color: #bfd73b;
	border-width: 1px 3px 3px 1px;
	border-style: solid;
	border-color: #A4BA26;
	}

.nav_drop td {
	width: 100%;
	}
