#mtm_wrap 
{
    border:1px solid black;
    width:642px;
}

/* Main Menu first level */
#mtm_menu 
{
	margin: 0 auto;
	width: 800px;
}


#mtm_menu span.normal 
{
	width: 153px;
	display: inline-block;
}

#mtm_menu span.normal a {
	display: inline;
	font-family: Tahoma; 
	line-height: 13px; 
	text-align: center;
    text-decoration:none;
    font-size: 12px;
    font-weight: normal;
    color:#737373;
}
    
/* Style when mouse is over main menu item gets overriden in transmenu.css  */
#mtm_menu span.normal a:hover {
    color: #76d130;
}
  
/* Style of item when the item is selected*/    
#mtm_menu span.active a {
	display: inline;
	color: #005cbe;
	font-weight: bold;
}  

#mtm_menu span {
    XXdisplay:none;
    }
  
    
#mtm_menu #img {
    vertical-align:bottom;
    }

#mtm_menu #subnav {
    font-size:10px;
    margin-bottom:2em;
    }
#mtm_menu #subnav a {
    color:#fff;
    margin-right:1em;
    }
#mtm_menu #subnav span {
    color:#fff;
    margin-right:1em;
    }
    
/* Submenu table style */     
table.items tr.item td {
	color: #fff;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
