@charset "utf-8";

/****************************************
				MENU
*****************************************/

.menu_green {
	height: 33px;
	width: 870px;
}

.menu_green_left {
	background-image: url(/img/menu_green_left.gif);
	float: left;
	height: 33px;
	width: 5px;
	position: relative;
}

.menu_green_middle {
	background-image: url(/img/menu_green_middle.gif);
	background-repeat: repeat-x;
	height: 33px;
	width: 860px;
	float: left;
	position: relative;
}

.menu_green_right {
	background-image: url(/img/menu_green_right.gif);
	float: right;
	height: 33px;
	width: 5px;
	position: relative;
}

ul.menu_g {
	margin:0 auto;
	padding:4px 5px 3px;
}
 
ul.menu_g li {
	display: inline;
	border-left: 1px solid #b0da38;
	padding: 0 10px;
		top: 4px;
	position: relative;
}

ul.menu_g a:link, ul.menu_g a:visited {
	text-decoration: none;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold; 
}

ul.menu_g a:hover {
	color: #d9f97c;
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
