.gogreentopper 	{ 
									position:relative; 
									left:0px; 
									top:-20px; 
									
									height:195px; 
									width:555px; 
									
									background-image: url(/images/gogreen/gogreen-top.jpg); 
									background-repeat:no-repeat; 
									}

.gogreentext			{ 
									position:relative; 
									left:20px; 
									top:20px; 
									width:350px; 
									}
								
.gogreentext p strong	{ 
									color:#00ff00;
									}

#goGreenMp3Player
									{ 
									position:relative; 
									left:20px; 
									top:10px; 
									}
								

#gogreenmenu
{	margin: 0;
	padding: 0;
	z-index: 30;
	background: url(/images/gogreen/menu/bg_off.gif) repeat-x;
	width: 555px;
	height: 33px;
	position:relative; 
	top:-20px;
	left:0px;
	}

#gogreenmenu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 13px arial;
	background: url(/images/gogreen/menu/seperator.gif);	
	background-position: top right; 

	}

#gogreenmenu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 9px 10px 8px 10px;
	width: auto;
	background: url(/images/gogreen/menu/bg_off.gif) repeat-x;
	color: #fff;
	text-align: center;
	text-decoration: none}

	#gogreenmenu li a:hover {

	background: #49A3FF;
	background: url(/images/gogreen/menu/bg_on.gif) repeat-x;
	
	}

	#gogreenmenu div {	
	
	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	background: #000;
	z-index: 99999;

	}

	#gogreenmenu div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		color: #fff;
		font: 12px arial;
		background: #000;
	
	}

	#gogreenmenu div a:hover
	{	background: #181818;
		color: #FFF;
		font-weight: bold;
	
	}
	
	.menu-arrow {

	margin-right: 7px;

	}

																											