/* CSS Document */
#navigation {
	position:absolute;
	/*top:45px;*/
	top:40px;
	left:50%;
	width:760px;
	margin:0 0 0 -380px;
	padding:0;
	list-style:none;
	display: inline;
	clear: both;
	border:0px dashed #444;
	
}
#navigation li {
	float:left;
	margin:0;
	padding:0;
	margin:0;
	padding:0;
}
/* #navigation li a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 67px;
	display: block;
} */
#tabhome a,#tabcorpinfo a, #tabproj a, #tabinvrel a, #tablinks a, #tabcont a, #tabmail a,{height: 67px;display: block;border:0px dashed #999;margin:0; padding:0;}
#navigation li a span { display: none;}
#tabhome,#tabcorpinfo, #tabproj, #tabinvrel, #tablinks, #tabcont, #tabmail,{margin:0; padding:0;}
#tabhome {width:90px;height:67px;background:url(../grfx/nav_home.jpg);}
	#tabhome a:hover {width:90px;height:67px;background:url(../grfx/nav_home_o.jpg);}
#tabcorpinfo {width:110px;height:67px;background:url(../grfx/nav_corpinfo.jpg);}
	#tabcorpinfo a:hover, #tabcorpinfo a.over  {width:110px;height:67px;background:url(../grfx/nav_corpinfo_o.jpg);}
#tabproj {width:96px;height:67px;background:url(../grfx/nav_pro.jpg);}
	#tabproj a:hover {width:96px;height:67px;background:url(../grfx/nav_pro_o.jpg);}
#tabinvrel {width:97px;height:67px;background:url(../grfx/nav_invrel.jpg);}
	#tabinvrel a:hover {width:97px;height:67px;background:url(../grfx/nav_invrel_o.jpg);}
#tablinks {width:79px;height:67px;background:url(../grfx/nav_links.jpg);}
	#tablinks a:hover {width:79px;height:67px;background:url(../grfx/nav_links_o.jpg);}
#tabcont {width:94px;height:75px;background:url(../grfx/nav_cont.jpg);}
	#tabcont a:hover {width:94px;height:67px;background:url(../grfx/nav_cont_o.jpg);}
#tabmail {width:94px;height:75px;background:url(../grfx/nav_email.jpg);}
	#tabmail a:hover {width:94px;height:67px;background:url(../grfx/nav_email_o.jpg);}