.tabla-menuizq {
	width:200px;
	background-color:#069;
	margin: 20px 0px 0px 30px;
}

.ThemeOfficeMenu
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	padding:	2px;
	width: 190px;
	cursor: pointer;
	text-align:center;
	margin:4px;

	
}
.ThemeOfficeSubMenuTable
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px; 
	padding:	2px;
	width: 280px;
	cursor: pointer;
	text-align:center;

	
}
.ThemeOfficeSubMenu
{
	position:	absolute;
	visibility:	hidden;


}
/* common background color to both horizontal and vertical menus */
.ThemeOfficeMainItem
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align:left;
	/*text-decoration:none;*/
	width: 190px;
	height: 30px;
	background-image: url(../imagenes/backmenu01.gif);
	background-position: left bottom;
	background-repeat:repeat-x;
}

.ThemeOfficeMainItemHover,.ThemeOfficeMainItemActive
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #069;
	text-align:left;
	text-decoration: none;
	width: 200px;
	height: 30px;
	background-color: #e9e9e9;
	padding: 5px;
	
}
/* sub menu sub components */
.ThemeOfficeMenuItem/*color letra sub submenu*/
{
	background:#D5E6F7;
	color: #32567E;
	padding:5px;
	text-align:left;	
	width: 100%;
	background-image: url(../imagenes/backmenu01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
	border: #999 1px solid;
}

.ThemeOfficeMenuItemHover,.ThemeOfficeMenuItemActive
{
	background:#32567E ;
 	color: #fff;
	text-align:left;
	width: 100%;
	background-image: url(../images/sub_menu02.gif);
	background-repeat: no-repeat;
	height: 30px;
}
