/* ThemeOfficeMenu Style Sheet */

.ThemeOfficeMenu,.ThemeOfficeSubMenuTable
{

	font-size:	11px;
  font-family: Tahoma;  
	cursor:		hand;
	width:   145;	
  	
}

.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;
	border:		0;
	padding:	0;

	overflow:	visible;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#BDC3BD, Direction=160, Strength=4);
}

.ThemeOfficeSubMenuTable
{
	overflow:	visible;
}

.ThemeOfficeMainItem,.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive,
.ThemeOfficeMenuItem,.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive,
{
	border:		0;
	cursor:		hand;
	white-space:	nowrap;	
}

.ThemeOfficeMainItem
{
 	/*	background-color: #aabbcc;      /* mau background */
 		/*.tableLine2 {background-image: url(bg_1x25.gif)}*/
 	 background-image: url(../line_red.jpg) ;
 	 background-repeat: repeat-x; 
 	 cursor:pointer;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	 background-image: url(../line_red.jpg) ;               /* mau mouseover */    	
	 background-repeat: repeat-x;	 
}

.ThemeOfficeMenuItem
{
	background-color:	#FFE8C2; /*78A5C2*/                   /* mau background */ 
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background-color:	#ECECEC;                        /* mau mouseover */
}

.MainItemText
{
  font-size: 11px;    
 
  
}
.imgil
{
  height: 25px;
  margin-left: -5px;
}