/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	text-decoration:none;
	white-space:	nowrap;
}

.ThemeOfficeSubMenuTable
{
	font-family: Arial;
	font-size: 11px;
	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:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	cursor: pointer;
	text-align:left;
	white-space:nowrap;
	border-right:1px solid #000000;
	padding-right:5px;
}

.ThemeOfficeMainItemHover,
.ThemeOfficeMainItemActive
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#000000;
	text-decoration:none;
	cursor: pointer;
	text-align: left;
	white-space: nowrap;
	border-right:1px solid #000000;
	padding-right:5px;
}

.ThemeOfficeMenuItem
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #EB0F03;
	text-decoration:none;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	border: 2px solid #FFFFFF;
}


.ThemeOfficeMenuItemHover,
.ThemeOfficeMenuItemActive
{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	background-color: #000099;
	text-decoration:none;
	cursor: hand;
	text-align: left;
	white-space: nowrap;
	border: 2px solid #FFFFFF;
}


/* sub menus sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText,
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{

	border-bottom:1px solid #FFFFFF;
	padding:0px;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText{
	padding:1px;
}
