/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu
{
	text-decoration:none;
	width:100%;
	text-align:center;
	white-space:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:5px;
}

.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:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
	cursor: hand;
	text-align:center;
	height:25px;
	border-right:1px solid #FFFFFF;
	padding-right:5px;
	background-color:#000000;
	width:14%;
	white-space:normal;
	
}

.ThemeOfficeMainItemHover,
.ThemeOfficeMainItemActive,
{
		font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
	cursor: hand;
	text-align:center;
	height:25px;
	border-right:1px solid #FFFFFF;
	background-color:7F7F7F;
	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;
	
}


/* sub menus sub components */

.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText,
.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight
{
 padding:1px;
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText{
	
}
