/* styles.css */
html {
	text-align: center;

	border-top: 4px solid #F50000;
}

body {
	width: 940px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
}


.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

#header {
	width:940px;
	position:relative;
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	z-index:90;	/*added for flashNav for full height gray background - keeps top nav above it */
}



#headerLogo{
	width:112px;
	height:87px;
	float: left;
}

#headerLeft {
	float: right;
	width:670px;
	height:87px;
}

.headerLeftLogo {
	position:absolute;
	top:0px;
	left:0px;
}

#headerLeftSearch {
	float: right;
	width:0px;
}

#headerLeftMenu {
	text-align: right;
	height:42px;
}


#headerLeftmainMenu {
	text-align: right;
	height:45px;
}



#mainMenu {
	clear:both;
	width:670px;
	height:45px;
	float:left;	
}


/* navigation styles */



.topNav {
	padding:0px;
	margin:0px 0px 0px 0px;
	list-style-type:none;
	display:inline;
	float:left;
	z-index:90;	/* added for flashNav  */
}
	
.topNav li{
	display:inline;
	float:left;
	list-style-type:none;
}
	
.topNav li A{
	display:block;
		
}

.topNav li a span {
	display:none;
}


.topNav li#DedicatedFoundry a, .topNav li#DedicatedFoundry{
	width:147px;
	height:45px;
	background:url(/english/_img/_fixed/mDecicatedFoundry.gif) 100% 0px;
}

.topNav li#DedicatedFoundry a.current {
	width:147px;
	height:45px;
	background:url(/english/_img/_fixed/mDecicatedFoundry.gif) 100% -45px;
}

.topNav li#DedicatedFoundry a.hover {
/*.topNav li#DedicatedFoundry a:hover {	flashNav changes */
	width:147px;
	height:45px;
	background:url(/english/_img/_fixed/mDecicatedFoundry.gif) 100% -90px;
}

	
.topNav li#Investors a, .topNav li#Investors{
	width:72px;
	height:45px;
	background:url(/english/_img/_fixed/mInvestors.gif) 100% 0px;
}

.topNav li#Investors a.current {
	width:72px;
	height:45px;
	background:url(/english/_img/_fixed/mInvestors.gif) 100% -45px;
}

.topNav li#Investors a.hover {
/*.topNav li#Investors a:hover {	flashNav changes */
	width:72px;
	height:45px;
	background:url(/english/_img/_fixed/mInvestors.gif) 100% -90px;
}


.topNav li#PressCenter a, .topNav li#PressCenter{
	width:93px;
	height:45px;
	background:url(/english/_img/_fixed/mPressCenter.gif) 100% 0px;
}

.topNav li#PressCenter a.current {
	width:93px;
	height:45px;
	background:url(/english/_img/_fixed/mPressCenter.gif) 100% -45px;
}

.topNav li#PressCenter a.hover {
/*.topNav li#PressCenter a:hover {	flashNav changes */
	width:93px;
	height:45px;
	background:url(/english/_img/_fixed/mPressCenter.gif) 100% -90px;
}

	
.topNav li#Careers a, .topNav li#careers{
	width:62px;
	height:45px;
	background:url(/english/_img/_fixed/mCareers.gif) 100% 0px;
}

.topNav li#Careers a.current {
	width:62px;
	height:45px;
	background:url(/english/_img/_fixed/mCareers.gif) 100% -45px;
}

.topNav li#Careers a.hover {
/*.topNav li#careers a:hover {	flashNav changes */
	width:62px;
	height:45px;
	background:url(/english/_img/_fixed/mCareers.gif) 100% -90px;
}

	
.topNav li#CSR a, .topNav li#CSR{	width:203px;
	height:45px;
background:url(/english/_img/_fixed/mCSR.gif) 100% 0px;
}

.topNav li#CSR a.current {	width:203px;
	height:45px;
background:url(/english/_img/_fixed/mCSR.gif) 100% -45px;
}

.topNav li#CSR a.hover {
/*.topNav li#CSR a:hover {	flashNav changes */	width:203px;
	height:45px;
background:url(/english/_img/_fixed/mCSR.gif) 100% -90px;
}


.topNav li#AboutTSMC a, .topNav li#AboutTSMC{
	width:93px;
	height:45px;
	background:url(/english/_img/_fixed/mAboutTSMC.gif) 100% 0px;
}

.topNav li#AboutTSMC a.current {
	width:93px;
	height:45px;
	background:url(/english/_img/_fixed/mAboutTSMC.gif) 100% -45px;
}

.topNav li#AboutTSMC a.hover {
/*.topNav li#CSR a:hover {	flashNav changes */
	width:93px;
	height:45px;
	background:url(/english/_img/_fixed/mAboutTSMC.gif) 100% -90px;
}




#DedicatedFoundryMenu {
	visibility:hidden;
	position:absolute;
	top: 87px;
	left: 258px;
	width:230px;
	z-index:90;
	height: 150px;
}



#SolarMenu {
	visibility:hidden;
	position:absolute;
	top: 87px;
	left: 396px;
	width:200px;
	z-index:90;
	height: 100px;
}



#InvestorsMenu {
	visibility:hidden;
	position:absolute;
	top: 87px;
	left: 405px;
	width:232px;
	z-index:90;
	height: 230px;
}



#PressCenterMenu {
	visibility:hidden;
	position:absolute;
	top: 87px;
	left: 477px;
	width:230px;
	z-index:90;
	height: 230px;
}



#CareersMenu {
	visibility:hidden;
	position:absolute;
	top: 87px;
	left: 570px;
	width:200px;
	z-index:90;
	height: 140px;
}



#CSRMenu {
	visibility:hidden;
	position:absolute;
	top: 87px;
	left: 632px;
	width:250px;
	z-index:90;
	height: 400px;
}



#AboutTSMCMenu {
	visibility:hidden;
	position:absolute;
	top: 87px;
	left: 722px;
	width:230px;
	z-index:90;
	height: 310px;
}
