#menu_container {
	height: 27px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.menu {
	border:none;
	height: 27px;
	width: 930px;
	padding:0px;
	margin: 0px auto 0px auto;
}
.menur {
	list-style-type:none;
	width:930px;
	height:27px;
	margin:0px;
	padding: 0px;
}
.menuc {
	width:auto;
	margin:0px;
	padding:0px;
}
.menuspace{
	width:2px;
	margin:0px;
	padding:0px;
}
.menu a {
	display: block;
	width:100%;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:none;
	color: #FFFFFF;
	text-align: center;
	background-color:#063a65;
	padding-top:7px;
	background-image: url(../grx/menu/bg.gif);
	background-repeat: no-repeat;
	text-decoration: none;

}
.menu a:hover, .menu a:active  {
	background-color:#ee6a23;
	background-repeat:no-repeat;
	background-image: url(../grx/menu/hover.gif);
}

a.current {
	background-color:#ee6a23;
	background: url(../grx/menu/hover.gif);
	background-repeat:no-repeat;
}
	
