

#pntMenu  {
	background-image:url("../images/pntMenu/bg.gif");
	background-position:left center;
	background-repeat:repeat-x;
	height:85px;
	text-align:center;
	color:white;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	position:relative;
}

#pntMainMenu a.hMo:hover {
	background-color: #1f74ff;
}

#pntMainMenu div.current a.hMo:hover {
	background-color: #0b429d;
}

#pntMainMenu div.current a.hMo {
	background-color: #0c4eb9;
}

.pntSubMenu a.sMo:hover {
	background-color: #1b5dc8;
}
#pntSubMenuWrapper div.current a.sMo:hover {
	background-color: #01173d;
}

#pntAppLogo {
	position:absolute;
	top:0px;
	right:0px;
	background-image:url("../images/pntMenu/logo.gif");
	background-position:left center;
	background-repeat:no-repeat;
	height:85px;
	width:100px;
	display:block;
	opacity:.8;
}

#pntLogos {
	position:relative;
}

#fargeauLogo {
	z-index:2;
	position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.pntSubMenu  {
	display:none;
	font-weight:normal;
	font-size:11px;
}


#pntMainMenu, .pntSubMenu, #pntLogos{
	width:990px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	height:33px;
	overflow:hidden;
}

#pntSubMenuWrapperWrapper  {
	height:23px;
}

#pntLogos {
	height:28px;
	text-align:right;
}
#pntLogos img {
	margin-top:6px;
	margin-right:4px;
	float:right;
	border:0px;
	cursor: pointer;
	display: block;
}
#pntMainMenu div.pntHmOWrapper {
	float:left;
	height:33px;
	cursor:pointer;
}
#pntMainMenu a.hMo, #pntMainMenu div.current a.hMo {
	float:left;
	height:33px;
	line-height:33px;
	padding:0px 10px;
	color:white;
	text-decoration:none;
}


#pntMainMenu div.pntHmOSep,.pntSubMenu div.pntSmOSep {
	height:33px;
	width:2px;
	display:block;
	float:left;
	background-image: url("../images/pntMenu/hmo-div.gif");
}

.pntSubMenu div.pntSmOSep {
	height:24px;
	background-image: url("../images/pntMenu/smo-div.gif");
}


#pntSubMenuWrapper {
	background-color:#0c4eb9;
	height:24px;
}

.pntSubMenu {
	height:24px;

}

.pntSubMenu div.pntSmOWrapper {
	float:left;
	height:24px;
	cursor:pointer;

}

.pntSubMenu a.sMo, #pntSubMenuWrapper div.current a.sMo  {
	float:left;
	height:24px;
	line-height:24px;
	padding:0px 14px;
	color:white;
	text-decoration:none;
}


.pntSubMenu div.pntSmOWrapper.active {
	background-image: none;
	background-color:#f4f4f4;
}

.pntSubMenu div.pntSmOWrapper.current {
	background-color:#022660;
	color:white;
}

#pntMainMenu div.pntHmOWrapper.loginButton a.hMo,
#pntMainMenu div.pntHmOWrapper.logoutButton a.hMo
{
	background-repeat: no-repeat;
	background-image: url('../images/lock-closed.gif');
	background-position: left center;
	padding-left: 24px;
	margin-left: 10px;
}
