/**
	globalNavi用CSS
	globalNaviのスタイルシートです
**/
ul#globalNav {
	display: block;
	position: relative;
	width: 900px;
	padding-top: 8px;
	float: left;
	padding-right: 115px;
	padding-left: 115px;
}
ul#globalNav li {
	display: block;
	width: 110px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #1D3A6B;
}
ul#globalNav li a {
	display: block;
	color: #1D3A6B;
	text-decoration: none;
}
ul#globalNav li ul {
	display: none;
	position: absolute;
	left: 0;
	margin: 0;
	padding: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
* html ul#globalNav li ul {
	line-height: 0;
} /* IE6 "fix" */
ul#globalNav li ul a {
	zoom: 1;
} /* IE6/7 fix */
ul#globalNav li ul li {
	float: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #1D3A6B;
}
/* Essentials - configure this */
ul#globalNav ul {
	width: 110px;
}
ul#globalNav ul ul {
	left: 110px;
	top: 0;
}
/* Everything else is theming */
ul#globalNav *:hover {
	background-color: none;
}
ul#globalNav a {
	padding: 6px;
	line-height: 1;
}
ul#globalNav li.hover a {
	background-color: #FFFFFF;
}
ul#globalNav ul {
	margin-top: 25px;
}
ul#globalNav ul li a {
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1D3A6B;
}
ul#globalNav ul a.hover {
	background-color: #D8EBF9;
}
ul#globalNav ul a {
	border-bottom: 1px solid white;
	border-right: none;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
/* ul#globalNav ul a { border-bottom: none; } - I also needed this for IE6/7 */

