#top_menu {
	text-align:left; 
	vertical-align:top;
}

#emm-topmenu { /* all lists */
	margin: 0;
	padding: 0;
}

#emm-topmenu ul { /* all lists */
	margin: 0;
	padding: 0;
}
	
#emm-topmenu li { /* all list items */
	margin: 0;
	padding: 0;
	background: none;
	display: block;
	float: left;
	height: 42x;
	line-height: 20px;
	cursor: pointer;
}

#emm-topmenu li ul { /* second-level lists */
	position: absolute;
	z-index: 99;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	width: 14.4em;
	/*w\idth: 13.9em;*/
	height: auto;
}

#emm-topmenu li ul ul { /* third-and-above-level lists */
	margin: -1.5em 0 0 12em;
}

#emm-topmenu li li {
	padding: 0 1em 0 0;
	margin: 0;
	width: 14em;
}

#emm-topmenu ul a {
	width: 10em;
	w\idth: 9em;
}

#emm-topmenu li:hover ul ul, #emm-topmenu li:sfhover ul ul ul,
#emm-topmenu li.sfhover ul ul, #emm-topmenu li.sfhover ul ul ul {
	left: -999em;
}

/* This "unhides" the sub-menus (left: -999em is what hides them) */
#emm-topmenu li:hover ul, #emm-topmenu li li:hover ul, #emm-topmenu li li li:hover ul,
#emm-topmenu li.sfhover ul, #emm-topmenu li li.sfhover ul, #emm-topmenu li li li.sfhover ul {
	left: auto;
}


/* STYLING THE MENU
-----------------------------------*/ 
#emm-topmenu a:hover, #emm-topmenu a:focus, #emm-topmenu a:active, #emm-topmenu a.current { background-position: 0 -48px; }
#button_1 a  { width: 50px; background: url(../images/home.jpg) no-repeat 0 0; }
#button_2 a  { width: 92px; background: url(../images/our_business.jpg) no-repeat 0 0; }
#button_3 a  { width: 114px; background: url(../images/our_technologies.jpg) no-repeat 0 0; }
#button_83 a { width: 88px; background: url(../images/customer.jpg) no-repeat 0 0; }
#button_5 a { width: 55px; background: url(../images/media.jpg) no-repeat 0 0; }
#button_6 a { width: 67px; background: url(../images/investor.jpg) no-repeat 0 0; }
#button_7 a { width: 90px; background: url(../images/comunity.jpg) no-repeat 0 0; }
#button_8 a { width: 41px; background: url(../images/faq.jpg) no-repeat 0 0; }
#button_9 a { width: 96px; background: url(../images/contact_us.jpg) no-repeat 0 0; }



#emm-topmenu li ul {
	border: 1px solid #d7d6d6;
}

#emm-topmenu li ul a {
	text-transform: none;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	border-right: none;
	height: 20px;
	line-height: 20px;
}

#emm-topmenu li ul a:hover {
	color:#64a62d;
	padding-top:6px;
}

#emm-topmenu li a {
	height:42px;
	display: block;
	text-decoration: none;
}

#emm-topmenu li a:hover {
	color:black;
}

#emm-topmenu li a.active {
	color:black;
}

#emm-topmenu li a.active:hover,
#emm-topmenu li a.active:active {
	color: black;
}

#emm-topmenu li li a.active {
	background: none;
	font-weight: bold;
}

#emm-topmenu li.havechild {
	background: url(img/arrow-on.gif) 90% 45% no-repeat;
}

#emm-topmenu li.havesubchild {
	background: url(../images/plantic_menu_background.gif) no-repeat 0 -64px;
}

#emm-topmenu li:hover,#emm-topmenu li.sfhover {
	background: url(../images/plantic_menu_background.gif) no-repeat 0 -64px;
}

#emm-topmenu ul li:hover, #emm-topmenu ul ul li:hover,
#emm-topmenu ul li.sfhover, #emm-topmenu ul ul li.sfhover {
	background: url(../images/plantic_menu_background.gif) no-repeat 0 -32px;
}

#emm-topmenu ul li {
	background: url(../images/plantic_menu_background.gif) no-repeat 0 0;
	height:32px;
}


#emm-topmenu ul li a, #emm-topmenu ul ul li a {
	padding-top:6px;
	color:#838383;
	padding-left:20px;
	background: none;
	font-weight: normal;
	display:block;
	width:100%;
}