/* Navbar
================================================================================================================ */
#navbar {
	height: 135px;
	clear: both;
	text-align: center;
}

#navbar table {
	border-collapse: collapse;
	height: 135px;
}

#navbar table tr td {
	color:#ddf74f;
	height: 135px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: middle;
	width: 149px;
}

#navbar table tr td.sep {
	width: 13px;
}
#navbar table tr td.sep div {
	position:relative;
	height:135px;
	width:13px; 
}


#navbar table tr td a {
	border-bottom: none;
	color: #fff;
	font-family: "Georgia", serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: .2em;
	text-transform: uppercase;
}

#navbar table tr td.here a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color:#ddf74f;
}
/*#navbar table tr td a.here {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color:#ddf74f;
}*/

img.nav_sepHiderTop {
	position:absolute;
	top:0px;
	left:0px;
}
img.nav_sepHiderBottom {
	position:absolute;
	bottom:0px;
	left:0px;
}

#navbar table tr td.navItemDefaultState {     background: #fff url(/img/nav_filler.png) repeat-x; }

#navbar table tr td.nav_philosophy_Hover {  background-color: #4dcaf6; }
#navbar table tr td.nav_strategies_Hover {    background-color: #cf5b59; } 
#navbar table tr td.nav_research_Hover {      background-color: #eba355; }
#navbar table tr td.nav_people_Hover {        background-color: #b0a69b; }
#navbar table tr td.nav_directions_Hover {    background-color: #4d96f8; }
#navbar table tr td.nav_contact_Hover {       background-color: #4de14d; }

#navbar table tr td.nav_philosophy_Active {   background-color: #00b3f2; }
#navbar table tr td.nav_strategies_Active {   background-color: #ba1411; }
#navbar table tr td.nav_research_Active {     background-color: #e37b0b; }
#navbar table tr td.nav_people_Active {       background-color: #8e7f70; }
#navbar table tr td.nav_directions_Active {   background-color: #0069f5; }
#navbar table tr td.nav_contact_Active {      background-color: #00d400; }