#menuheader {
	margin: 0px;
	padding: 0 0 0 20px;
	height: 39px;
	text-align: left;

}

ul#nav {
	position: relative;
	top: 0px;
	left: 0px;
	width: 712px;
	margin: 0;
	height: 39px;
	list-style-type: none;
	overflow: hidden;
}

ul#nav li a {
	position: absolute;
	top: 0;
	text-indent: -9000px;
	text-decoration: none;
	padding: 39px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:39px; /* IE5/Win */
	background: transparent url(images/menu.png) no-repeat;
}


/* home button states */
#global li#home a 			{ background-position: 0 0px; width: 78px; left: 0;}
#global li#home a:hover		{ background-position: 0 -39px; }
#global li#home a:active		{ background-position: 0 -78px; }
#global.home li#home a 			{ background-position: 0 -117px; width: 78px; left: 0; cursor: default}
#global.home li#home a:hover		{ background-position: 0 -117px; }
#global.home li#home a:active		{ background-position: 0 -117px; }

/* about us button states */
#global li#aboutus a 			{ background-position: -78px 0px; width: 87px; left: 78px; }
#global li#aboutus a:hover		{ background-position: -78px -39px; }
#global li#aboutus a:active 	{ background-position: -78px -78px; }
#global.aboutus li#aboutus a 			{ background-position: -78px -117px; width: 87px; left: 78px; cursor: default}
#global.aboutus li#aboutus a:hover		{ background-position: -78px -117px; }
#global.aboutus li#aboutus a:active 	{ background-position: -78px -117px; }

/* clients button states */
#global li#clients a 			{ background-position: -165px 0px; width: 79px; left: 165px; }
#global li#clients a:hover		{ background-position: -165px -39px; }
#global li#clients a:active 	{ background-position: -165px -78px; }
#global.clients li#clients a 			{ background-position: -165px -117px; width: 79px; left: 165px; cursor: default}
#global.clients li#clients a:hover		{ background-position: -165px -117px; }
#global.clients li#clients a:active 	{ background-position: -165px -117px; }

/* sports button states */
#global li#sports a 			{ background-position: -244px 0; width: 116px; left: 244px; }
#global li#sports a:hover		{ background-position: -244px -39px; }
#global li#sports a:active		{ background-position: -244px -78px; }
#global.sports li#sports a 			{ background-position: -244px -117px; width: 116px; left: 244px; cursor: default}
#global.sports li#sports a:hover		{ background-position: -244px -117px; }
#global.sports li#sports a:active		{ background-position: -244px -117px; }

/* entertainment button states */
#global li#entertainment a 			{ background-position: -356px 0; width: 111px;left: 356px; }
#global li#entertainment a:hover		{ background-position: -356px -39px; }
#global li#entertainment a:active		{ background-position: -356px -78px; }
#global.entertainment li#entertainment a 			{ background-position: -356px -117px; width: 111px;left: 356px; cursor: default}
#global.entertainment li#entertainment a:hover		{ background-position: -356px -117px; }
#global.entertainment li#entertainment a:active		{ background-position: -356px -117px; }

/* art button states */
#global li#art a 			{ background-position: -467px 0; width: 61px; left: 467px; }
#global li#art a:hover		{ background-position: -467px -39px; }
#global li#art a:active		{ background-position: -467px -78px; }
#global.art li#art a 			{ background-position: -467px -117px; width: 61px; left: 467px; cursor: default}
#global.art li#art a:hover		{ background-position: -467px -117px; }
#global.art li#art a:active		{ background-position: -467px -117px; }

/* consulting button states */
#global li#consulting a 			{ background-position: -528px 0; width: 89px; left: 528px; }
#global li#consulting a:hover		{ background-position: -528px -39px; }
#global li#consulting a:active		{ background-position: -528px -78px; }
#global.consulting li#consulting a 			{ background-position: -528px -117px; width: 89px; left: 528px; cursor: default}
#global.consulting li#consulting a:hover		{ background-position: -528px -117px; }
#global.consulting li#consulting a:active		{ background-position: -528px -117px; }

/* careers button states */
#global li#careers a 			{ background-position: -617px 0; width: 95px;left: 617px; }
#global li#careers a:hover		{ background-position: -617px -39px; }
#global li#careers a:active		{ background-position: -617px -78px; }
#global.careers li#careers a 			{ background-position: -617px -117px; width: 95px;left: 617px; cursor: default}
#global.careers li#careers a:hover		{ background-position: -617px -117px; }
#global.careers li#careers a:active		{ background-position: -617px -117px; }

.selected {
	/* background-color: #E0E9F3; */
	background-color: #999999;
	color: #000000;
	border-bottom: 1px solid #999999;
	padding: 2px 2px 2px 7px;
	}

.nonselected {
	background-color: #555555;
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	padding:  2px 2px 2px 7px;
	}

.empty {
	color: #FFFFFF;
	border-bottom: 1px solid #999999;
	text-indent: 7px;
	padding: 2px;
}
dl {
	text-align: left;
	}
dd {
	text-align: left;
	}
dt {
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	}
dt a, a:visited {
	
	}

#green li {
color: #99FF00;
}

#newsImage {
border-top: 1px solid #999999;
vertical-align: top;
padding-bottom: 10px;
}

#newsTitle {
border-top: 1px solid #999999;
font-weight: bold;
color: #99FF00;
vertical-align: top;
}

#newsContent {
vertical-align: top;
padding-bottom: 10px;
}