/*

	Define some visual characteristics of the mbar. Salt to taste.

*/

#mbar

{

	color: #666666;

	padding: 0;

	margin: 0;

	border-width: 0 ;

	font-family: arial, helvetica, verdana, sans-serif;

	font-size: 14px;

	z-index: 0;

	background-color: transparent;

}





#mbarTabs

{

	clear: right;

	padding: 0;

	text-align: right;

}








/*

	Keep the text of the buttons together

*/

 #mbarTabs a

{

	white-space: nowrap;

}



/*

	Hide the pipes (|) with CSS and use CSS to make better borders.

	When CSS isn't applied, the pipes becomethe border. Very Clever, eh?

*/

span.divider

{

	display: none;

}





/*

	In case this CSS gets applied by NS4, this hides the one line that really

	destroys the layout under NS4

*/

@media screen, print 

{

}








#mbarTabs a

{
	font-size:10pt;
	color: #fff;

	background-color: transparent;

	float: right;

	padding: 4px 10px;

	display: block;

	vertical-align: middle;

	border-left: solid 1px #999;

	border-right: solid 1px #333;

	z-index: 3;

	text-decoration: none;

	font-weight:bold;

}

#mbarTabs a:hover

{

	background-color: transparent;

	/* // movement //
	padding: 5px 9px 3px 11px;*/

	color: #FC6;

	cursor: pointer;

	border-right-style: none;

}


