/*Navigation Bar*/
.navigationbar a
{
	text-decoration:none;
}
.navigationbar_footer
{
 background-color:#d7d7d7;
 font-size:1px; 
 height:1px;
}
.navigationbar_delimeter
{
	background: url('/common/image/portal/BGG3.png') repeat-y;
	width:1px;
	font-size:0px;
	height:36px;
}
.tab_unselected
{
	background-image: url('/common/image/portal/BGG1.png');	
	font-size:10pt;	
	font-family:Verdana;
	color:White;	
	height:36px;
	line-height:36px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
	white-space:nowrap;
}
.tab_selected
{
	background-image: url('/common/image/portal/BGG2.png');
	font-size:10pt;
	font-family:Verdana;	
	color:#555555;	
	height:36px;
	line-height:36px;
	text-align:center;
	text-decoration: none;
	cursor:pointer;
	white-space:nowrap;
}

.tab_empty
{
	background-image: url('/common/image/portal/BGG1.png');	
	font-size:10pt;	
	height:36px;
	line-height:36px;
}

/*Navigation Bar Menu*/
.nbm-container
{
	position:absolute;
	width:auto;
	z-index:999;
}
.nbm-container-body
{
	width: 100%;
	border:1px solid #d7d7d7;
	background-color:#f0f0f0;	
	font-family:Verdana;
	font-size:11px;	
}
.nbm-selected
{
	padding:5px 8px;
	text-align:left;
	font-weight:bold;
	white-space:nowrap;	
}
.nbm-unselected
{
	padding:5px 8px;
	text-align:left;
	white-space:nowrap;
}
.nbm-delimeter
{
	background-color:#f0f0f0;
	padding:0px 10px;
}
.nbm-delimeter-in
{
	background: url(/common/image/portal/2dot.png) repeat-x;
	font-size:1px;
	height:1px;
}





