/* ThemeOfficeTopMenu Style Sheet */

/*
ThemeOfficeTopMenu
	ThemeOfficeTopMainItem
		ThemeOfficeTopMainItemLeft
		ThemeOfficeTopMainItemText
		ThemeOfficeTopMainItemRight
	ThemeOfficeTopMainItem
		ThemeOfficeTopMainFolderLeft
		ThemeOfficeTopMainFolderText
		ThemeOfficeTopMainFolderRight

ThemeOfficeTopSubMenu
	ThemeOfficeTopSubMenuTable
		ThemeOfficeTopMenuItem
			ThemeOfficeTopMenuItemLeft
			ThemeOfficeTopMenuItemText
			ThemeOfficeTopMenuItemRight
*/

.ThemeOfficeTopMenu
{
	position: relative;
	font-family: Arial, Verdana, Sans-serif;
	color: #FFFFFF;
	padding: 0px;
	cursor: pointer;
	border: 0px solid black;
	z-index: 1;
}

.ThemeOfficeTopMenu td
{
	/*width: 149px;*/
	height: 35px;
	vertical-align: top;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}

.ThemeOfficeTopSubMenu
{
	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:	1000;
	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);  */
}
.ThemeOfficeTopMenuItemLeft
{
/*	background-color: #000000; */
}

.ThemeOfficeTopSubMenuTable
{
	width: 175px;
	font-size: 13px;
	font-family: Arial, Verdana, Sans-serif;
	/*white-space: nowrap;*/
	cursor: pointer;
	border: 1px solid #555557;
	margin-top: 2px;
	margin-left: 0px;


	opacity: 0.80;
	-moz-opacity: 0.80;
	-khtml-opacity: 0.80;
	filter: alpha(opacity=80);
}

/********/
/* MAIN */
/********/
/* BEGIN mainLeft */
.ThemeOfficeTopMainItem .ThemeOfficeTopMainItemLeft
{
	width: 21px;
	cursor: pointer;
}
.ThemeOfficeTopMainItemHover .ThemeOfficeTopMainItemLeft,
.ThemeOfficeTopMainItemActive .ThemeOfficeTopMainItemLeft
{
	width: 21px;
	cursor: pointer;
}
.ThemeOfficeTopMainItem .ThemeOfficeTopMainFolderLeft
{
	width: 21px;
	cursor: pointer;
}
.ThemeOfficeTopMainItemHover .ThemeOfficeTopMainFolderLeft,
.ThemeOfficeTopMainItemActive .ThemeOfficeTopMainFolderLeft
{
	width: 21px;
	cursor: pointer;
}
/* END mainLeft */

/* BEGIN mainText */
.ThemeOfficeTopMainItem .ThemeOfficeTopMainItemText
{
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	top: 3px;
	position: relative;
	/*white-space: nowrap;*/
}
.ThemeOfficeTopMainItemHover .ThemeOfficeTopMainItemText,
.ThemeOfficeTopMainItemActive .ThemeOfficeTopMainItemText
{
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
	top: 3px;
	position: relative;
	/*white-space: nowrap;*/
}
.ThemeOfficeTopMainItem .ThemeOfficeTopMainFolderText
{
	color: #FFFFFF;
	font-size: 13px;
	cursor: pointer;
	text-align: center;
	top: 3px;
	position: relative;
	font-weight: bold;
	/*white-space: nowrap;*/
}
.ThemeOfficeTopMainItemHover .ThemeOfficeTopMainFolderText,
.ThemeOfficeTopMainItemActive .ThemeOfficeTopMainFolderText
{
	font-size: 13px;
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	top: 3px;
	position: relative;
	font-weight: bold;
	/*white-space: nowrap;*/
}
/* END mainText */

/* BEGIN mainRight */
.ThemeOfficeTopMainItem .ThemeOfficeTopMainItemRight
{
	width: 21px;
	cursor: pointer;
}
.ThemeOfficeTopMainItemHover .ThemeOfficeTopMainItemRight,
.ThemeOfficeTopMainItemActive .ThemeOfficeTopMainItemRight
{
	width: 21px;
	cursor: pointer;
}
.ThemeOfficeTopMainItem .ThemeOfficeTopMainFolderRight
{
	width: 21px;
	cursor: pointer;
}
.ThemeOfficeTopMainItemHover .ThemeOfficeTopMainFolderRight,
.ThemeOfficeTopMainItemActive .ThemeOfficeTopMainFolderRight
{
	width: 21px;
	cursor: pointer;
}
/* END mainRight */

/********/
/* Menu */
/********/

/* BEGIN MenuLeft */
.ThemeOfficeTopMenuItem .ThemeOfficeTopMenuItemLeft
{
	width: 12px;
	cursor: pointer;
}
.ThemeOfficeTopMenuItemHover .ThemeOfficeTopMenuItemLeft,
.ThemeOfficeTopMenuItemActive .ThemeOfficeTopMenuItemLeft
{
	width: 12px;
	cursor: pointer;
}
.ThemeOfficeTopMenuItem .ThemeOfficeTopMenuFolderLeft
{
	width: 12px;
	cursor: pointer;
}
.ThemeOfficeTopMenuItemHover .ThemeOfficeTopMenuFolderLeft,
.ThemeOfficeTopMenuItemActive .ThemeOfficeTopMenuFolderLeft
{
	width: 12px;
	cursor: pointer;
}
/* END MenuLeft */

/* BEGIN MenuText */

.ThemeOfficeTopMenuItem .ThemeOfficeTopMenuItemText
{
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	/*white-space: nowrap;*/
}
.ThemeOfficeTopMenuItemHover .ThemeOfficeTopMenuItemText,
.ThemeOfficeTopMenuItemActive .ThemeOfficeTopMenuItemText
{
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	/*white-space: nowrap;*/
}
.ThemeOfficeTopMenuItem .ThemeOfficeTopMenuFolderText
{
	color: #FFFFFF;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	font-size: 13px;
	/*white-space: nowrap;*/
}
.ThemeOfficeTopMenuItemHover .ThemeOfficeTopMenuFolderText,
.ThemeOfficeTopMenuItemActive .ThemeOfficeTopMenuFolderText
{
	color: #FFFFFF;;
	cursor: pointer;
	text-align: left;
	font-weight: bold;
	text-decoration: underline;
	font-size: 13px;
	/*white-space: nowrap;*/
}
/* END MenuText */

/* BEGIN MenuRight */
.ThemeOfficeTopMenuItem .ThemeOfficeTopMenuItemRight
{
	width: 12px;
	cursor: pointer;
}
.ThemeOfficeTopMenuItemHover .ThemeOfficeTopMenuItemRight,
.ThemeOfficeTopMenuItemActive .ThemeOfficeTopMenuItemRight
{
	width: 12px;
	cursor: pointer;
}
.ThemeOfficeTopMenuItem .ThemeOfficeTopMenuFolderRight
{
	width: 12px;
	cursor: pointer;
	background: url('/media/customer/226/sites/1/layout/JSCookMenu/pijl.gif') 4px 6px no-repeat; 
}
.ThemeOfficeTopMenuItemHover .ThemeOfficeTopMenuFolderRight,
.ThemeOfficeTopMenuItemActive .ThemeOfficeTopMenuFolderRight
{
	width: 12px;
	cursor: pointer;
	background: url('/media/customer/189/sites/1/layout/JSCookMenu/pijl.gif') 4px -17px no-repeat; 
}
/* END MenuRight */

