/*

	Table of Contents
		1. Languages
		2. Site Menu
*/

#sitenav {
	height:99px;
	/*background:#803e74;
	*/
	margin:0 auto;
	margin-left: 70px;
	margin-right:4px;
	padding:0px;
	padding-top:130px;
}

/* 1. Languages */
/* ---------------------------------------------------------------- */

#langs {
	margin-left: 320px;
	height: 30px;
	display:inline;
}

#langs li,
#langs a { height: 30px; display:inline;}

#refen,
#refen a { width: 55px }

#refjp,
#refjp a { width: 49px }

.en #refen { background: url(../images/TopLang.png) no-repeat 0 -30px }
.jp #refen { background: url(../images/TopLang.png) no-repeat 0 0 }

.jp #refjp { background: url(../images/TopLang.png) no-repeat -55px -30px }
.en #refjp a { background: url(../images/TopLang.png) no-repeat -55px 0 }

/* 2. Site Menu */
/* ---------------------------------------------------------------- */

#menu {
	padding-top: 32px;
	height: 46px;
}

#menu li,
#menu a {
	height: 46px;
	display:inline;
}

#refhome,
#refhome a { width: 80px }
#refhome a:link,
#refhome a:visited { background: url(../images/TopNav.png) no-repeat 0 0 }
#home #menu #refhome a:link,
#home #menu #refhome a:visited,
#home #menu #refhome a:active,
#home #menu #refhome a:hover,
#refhome a:active { background: url(../images/TopNav.png) no-repeat 0 -46px }
#refhome a:hover { background: url(../images/TopNav.png) no-repeat 0 -92px }

#refabout,
#refabout a { width: 92px }
#refabout a:link,
#refabout a:visited { background: url(../images/TopNav.png) no-repeat -84px 0 }
#about #menu #refabout a:link,
#about #menu #refabout a:visited,
#about #menu #refabout a:active,
#about #menu #refabout a:hover,
#refabout a:active { background: url(../images/TopNav.png) no-repeat -84px -46px }
#refabout a:hover { background: url(../images/TopNav.png) no-repeat -84px -92px }

#refdownloads,
#refdownloads a { width: 128px }
#refdownloads a:link,
#refdownloads a:visited { background: url(../images/TopNav.png) no-repeat -178px 0 }
#downloads #menu #refdownloads a:link,
#downloads #menu #refdownloads a:visited,
#downloads #menu #refdownloads a:active,
#downloads #menu #refdownloads a:hover,
#refdownloads a:active { background: url(../images/TopNav.png) no-repeat -178px -46px }
#refdownloads a:hover { background: url(../images/TopNav.png) no-repeat -178px -92px }

#refcontact,
#refcontact a { width: 100px }
#refcontact a:link,
#refcontact a:visited { background: url(../images/TopNav.png) no-repeat -308px 0 }
#contact #menu #refcontact a:link,
#contact #menu #refcontact a:visited,
#contact #menu #refcontact a:active,
#contact #menu #refcontact a:hover,
#refcontact a:active { background: url(../images/TopNav.png) no-repeat -308px -46px }
#refcontact a:hover { background: url(../images/TopNav.png) no-repeat -308px -92px }

