/* Stylesheet for menu */
/* Common style for first level menu */

/* Company Start */

.menu_lev1_company_on
{
	background-image:url(../images/m_company.gif);
	background-repeat:no-repeat;
	height:26px;
	width:81px;
} 
.menu_lev1_company_Over
{
	height:26px;
	width:81px;
	text-align:center;
	background-image:url(../images/m_company_o.gif);
	background-repeat:no-repeat;
}
/* Company End */

/* Services Start */
.menu_lev1_services_on
{
	background-image:url(../images/m_services.gif);
	background-repeat:no-repeat;
	height:26px;
	width:96px;
} 
.menu_lev1_services_Over
{
	height:26px;	
	width:96px;
	background-image:url(../images/m_services_o.gif);
	background-repeat:no-repeat;
}
/* Services End */

/* Products Start */
.menu_lev1_products_on
{
	background-image:url(../images/m_products.gif);
	background-repeat:no-repeat;
	height:26px;
	width:75px;
} 
.menu_lev1_products_Over
{
	height:26px;
	width:75px;
	text-align:center;
	background-image:url(../images/m_products_o.gif);
	background-repeat:no-repeat;
}
/* Products End */



/* Knowledge center Start */
.menu_lev1_knowledge_on
{
	background-image:url("../images/m_knowledge.gif");
	background-repeat:no-repeat;
	height:26px;
	width:130px;
} 
.menu_lev1_knowledge_Over
{
	height:26px;
	width:130px;
	text-align:center;
	background-image:  url("../images/m_knowledge_o.gif");
	background-repeat:no-repeat;
}
/* Knowledge center End */


/* Common style for second level menu */
.menu_main
{
	padding-left:10px;
	text-align:left
}
.menu_lev2_On, .menu_lev2_Over
{
	font-family: Verdana;
	color:#000000;
	font-size: 11px;
	text-align: left;
	padding: 3px 0px 4px 20px;
	overflow: hidden;
	background-color:#ccdef6;
	width:100%;
	margin-left:1px;
	margin-top:1px;
	margin-right:1px;
	margin-bottom:1px;
	background-image:url(../images/arrow_menu.gif);
	background-repeat:no-repeat;
}

/* Second level menu mouse over foreground color */
.menu_lev2_Over
{
	background-color:#d7e8ff;
	padding: 3px 0px 4px 20px;
	color:#ff3300;
	width:100%;
	font-family: Verdana;
	background-image:url(../images/arrow_menu.gif);
	background-repeat:no-repeat;
}
