.ThemeOffice1Menu
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; 
	padding:	0;
	cursor: pointer;
	text-align:center;
	width:94%;
}

.ThemeOffice1SubMenu
{
	position:	absolute;
	visibility:	hidden;

}
/* common background color to both horizontal and vertical menus */
.ThemeOffice1MainItem
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#ccc;
	text-decoration: none;
	/*width: 150px;
	background-image: url(../images/backmenu02.gif);
	background-repeat: no-repeat;
	background-position: left top;*/
	border-bottom: 4px solid #999;
	border-right: 2px solid #000000;
	background-color:#666;
	height: 32px;
	margin-bottom:5px;
	
}

.ThemeOffice1MainItemHover,.ThemeOffice1MainItemActive
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
	color:#0CF;
	text-decoration: none;
	/*width: 245px;*/
	height: 32px;
	border-bottom: 4px solid #ff6699;
	border-right: 2px solid #000000;
	background-color:#333;
}

/* sub menu sub components */

.ThemeOffice1SubMenuTable
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px; 
	padding:	0;
	cursor: pointer;
	text-align:center;
	width:150px;
	/*background-image: url(../images/menu_over.jpg);
	/*border-bottom: 4px solid #999;*/
	background-color:#666;
	
}

.ThemeOffice1MenuItem/*color letra sub submenu*/
{
	color:#ccc;
	padding:5px;
	text-align:center;	
	/*width: 245px;
	/*background-color: #FFFF00;
	background-image: url(../images/backmenu02.gif);*/
	background-image: url(../images/menu_over1.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	border-bottom: 1px solid #FF0000;
	height: 40px;
}

.ThemeOffice1MenuItemHover,.ThemeOffice1MenuItemActive
{
 	color:#0CF;
	text-align:center;
	/*width: 245px;*/
	background-color:#333;
	height: 40px;
}

