/* CSS Document */
html {
	overflow:hidden;
}
body {
	margin:0px;
	padding:0px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#000000;
	overflow:hidden;
}
#content{
	width:100%;
	height:90%;
	overflow:auto;
	position:absolute;
	bottom:0px;
	left:0px;
	z-index:0;
}
#navigation{
	width:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	margin:0px;
	padding:10px 0px 0px 20px;
}
#expander{
	width:40px;
	margin:0px 20px 0px 0px;
	float:left;
	display:inline;
	}
#expander a {
	border:none;
}
#expander img {
	margin:0px;
	float:left;
	padding:0px;
	border:none;
}
#nav-body{
	width:750px;
	background:url(/global-assets/images/menu-bg.gif) no-repeat top left;
	margin:0px;
	float:left;
	display:inline;
	}
.nav-column{
	width:140px;
	margin:0px 10px 0px 0px;
	float:left;
	display:inline;
	}
.nav-head{
	width:140px;
	height:20px;
	margin:0px 0px 20px 0px;
	float:left;
	}
.nav-head a{
	display: block;
	color:#000000;
	background-color:#FFFFFF;
	width:138px;
	height:20px;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	text-align:left;
	float:left;
	text-decoration:none;
	font-weight:normal;
}
.nav-head a:hover{
	display: block;
	color:#000000;
	background-color:#FFFF00;
	width:138px;
	height:20px;
	line-height:20px;
	margin:0px;
	padding:0px 0px 0px 2px;
	text-align:left;
	float:left;
	text-decoration:none;
	font-weight:normal;
}
#enav-01 {
	width:140px;
	height:60px;
	padding:0px;
	margin:20px 0px 0px 0px;
	background:#FFFFFF;
	clear:both;
}
#enav-02 {
	width:140px;
	height:60px;
	padding:0px;
	margin:20px 0px 0px 0px;
	background:#FFFFFF;
	clear:both;
}
#enav-03 {
	width:140px;
	height:60px;
	padding:0px;
	margin:20px 0px 0px 0px;
	background:#FFFFFF;
	clear:both;
}
#enav-04 {
	width:140px;
	height:60px;
	padding:0px;
	margin:20px 0px 0px 0px;
	background:#FFFFFF;
	clear:both;
}
#enav-05 {
	width:140px;
	height:60px;
	padding:0px;
	margin:20px 0px 0px 0px;
	background:#FFFFFF;
	clear:both;
}
#enav-01 a, #enav-02 a, #enav-03 a, #enav-04 a, #enav-05 a{
	display: block;
	color:#000000;
	background-color:#FFFFFF;
	width:138px;
	height:20px;
	line-height:20px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 2px;
	text-align:left;
	float:left;
	clear:left;
	text-decoration:none;
	font-weight:normal;
}
#enav-01 a:hover, #enav-02 a:hover, #enav-03 a:hover, #enav-04 a:hover, #enav-05 a:hover{
	display: block;
	color:#000000;
	background-color:#FFFF00;
	width:138px;
	height:20px;
	line-height:20px;
	margin:0px;
	padding:0px 0px 0px 2px;
	text-align:left;
	float:left;
	clear:left;
	text-decoration:none;
	font-weight:normal;
}

