#MenuBar {
	/* background: bottom center url(/images/tabs/menubar_bg.gif) repeat-x; */
	width: 100%;
	margin: 0px;
}
#MenuOuterWrap {
	text-align: left;
}
#MenuInnerWrap {
	display: table;
	width: 100%;
}
#Menu {
	/* font-size: 11px; */
	line-height: normal;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#Menu ul {
	margin: 5px 0px 5px 0px;
	padding: 0;
	list-style: none;
}
#Menu li {
	display: inline;
	margin: 0px -4px 0px -1px;
}
#Menu #ltab {
	display: inline;
	background: top left url(/images/tabs/tab_off_left.gif) no-repeat;
	padding: 5px 0px 5px 0px;
}
#Menu a {
	text-decoration: none;
	color: #fff;
	background: top right url(/images/tabs/tab_off_right.gif) no-repeat;
	padding: 5px 10px 5px 8px;
}
#Menu a:hover {
	color: #f90;
}
#Menu #current #ltab {
	background: url(/images/tabs/tab_on_left.gif);
	padding: 5px 0px 5px 0px;
}
#Menu #current #ltab a {
	background: url(/images/tabs/tab_on_left.gif);
}
#Menu #current a {
	background: top right url(/images/tabs/tab_on_right.gif);
}
#Menu #current a:hover {
	color: #fff;
}

