
#menu
{
	float: left;
	list-style: none;
}

#menu ul li 
{
	float: left;
	display: block;
	position: relative;
	height: 49px;
}

#menu ul li a 
{
	display: block;
	text-decoration: none;
	text-indent: -2000px;
	height: 49px;
}

/* ------------------ Start rollover effect ----------------------*/

#menu_home a { width: 95px; background: url(../images/nav_home1.jpg) top left no-repeat; }
#menu_home a:hover, #menu_home a:active { width: 95px; background: url(../images/nav_home2.jpg) top left no-repeat; }

#menu_about a { width: 92px; background: url(../images/nav_aboutus1.jpg) top left no-repeat; }
#menu_about a:hover, #menu_home a:active { width: 92px; background: url(../images/nav_aboutus2.jpg) top left no-repeat; }

#menu_mortgages a { width: 92px; background: url(../images/nav_mortgages1.jpg) top left no-repeat; }
#menu_mortgages a:hover, #menu_home a:active { width: 92px; background: url(../images/nav_mortgages2.jpg) top left no-repeat; }

#menu_loans a { width: 78px; background: url(../images/nav_loans1.jpg) top left no-repeat; }
#menu_loans a:hover, #menu_home a:active { width: 78px; background: url(../images/nav_loans2.jpg) top left no-repeat; }

#menu_insurance a { width: 92px; background: url(../images/nav_insurance1.jpg) top left no-repeat; }
#menu_insurance a:hover, #menu_home a:active { width: 92px; background: url(../images/nav_insurance2.jpg) top left no-repeat; }

#menu_commercial a { width: 92px; background: url(../images/nav_commercial1.jpg) top left no-repeat; }
#menu_commercial a:hover, #menu_home a:active { width: 92px; background: url(../images/nav_commercial2.jpg) top left no-repeat; }

#menu_askanexpert a { width: 104px; background: url(../images/nav_askanexpert1.jpg) top left no-repeat; }
#menu_askanexpert a:hover, #menu_home a:active { width: 104px; background: url(../images/nav_askanexpert2.jpg) top left no-repeat; }

#menu_contact a { width: 90px; background: url(../images/nav_contactus1.jpg) top left no-repeat; }
#menu_contact a:hover, #menu_home a:active { width: 90px; background: url(../images/nav_contactus2.jpg) top left no-repeat; }

/** On page Tabs **/
#nav_homepage #menu_home a { width: 95px; background: url(../images/nav_home2.jpg) top left no-repeat; }
#nav_homepage #menu_home a:hover, #nav_homepage #menu_home a:active { width: 95px; background: url(../images/nav_home1.jpg) top left no-repeat; }

#nav_about #menu_about a { width: 92px; background: url(../images/nav_aboutus2.jpg) top left no-repeat; }
#nav_about #menu_about a:hover, #nav_about #menu_home a:active { width: 92px; background: url(../images/nav_aboutus1.jpg) top left no-repeat; }

#nav_loans #menu_loans a { width: 78px; background: url(../images/nav_loans2.jpg) top left no-repeat; }
#nav_loans #menu_loans a:hover, #nav_loans #menu_home a:active { width: 78px; background: url(../images/nav_loans1.jpg) top left no-repeat; }

#nav_mortgages #menu_mortgages a { width: 92px; background: url(../images/nav_mortgages2.jpg) top left no-repeat; }
#nav_mortgages #menu_mortgages a:hover, #nav_mortgages #menu_home a:active { width: 92px; background: url(../images/nav_mortgages1.jpg) top left no-repeat; }

#nav_insurance #menu_insurance a { width: 92px; background: url(../images/nav_insurance2.jpg) top left no-repeat; }
#nav_insurance #menu_insurance a:hover, #nav_insurance #menu_home a:active { width: 92px; background: url(../images/nav_insurance1.jpg) top left no-repeat; }


#nav_commercial #menu_commercial a { width: 92px; background: url(../images/nav_commercial2.jpg) top left no-repeat; }
#nav_commercial #menu_commercial a:hover, #nav_commercial #menu_home a:active { width: 92px; background: url(../images/nav_commercial1.jpg) top left no-repeat; }


#nav_askanexpert #menu_askanexpert a { width: 104px; background: url(../images/nav_askanexpert2.jpg) top left no-repeat; }
#nav_askanexpert #menu_askanexpert a:hover, #nav_askanexpert #menu_home a:active { width: 104px; background: url(../images/nav_askanexpert1.jpg) top left no-repeat; }

#nav_contact #menu_contact a { width: 90px; background: url(../images/nav_contactus2.jpg) top left no-repeat; }
#nav_contact #menu_contact a:hover, #nav_contact #menu_home a:active { width: 90px; background: url(../images/nav_contactus1.jpg) top left no-repeat; }

