/* top main navigation */



#navigation-container {

	padding:0 0px;

	clear:both;

	background:url(/images/page-bg.gif);

	background-repeat:repeat-y;

}



table#nav {

	background-color:#194673;

	text-align:center;

	border-collapse:collapse;

	width:100%;

	margin: 0;

}

	

#nav td {

	padding:0px;

	white-space:nowrap;	

	}



#nav td a {

	border-right:solid 1px #fff;

	}

	

#nav td#last a{

	border-right:none;

	}

	

#nav a {

	display:block;

	text-decoration:none;

	color:#fff;

	font-family:Arial, Verdana, Helvetica, sans-serif;

	font-size:11px;

	text-transform:uppercase;

	font-weight:bold;

	outline:none;

	}

	

#nav a.one-line {

	line-height:48px;

	white-space:nowrap;

	height:48px;

	padding:0 5px;

	}

	

#nav a.two-line {

	padding:10px 5px;

	height:28px;

	}

	

#nav a.menuButton {

	background-color: #000000;

	}

	

#nav a.menuButton-on {

	background-color:#ababab;

	color:#fff;

	}

	

#nav a.menuButton:hover {

	background-color: #3a3a3a;

}





div.menu {

  width:970px;

  text-align:center;

  position: absolute;

  top:0px;

  visibility: hidden;

}



div.menu a.menuItem {

  color: #000000;

  display: block;

  padding: 5px 2em;

  text-decoration: none;

  white-space: nowrap;

  font-family:Arial, Verdana, Helvetica, sans-serif;

  font-size: 12px;

  outline:none;

}



table.subnav {

	border-right:solid 1px #CED4C7;

	margin:auto;

	}

	

table.subnav td {

	border-left:solid 1px #CED4C7;

	}



div.menu a.menuItem:hover, div.menu a.menuItemHighlight {

  background-color:#e6ecdf;

}



/* end navigation */


