/* Stylesheet for menu */
/* Common style for first level menu */
.menu
{
	padding-bottom:0px; 
	padding-top:1px;
	height:24px;
	vertical-align:bottom;
}
.menu_bg
{
	padding-bottom:0px; 
	padding-top:0px;
	vertical-align:bottom;

}
.menu_table
{
	padding:5px 0px 0px 0px;
	width:631px;
}

/*Seprator */
.menu_lev2_tab
{
	background-image:url(../img/trans.gif);
	height:1px;
}
/*.menu_lev2_tab_175
{
	background-image:url(../img/menu_sep_175.gif);
}
 */
.menu_lev2_inactive
{
	background-color:#ffffff;
	
}
/* Company Start */

.menu_lev1_company_on
{
	background-image:url(../img/m_company.gif);
	height:24px;
} 
.menu_lev1_company_Over
{
	height:24px;
	background-image:url(../img/m_company_o.gif);
}
/* Company End */

/* offerings Start */
.menu_lev1_offerings_on
{
	background-image:url(../img/m_offerings.gif);
	height:24px;
} 
.menu_lev1_offerings_Over
{
	height:24px;
	background-image:url(../img/m_offerings_o.gif);
}
/* offerings End */


/* Performance Start */
.menu_lev1_performance_on
{
	background-image:url(../img/m_performance.gif);
	height:24px;
} 
.menu_lev1_performance_Over
{
	height:24px;
	background-image:url(../img/m_performance_o.gif);
}
/* Performance End */

/* Contact Us Start */
.menu_lev1_contact_on
{
	background-image:url(../img/m_contact.gif);
	height:24px;
} 
.menu_lev1_contact_Over
{
	height:24px;
	background-image:url(../img/m_contact_o.gif);
}
/* Contact Us End */

/* Common style for second level menu */
.menu_main
{
	padding-left:344px;
}
.menu_lev2_On, .menu_lev2_Over
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 7px 0px;
	overflow: hidden;
	background-color:#AAAD94;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	height:27px;
	color:#000000;
}

/* Second level menu mouse over foreground color */
.menu_lev2_Over
{
	background-color:#C8CCAF;
	color:#000000;
	height:27px;
}