/***********************************************/
/* Nav / Menu  / Tabs                          */
/***********************************************/

/* ----- top right menu -------- */
#navtop {
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	height: 24px;
	top: 8px;
	right: 0px;
	z-index:102;
	overflow:hidden;
}
	#navtop a:link, #navtop A:visited { color: #999; text-decoration: none; }
	#navtop a:hover, #navtop a:active { color: #06C; text-decoration: underline; }

/* ----- main menu-------- */
#navglobal {
	position: relative;
	width: 100%;
	min-width: 640px;
	height: 32px;
	color: #999;
	padding: 0px;
	margin-bottom: 8px;
	background-image: url("../images/navglb_background.gif");
	overflow:hidden;
}

#navglobal img { margin-bottom: -4px; }

#ngl { position: absolute; top: 0px; left:0px; }
#ngr { position: absolute; top: 0px; right:0px; }

#navgloballink{
	position: absolute;
	top: 8px;
	height: 22px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
	width: 603px;
/*	width: 584px; */
}

a.glink, a.glink:visited {
/*  	font-size: small;   */
  	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
	text-decoration: none;
}

a.glink:hover, a.glink:active {
  	background-image: url("../images/navglb_selected.gif");
	text-decoration: underline;
}

.skipLinks {display: none;}

/*------- submenu --------*/
.menumembers {
	color: #06C;
	font-size: 1.4em;
	margin-left: 2em;
	margin-top: 6px;
	margin-bottom: 12px;
}
	.menumembers a:link, .menumembers a:visited { color: #666; text-decoration: none; }
	.menumembers a:hover, .menumembers a:active { color: #06C; text-decoration: underline; }

/*------- breadcrumb --------*/
#breadCrumb{
	padding: 5px 0px 5px 10px;
	font: small Verdana,sans-serif;
	color: #aaa;
}

#breadCrumb a{ color: #aaa; }

#breadCrumb a:hover{
	color: #005FA9;
	text-decoration: underline;
}

/*------- MENU Tabs --------*/
#tab {
	position: absolute;
	top: 0px;
	right: 0px;
/*	left: 600px; */
	background-image: url(../images/tab_grey.jpg);
	background-repeat:no-repeat;
	width: 300px;
	height: 40px;
}

#offer {
	position: absolute;
	font-size:2em;
	color:#333;
	right:53px;
	top:30px;
	z-index:101;
}
	#offer a:link, #offer a:visited { color: #f90; text-decoration: none; }
	#offer a:hover, #offer a:active { color: #f90; text-decoration: underline; }

#tab_report {
	position: absolute;
	background-repeat:no-repeat;
/*	left:716px; */
	right:8px; 
	width:200px;
	height:41px;
	top:35px;
	z-index:101;
	background-image:url(../images/tab_report.png);
	background-image:expression('none')!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tab_report.png', sizingMethod='crop');
	cursor:pointer;
}

#tab_expert {
	position: absolute;
	background-repeat:no-repeat;
	left:518px;
	width:208px;
	height:41px;
	top:33px;
	z-index:101;
	background-image:url(../images/tab_expert.png);
	background-image:expression('none')!important;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/tab_expert.png', sizingMethod='crop');
	cursor:pointer;
	display:none;  /*TEMPORARY*/
}