#main_menu {
	position: relative;
	height: 50px;
	width: 744px;
	padding: 0px;
	padding: 0;
	padding-left: 3px;
	padding-right: 3px;
	margin: 0px 0;
	overflow: hidden;
	background-color: #000000;
}

#main_menu ul {
	padding: 0;
	margin: 0;
}

/* Don't apply padding here (offsetWidth will differ in IE)
    If you need padding add it to the child anchor */
#main_menu ul li {
	float: left;
	list-style: none;
}

#main_menu ul li a {
	text-indent: -500em;
	z-index: 10;
	display: block;
	float: left;
	height: 50px;
	position: relative;
	overflow: hidden;
}
#main_menu #menu_home a {
	width:47px;
	background-image: url(images/menu_home.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_locate_agent a {
	width:73px;
	background-image: url(images/menu_locate_agent.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_become_agent a {
	width:80px;
	background-image: url(images/menu_become_agent.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_corporate a {
	width:88px;
	background-image: url(images/menu_corporate.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_cc_transactions a {
	width:104px;
	background-image: url(images/menu_cc_transactions.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_about a {
	width:55px;
	background-image: url(images/menu_about_us.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_aboutWU a {
	width:111px;
	background-image: url(images/menu_whois_wu.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_services a {
	width:111px;
	background-image: url(images/menu_services.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu #menu_contact a {
	width:67px;
	background-image: url(images/menu_contact.gif);
	background-repeat: no-repeat;
	background-position: center center;	
}
#main_menu li.background {
	background: url('images/bg_menu_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}

#main_menu .background .left {
	background: url('images/bg_menu.gif') no-repeat top left;
	height: 50px;
	margin-right: 9px; /* 7px is the width of the rounded shape */
}
