/* ThemeOfficeMenu Style Sheet */

/*
ThemeOfficeMenu
	ThemeOfficeMainItem
		ThemeOfficeMainItemLeft
		ThemeOfficeMainItemText
		ThemeOfficeMainItemRight
	ThemeOfficeMainItem
		ThemeOfficeMainFolderLeft
		ThemeOfficeMainFolderText
		ThemeOfficeMainFolderRight

ThemeOfficeSubMenu
	ThemeOfficeSubMenuTable
		ThemeOfficeMenuItem
			ThemeOfficeMenuItemLeft
			ThemeOfficeMenuItemText
			ThemeOfficeMenuItemRight
*/

.ThemeOfficeMenu
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	white-space: nowrap;
	cursor: default;
/*	width: 600px; */
	height: 60px;
}

.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:	0;
	padding:	0px;
	overflow:	visible;
/*
	border-top: 0px solid #000000;
	border-left: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
*/
/*	background: #000000; */

/*	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=135, Strength=4);*/
}

.ThemeOfficeSubMenuTable
{
	font-family: Verdana, Arial, Sans-serif;
	font-size: 10px;
	font-weight: none;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	width: 60px; 
	height: 5px;
	overflow:	visible;
}



.ThemeOfficeMainItem, .ThemeOfficeMainItemHover, .ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem, .ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive
{
	white-space:	nowrap;
	background-color: transparent;
	color: #FFFFFF;
	cursor: pointer;
	padding: 0px 0px 0px 0px;	
	
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	font-size: 1px;
	width: 1px;
}

.ThemeOfficeMenuItem, .ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive
{
	background-image: url('/media/customer/104/sites/1/layout/menu_bckgrnd_sub.png');
	font-size: 11px;
	font-weight: bolder;
	height: 25px;
	text-align: center;
	color: #403322;
}
.ThemeOfficeMenuItemHover, .ThemeOfficeMenuItemActive
{
	background-image: url('/media/customer/104/sites/1/layout/menu_bckgrnd_sub.png');
	font-size: 11px;
	font-weight: bolder;
	height: 25px;
	text-align: center;
	color: #FFFFFF;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
	
}


.ThemeOfficeMainFolderText, .ThemeOfficeMainItemText
{
	background-image: url('/media/customer/104/sites/1/layout/menu_bckgrnd_normal.png');
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	white-space: normal;
	overflow: hidden;
	text-align: center;
	color: black;
}

.ThemeOfficeMainItemHover .ThemeOfficeMainFolderText, .ThemeOfficeMainItemHover .ThemeOfficeMainItemText
{
	background-image: url('/media/customer/104/sites/1/layout/menu_bckgrnd_hover.png');
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	white-space: normal;
	overflow: hidden;
	text-align: center;
	color: #DCDACB;
}
