/* CSS Document */
#navigation {
	position:absolute;
	width:990px;
	height:59px;
	top:9px;
	left:50%;
	margin:0 0 0 -495px;
	padding:0;
	background:   url(../grfx/nav_bakgrd.jpg);
}
#navigation ul {
	margin:13px 0 0 245px;
	padding:0;
	list-style: none;
}
* html #navigation ul {margin:0 0 0 245px;}
#navigation li, #footer li {
	float:left;
	margin:0;
	padding:0;
}
#footer li { size:0.8em; padding:2px 5px; border-right:1px solid #ccc;}
/**/ #navigation li a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 46px;
	display: block;
} 
#navigation li a span { display: none;}
#tabhome a,#tabcorp a, #tabpro a, #tabinve a, #tabcont a,{ border:1px dashed #D80000;margin:0; padding:0;}
#tabhome a {width:90px;height:46px; background:   url(../grfx/nav_home.jpg);} /* border:1px dashed #D80000; */
	#tabhome a:hover { background:   url(../grfx/nav_home_o.jpg);}
#tabcorp {width:110px;height:46px;background:   url(../grfx/nav_corporate.jpg);}
	#tabcorp a:hover  {width:110px;height:46px;background:   url(../grfx/nav_corporate_o.jpg);}
#tabpro {width:96px;height:46px;background:   url(../grfx/nav_projects.jpg);}
	#tabpro a:hover {width:96px;height:46px;background:   url(../grfx/nav_projects_o.jpg);}
#tabinve {width:97px;height:46px;background:   url(../grfx/nav_investor.jpg);}
	#tabinve a:hover {width:97px;height:46px;background:   url(../grfx/nav_investor_o.jpg);}
#tabcont {width:80px;height:46px;background:   url(../grfx/nav_contact.jpg);}
	#tabcont a:hover {width:80px;height:46px;background:   url(../grfx/nav_contact_o.jpg);}
