#newmenu {
	height: 32px;
	background: transparent;
	width: 910px;
	margin: 0px auto;
	padding: 7px 0;
	text-align: left;
}

#menuHolder {
	width: 100%;
	text-align: center;
}

.ThemeOfficeMenu {
	padding-top: 0px;
}

.ThemeOfficeSubMenu {
	border:	1px solid #684E47;
}

.ThemeOfficeMainItem {
	background-color: transparent;
	color: #222;
	height: 22px;
	margin: 0;
	font-size: 10px;
	width: auto;
	padding: 0 5px;
}
.ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive
{
	background-color: #eeeeee;
	color: #CC3300;
	border: none;
}
td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	border: none;
	color: #CC3300;
	font-weight: bold;
	background-color: #cccccc;
	margin-left: 0px;
	padding-right: 5px;
	padding-left: 5px;
}
.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
{
	background-color:	#999999;
}
.ThemeOfficeMenuSplit
{
	border-top:	1px solid #FFE2CA;
}


