/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	text-decoration:none;
	white-space:	nowrap;
}

.ThemeOfficeSubMenuTable
{
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-decoration:none;
	text-align: center;
	white-space: nowrap;
}

.ThemeOfficeSubMenu
{
	position: absolute;
	visibility:	hidden;
	/*
	   Netscape/Mozilla renders borders by increasing
	   their z-index.  The following line is necessary
	   to cover any borders underneath
	*/
	z-index:	100;
}

.ThemeOfficeMainItem,
{
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration:none;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	border-right: none;
	padding-right: 5px;
}

.ThemeOfficeMainItemHover,
.ThemeOfficeMainItemActive,
{
	font-family: tahoma;
	font-size: 10px;
	color: #ffffff;
	text-decoration:underline;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	border-right: none;
	padding-right: 5px;
}

.ThemeOfficeMenuItem
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #EB0F03;
	text-decoration:none;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	border: none;
}


.ThemeOfficeMenuItemHover,
.ThemeOfficeMenuItemActive
{
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #ffffff;
	background-color: #000099;
	text-decoration:none;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	border: none;
}


/* sub menus sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText,
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
	background-color:	inherit;
	white-space:	nowrap;
	border-bottom: 1px solid #FFFFFF;
	padding: 0px;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText{
	padding: 3px;
}