/* Top Menu Styles */


#menu ul {
	list-style-type: none;
	/*padding: 39px 0 0 30px;*/
}

#menu li {
	float: left;
}

#menu li a {
	float: left;
	font: 1px/1px sans-serif;
	text-indent: -9999px;
	height: 40px;
}

li#home a {
	width: 66px;
	background: url(../../images/top-menu/home-ns.gif) no-repeat;
}

li#home, li#home a:hover {
	background: url(../../images/top-menu/home-s.gif) no-repeat;
}

li#the-company a {
	width: 102px;
	background: url(../../images/top-menu/company-ns.gif) no-repeat;
}

li#the-company, li#the-company a:hover {
	background: url(../../images/top-menu/company-s.gif) no-repeat;
}


li#news-events a {
	width: 112px;
	background: url(../../images/top-menu/news-and-events-ns.gif) no-repeat;
}

li#news-events, li#news-events a:hover {
	background: url(../../images/top-menu/news-and-events-s.gif) no-repeat;
	}

li#information-for-investors a {
	width: 154px;
	background: url(../../images/top-menu/information-investors-ns.gif) no-repeat;
}

li#information-for-investors, li#information-for-investors a:hover{
	background: url(../../images/top-menu/information-investors-s.gif) no-repeat;
}

li#contact a {
	width: 80px;
	background: url(../../images/top-menu/contact-ns.gif) no-repeat;
}

li#contact, li#contact a:hover{
	background: url(../../images/top-menu/contact-s.gif) no-repeat;
}

