html, body {

	font-family: 'Helvetica Neue', 'Lucida Grande', Arial, Helvetica, sans-serif;
	color: navy;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: navy;
}
.colorMenuBar {
  background-color: #2FA9D4;
  color: white;
}
.colorMenuBarBold {
  background-color: #2FA9D4;
  color: white;
  font-weight: bold;
}

.navItem {
  -webkit-user-select: none; /* avoid copydefineshare */
}
#topMenuBar {
	height: 35px;
	width: 99%;
	padding-right: 1%;
	color: white;
	background-color: #2FA9D4;
	list-style: none;
	font-size: 14px;
	position: fixed;
	top: 0px;
	left: 0px;
	border-bottom: 1px solid #000000;
	margin-top: 0px;
	z-index: 1;
	min-width: 1200px;
}
#topMenuBar a {
	display: block;
	font-size: 14px;
	padding: 10px 15px 12px 15px;
	text-align: center;
	height: 13px;
	color: white;
	letter-spacing: 1px;
}
#topMenuBar .navItem a:hover {
	background: url(menu_bg.gif) repeat-x;
}
#topMenuBar .navPanel {
	z-index: 1;
	padding: 0;
}
#topMenuBar .navItem {
	float: left;
	position: relative;
	background-color: #2FA9D4;	
}
#topMenuBar .navItemLast {
	float: right;
	position: relative;
	padding-right: 120px;
	background-color: #2FA9D4;
}
#topMenuBar .textItemLast {
	position: relative;
	background-color: #2FA9D4;
}
#topMenuBar .navPanel {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	width: 160px;
	padding: 0px 50px 40px 0px;
}
#topMenuBar .navPanel .navItem {
	float: none;
	border-top: 1px solid #000000;
}
#topMenuBar .navPanel .navPanel {
	top: -1px;
	left: 100%;
}
#topMenuBar .navPanel .navPanel .navItem {
	border-left: 1px solid #000000;
}
#topMenuBar .navItem:hover > .navPanel {
	visibility: visible;
}