/**************************************/
/* GLOBAL NAVIGATION                  */
/**************************************/

#globalNav {
	width: 970px;
	height: 62px;
	position:absolute;
}

#globalMainNav {
	height: 31px;
	background: url(/images/genesis/globalMainNavBg.gif);
	background-color:#006600;
}

#globalMainNavLeft {
	float: left;
	background: url(/images/genesis/globalMainNavBgLeft.gif);
	width: 6px;
	height: 31px;
}

#globalMainNav ul {
	float: left;
	padding-left: 21px;
}

#globalMainNav li {
	float: left;
	padding: 0 9px;
	margin: 0 5px;
}

#globalMainNav a {
	color: #FFF;
	font-weight: bold;
	line-height: 31px;
	text-decoration: none;
	display: block;
} 

#globalMainNav #globalMainNavCurrent {
	background: url(/images/genesis/globalMainNavBgOn.gif) repeat-x;
}

#globalMainNav li:hover {
	background: url(/images/genesis/globalMainNavBgOn.gif) repeat-x;
}

#globalMainNav li:hover a {
	color: #003333;	
}

#globalMainNav #globalMainNavCurrent a {
	color: #003333;
}

#globalSecNav {
	min-height: 10px;
	max-height: 10px;
	height:10px;		
	background: url(/images/genesis/globalSecNavBg.gif) ;
}

#globalSecNavLeft {
	float: left;
	background: url(/images/genesis/globalSecNavBgLeft.gif);
	width: 6px;
	height:10px;
	min-height: 10px;
	max-height: 10px;
} 

#globalSecNav ul {
	float: left;
	padding-left: 21px;
}

#globalSecNav li {
	float: left;
	padding: 0 9px;
	margin: 0 5px;
}

#globalSecNav a {
	color: #003333;
	line-height: 31px;
	text-decoration: none;
	display: block;
} 

#globalSecNav li:hover {
	background: url(/images/genesis/globalSecNavBgHover.gif) no-repeat 0 12px;	
}

#globalSecNav #globalSecNavCurrent {
	background: url(/images/genesis/globalSecNavBgOn.gif) no-repeat 0 9px;
	padding-left: 14px;
}

#globalSecNav #globalSecNavCurrent a {
	font-size: 11px;
	font-weight: bold;
}
