
.ThemeOfficeMenu
{
	
	text-decoration:none;
	width:100%;
	text-align:center;
	white-space:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	cursor:pointer;
}

.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:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	height:30px;
	padding-right:5px;
	background-color:#717074;
	width:14%;
	white-space:normal;
}

.ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	text-align:center;
	height:30px;
	background-color:#06357A;
	padding-right:5px;
	width:14%;
	white-space:normal;
}
.ThemeOfficeMenuItem
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#CCCCCC;
	background-color:#000000;
	text-decoration:none;
	cursor: hand;
	text-align:left;
	border:2px solid #FFFFFF;
}


.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	color:#CCCCCC;
	background-color:7f7f7f;
	text-decoration:none;
	cursor:hand;
	text-align:left;
	border:2px solid #FFFFFF;
	
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{

padding: 1px;
}

/* vertical main menu sub components */
TD.ThemeOfficeMainFolderLeft,TD.ThemeOfficeMainItemLeft
{
padding-left: 0px;
padding-right: 0px;
white-space: nowrap;
background-color: inherit;
}

TD.ThemeOfficeMainFolderLeft,TD.ThemeOfficeMainItemLeft,
TD.ThemeOfficeMainFolderText,TD.ThemeOfficeMainItemText,
TD.ThemeOfficeMainFolderRight,TD.ThemeOfficeMainItemRight
{
background-color: inherit;
}

TD.ThemeOfficeMainFolderLeft,TD.ThemeOfficeMainItemLeft
{
padding-right: 0px;
padding-left: 0px;
background-color: inherit;
white-space: nowrap;
}