/* 	==================================================================
	A flexible navigation bar (tabs)
	=================================================================*/

.menu_bar {
	float:left;
  	width: 100%;
  	margin: 0;
  	padding: 10px 0 0 16px;
  	list-style: none;
  	background-color: #4162a7;
	color:#000000;
  	background-image:url(/hermetech/Secure/Images/tab_underline.bmp);
  	background-position:bottom;
  	background-repeat:repeat-x;
}
  
.menu_bar li {
  	float: left;
  	margin: 0;
  	padding: 0;
  	font-size: 100%;
}

.menu_bar li.print_button{
	background-image:url(/hermetech/Secure/Images/print-o.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-indent:24px;
	margin-right:16px;
	float:right;
	cursor:hand;
	position:relative;
}

.menu_bar li.help_button{
	background-image:url(/hermetech/Secure/Images/mbar_help.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-indent:24px;
	margin-right:16px;
	float:right;
	cursor:hand;
	position:relative;
}

.menu_bar li.refresh_button{
	background-image:url(/hermetech/Secure/Images/refresh_16.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
	text-indent:24px;
	margin-right:16px;
	float:right;
	cursor:hand;
	position:relative;
}

.menu_bar li.m_info{
	color:#FFFFFF;
	margin-right:16px;
	text-indent:24px;
	float:right;
	position:relative;
}
 
.m_bal{
	background-image:url(/hermetech/Secure/MXPlus/Images/dollar_16.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
	text-indent:20px;
}

.c_bal{
	background-image:url(/hermetech/Secure/MXPlus/Images/dollar_16.gif);
	background-repeat:no-repeat;
	background-position:left;
	color:#FFFFFF;
	text-indent:20px;
}
 
.menu_bar a {
  	float: left;
  	display: block;
  	margin: 0 1px 0 0;
  	padding: 4px 8px;
  	color: #333;
  	text-decoration: none;
  	border-top-color:#000033;
  	border-top-style:solid;
  	border-top-width:1px;
  	border-left-color:#000033;
  	border-left-style:solid;
  	border-left-width:1px;
  	border-right-color:#000033;
  	border-right-style:solid;
  	border-right-width:1px;
  	border-bottom-style:none;
  	background-color:#b4b9e2;
  	background-image:url(/hermetech/Secure/Images/tab_unsel.gif);
  	background-position:top;
  	background-repeat:repeat-x;
}





