/*
	project: Global nav
	location: http://www.greenpeace.org.au/sites/gnav/
	author: Crina Belevi and Manuel Perez
*/

#gnavH_ {
	width: 100%;	
	height: 24px;
	border: solid 1px #fff;
	border-left: 0px;
	border-right: 0px;
	background: #ccc;
	font-family: arial, 'lucida console', sans-serif;	
	font-size: 11px;
	text-align: center;
}

#gnavHItem_ {
	margin: auto;
	border-left: solid 1px #fff;
	height: 24px;
}

#gnavHItem_l {
	float: left;
}

#gnavHItem_l  UL {
	padding: 0px;
	margin: 0px;
}

#gnavHItem_l  LI{
	float: left;
	/*padding: 5px 12px 4px 12px; */
	padding-top: 5px;
	padding-bottom: 5px;
	list-style: none;
	border-right: solid 1px #fff;	
}

#gnavHItem_l  LI A{
	text-decoration: none;
	color: #333;
	padding: 5px 12px 4px 12px; 
}

#gnavHItem_l  LI A:hover{
	color: #fff;
	background: #66cc00;
}


#gnavHItem_r {	
	float: right;
	border-right: solid 1px #fff;	
	height: 24px;
	padding-right: 2px;
/*	padding-top: 1px;*/
}

/*#gnavHItem_r:hover {
	background: #66cc00;
}*/


#gnavHItem_r  form {	
	margin: 0px;
	padding: 0px;
}


.gnavHItem_r_text{
	width: 106px;
	height: 18px;
	font-size: 10px;
	padding-top: 1px;
}
	
	
.gnavHItem_r_submit{
	font-size: 11px;
/*	width: 44px;*/
}

