/* ThemeOfficeMenu Style Sheet  */

.ThemeOfficeMenu{
	
 	width: 976px;
	margin-left: -3px;
	margin-top: 0px;
	position:absolute; top:178px;
	background-image: url(menugradient.png); 
	background-repeat: repeat; background-color: #cc4422;

}
 

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable {
	
	text-align: center;
	font-family: Tahoma, arial, sans-serif, verdana, ;
	font-size: 13px;
	font-weight: bold;
	padding: 0;
	white-space: nowrap;
	cursor: default;
	color: #000000;/*#1F1F1F;#FF6600;*/
	/* background-color: #1F1F1F; url(orange.jpg) repeat-x scroll 0%;#FF6600  */
	background-image: url(menugradient.png); background-repeat: repeat; background-color: #ee6611;
	height: 20px;
	border: 1px solid !important;
    border-color: white;

}

.ThemeOfficeSubMenu {
	background-color:	white;
	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;
	padding: 0;
	overflow: visible;
	filter: progid : DXImageTransform.Microsoft.Shadow ( color = transparent,
		Direction = 135, Strength = 4 );
	border: 1px solid !important;
	border-color: black!important;
	
}

.ThemeOfficeSubMenuTable {
	border: 1px solid !important;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMenuItemHover
{
	text-decoration: none;
	background: url("img03.jpg") repeat scroll left top transparent;
	color: #ee6611;
	border: 1px double !important;
	border-color: #ee6611!important;
}

.ThemeOfficeMainItemActive,.ThemeOfficeMenuItemActive
{
	border: 1px solid !important;
 	border-color: #ee6611!important;
}

.ThemeOfficeMainItem {
   border: 1px solid !important;
}

.ThemeOfficeMainItemHover td{
	border: 1px solid !important;
 	border-color: #ee6611!important;
}

.ThemeOfficeMainItemActive td{
	border: 1px solid !important;
 	border-color: #ee6611!important;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive {
	
	text-decoration: none;
	/*background: url("img03.jpg") repeat scroll left top transparent;*/
	background-color: yellow;
	color: #ee6611;
	border-width: 2px;
	border: 3px solid !important;
	border-color: red !important;

}

.ThemeOfficeMenuItemHover tr{
	text-decoration: none;
	background: url("img03.jpg") repeat scroll left top transparent;
	color: red;
	border: 1px solid !important;
	border-color: #ee6611!important;
}

/* horizontal main menu */
.ThemeOfficeMainItem {
	
}

td.ThemeOfficeMainItemHover,td.ThemeOfficeMainItemActive {

}

.ThemeOfficeMainFolderLeft,.ThemeOfficeMainItemLeft,.ThemeOfficeMainFolderText,.ThemeOfficeMainItemText,.ThemeOfficeMainFolderRight,.ThemeOfficeMainItemRight
	{

}

/* vertical main menu sub components */
td.ThemeOfficeMainFolderLeft,td.ThemeOfficeMainItemLeft {

}

td.ThemeOfficeMainFolderText,td.ThemeOfficeMainItemText {

}

td.ThemeOfficeMainFolderRight,td.ThemeOfficeMainItemRight {

}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderLeft,tr.ThemeOfficeMainItem td.ThemeOfficeMainItemLeft
	{
}

tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderText,tr.ThemeOfficeMainItem td.ThemeOfficeMainItemText
	{

}

tr.ThemeOfficeMainItem td.ThemeOfficeMainItemRight,tr.ThemeOfficeMainItem td.ThemeOfficeMainFolderRight
	{


/* sub menu sub components */
.ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItemLeft {
}

.ThemeOfficeMenuFolderText,.ThemeOfficeMenuItemText {

}

.ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItemRight {

}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderLeft,.ThemeOfficeMenuItem .ThemeOfficeMenuItemLeft
	{

}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderText,.ThemeOfficeMenuItem .ThemeOfficeMenuItemText
	{

}

.ThemeOfficeMenuItem .ThemeOfficeMenuFolderRight,.ThemeOfficeMenuItem .ThemeOfficeMenuItemRight
	{

}

/* menu splits */
.ThemeOfficeMenuSplit {

}

/* 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 {

}

.ThemeOfficeMenuItemHover seq2,.ThemeOfficeMenuItemActive seq2 {

}

.ThemeOfficeMenuItem .seq2,.ThemeOfficeMenuItemHover .seq1,.ThemeOfficeMenuItemActive .seq1
	{

}