/*
 *	navbar.css
 *	Navigation Bar stylesheet file for informasia
 *
 *	modified: RichardG 10.13.2008
 */
#MainMenu {
	float:left;
	width:100%;
	height:28px;
	background:#fff url('../images/bg_navbar.png');
}
#tab {margin:0; top:0;}
#tab ul {list-style:none;float:left;}
#tab li {
	display:inline;
	float:left;
}
#tab a {
	background:#fff url('../images/bg_navbar.png') no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
}
#tab a span {
	display:block;
	/*background:url("images/bleft_066.gif") no-repeat left top;*/
	padding:0 44px 0 44px!important;
	padding:0 43px 0 42px;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#fff;
	line-height:28px;
	border:1px outset #1C4F82;
	border-width:0 1px 0 1px;
}
#tab a:hover,#tab li.item_active a {
	background-position:right bottom;
	border-color:#ff9300;
}
#tab a:hover span,#tab li.item_active a span {
	background-position:left bottom;
	color:#fff;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
	background:#fff url('../images/bg_navbar_h.png') repeat-x;
}