body{margin:0}
#menubar{
	position: absolute;
	/* width declared by using uiMenubar.setWidth("auto",i); */
	top: 49px;
	width: 1200px;
	background-color: #000;
	padding: 20;
	border-width: 0px;
	border-style: solid;
	clear: both;
	z-index: 800;
	white-space: nowrap;
	left: 0px;
}
.buttons{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	cursor: default;
	border-width: 0px;
	background-color: #CCC;
	border-color: #CCC;
	float: left;
	display: table;
	padding: 1px 6px 1px 6px;
	margin: 1px;
	text-decoration: none;
	z-index: 800;
	font-weight: 700;
}
.buttonsOver{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-style: solid;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 800;
	color: #eef;
	background-color: #F00;
	padding: 1px 6px 1px 6px;
	margin: 1px;
	border-color: #FFF;
	cursor: default;
	font-weight: 900;
}
.buttonsDown{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-width: 0px;
	border-style: solid;
	float: left;
	display: block;
	text-decoration: none;
	z-index: 800;
	color: #F00;
	background-color: transparent;
	padding: 1px 5px 0px 6px;
	margin: 2px 1px 1px 2px;
	border-color: #000;
	cursor: default;
	font-weight: 900;
}

.menuItem, .label{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	color: #ffffff;
	background-color: transparent;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	cursor: default;
	z-index: 900;
	width: 100%;
}
.label{
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 14px;
}
a.menuItem:hover {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #F00;
}
.labelOver{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin: 5px 0;
	color: #ffffff;
	background-color: #F00;
	padding: 3px 10px 3px 10px;
	text-decoration: none;
	white-space: nowrap;
	background-position: center right;
	background-repeat: no-repeat;
	width: auto;
	/* mac ie needs a height for labels */
	height: 14px;
}
.menu {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 0px;
	border-color: #333;
	position: absolute;
	top: 24px;
	background-color: #000;
	visibility: hidden;
	z-index: 1000;
	padding: 8px 0;
}
.menu * {
	cursor: default;
}
.separator{
	margin:2px 0;
}