/* ThemeOfficeMenu Style Sheet */

/*To style MainMenu seperately from submenu. To add bold style, add font-weight:bold to style.css (#nav)*/

.ThemeOfficeMenu
{
	/*font-size:	0.75em;*/
	float: 			right;
	font-size:		12px;
	font-weight:	bold;
	line-height:	15px;
}

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{
	margin-right: 	10%;
	_margin-right:	10px;			/* Only for IE6. Change _ to # if IE7 also having the same problem*/
	padding:		0px;
	white-space:	nowrap;
	height: 		27px;
	cursor:			default;
}

.ThemeOfficeSubMenuTable
{
/*	font-size:	0.75em;
*/	font-size:	11px;
}

.ThemeOfficeSubMenu
{
	background-color: transparent;
	position:	absolute;
	visibility: hidden;
	overflow: hidden;
	
	font-weight:100;
	padding:	0px;
	border:		0px;
}

.ThemeOfficeSubMenuShadow
{
	/*z-index:	-1;
	position:	absolute;
	top:		9px;
	left:		9px;
	width:		100%;
	height:		300em;
	background-color:	black;
	opacity:	0.15;
	border:		0;
	margin:		0;*/
}

.ThemeOfficeSubMenuTable
{
	background-color: #FFFFFF;	/* white background */
	margin:		0px 2px 2px 0px;
	border:		1px solid #ADAA9C;
	padding:	1px;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,.ThemeOfficeMainItemSelection,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	padding: 	0px;
	border:		0px;
	/*height: 	27px;*/
	#height:    21px;			/* Only for IE6. Change _ to # if IE7 also having the same problem*/
	cursor:		pointer;
	white-space:	nowrap;
}

/* common background color to both horizontal and vertical menus */

.ThemeOfficeMainItemSelection
{
	background: url(../../../images/common/menu_highlight.jpg) repeat-x;
	padding:		5px 30px 0px 30px;
	border-right:	1px solid #77a6d7; 	
	border-left:	1px solid #3970a6;	
}

.ThemeOfficeMainItem
{
	background: url(../../../images/common/menu_bar.jpg) repeat-x; 
	padding:		5px 30px 0px 30px;
	border-right:	1px solid #77a6d7; 	
	border-left:	1px solid #3970a6;	
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	background: url(../../../images/common/menu_over.jpg) repeat-x;
	border-right:	1px solid #77a6d7; 	
	border-left:	1px solid #3970a6;	
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive
{
	padding: 5px 30px 0px 30px;
}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,
.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,
.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
{
	background-color:	inherit;
	white-space:		nowrap;
}

.ThemeOfficeMainItemText,.ThemeOfficeMainFolderText
{
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 		12px;
	line-height:	15px;
}

/* vertical main menu sub components */

td.ThemeOfficeMainFolderLeft,
td.ThemeOfficeMainItemLeft
{
	background-color:	inherit;
	padding:	3px 2px 3px 1px;
	border:		0px;
	white-space: nowrap;
}

td.ThemeOfficeMainFolderText,
td.ThemeOfficeMainItemText
{
	background-color:	inherit;
	padding:	3px 2px 3px 1px;
	border:		0px;
	white-space:	nowrap;
}

td.ThemeOfficeMainItemRight,
td.ThemeOfficeMainFolderRight
{
	background-color:	inherit;
	padding:	3px 2px 3px 1px;
	border:		0px;
	white-space:	nowrap;
}


tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderLeft,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemLeft,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemLeft
{
	padding:	3px 2px 3px 1px;
	border-width:	0px;
	border-style:	solid;
	border-color:	#3169C6;
}

tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderText,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemText,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemText 
{
	padding:	3px 2px 3px 1px;
	border-width:	0px;
	border-style:	solid;
	border-color:	#3169C6;
}

tr.ThemeOfficeMainItemHover td.ThemeOfficeMainFolderRight,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainFolderRight,
tr.ThemeOfficeMainItemHover td.ThemeOfficeMainItemRight,
tr.ThemeOfficeMainItemActive td.ThemeOfficeMainItemRight
{
	padding:	3px 2px 3px 1px;
	border-width:	0px;
	border-style:	solid;
	border-color:	#3169C6;
}

/* sub menu sub components */

/*.ThemeOfficeMenuItem
{
	background-color: transparent;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
}*/

.ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemLeft
{
	background-color: #E1F1F7;
	padding:	0px 5px 3px 5px;
	border: 	none;
	white-space:	nowrap;
}

.ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemText
{
	background-color: transparent;
	color: #000033	!important;		/* Dark Blue */
	padding:	0px 5px 3px 5px;
	border: 	none;
	font-family: 	Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:   	11px;
	line-height: 22px;
	white-space: 	nowrap;
}

.ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemRight
{
	background-color: transparent;
	padding:	0px 10px 3px 10px;
	border: 	none;
	white-space: nowrap;
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderLeft,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemLeft,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemLeft
{
	padding:	0px 5px 3px 5px;
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderText,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemText,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemText
{
	background-color: #DFDFDF;
	padding:	0px 5px 3px 5px;
}

.ThemeOfficeMenuItemHover .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuFolderRight,
.ThemeOfficeMenuItemHover .ThemeOfficeMenuItemRight,
.ThemeOfficeMenuItemActive .ThemeOfficeMenuItemRight
{
	background-color: #DFDFDF;
	padding:	0px 10px 3px 10px;
}

/* menu splits */

td.ThemeOfficeMenuSplit
{
	margin:		0px;
	padding:	0px;
	border:		0px;
}

div.ThemeOfficeMenuSplit
{
	margin:		3px;
	height:		1px;
	overflow:	hidden;
	background-color:	inherit;
	border-top:	1px solid #C6C3BD;
}

/* image shadow animation */
/*
	seq1:	image for normal
	seq2:	image for hover and active

	To use, in the icon field, input the following:
	<img class="seq1" src="normal.gif" /><img class="seq2" src="hover.gif" />
*/

.ThemeOfficeMenuItem img.seq1
{
	display:	inline;
}

.ThemeOfficeMenuItemHover seq2,
.ThemeOfficeMenuItemActive seq2
{
	display:	inline;
}

.ThemeOfficeMenuItem .seq2,
.ThemeOfficeMenuItemHover .seq1,
.ThemeOfficeMenuItemActive .seq1
{
	display:	none;
}

