/* default classes for GX WebManager - DO NOT REMOVE */
.displayNone {
	display:none;
}
.floatLeft {
	float: left;
}
.floatRight {
	float: right;
}
.textcentered {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}
.centered {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}
.clearAll {
	clear: both;
}
/* project specific dynamic styles and classes */
#top_navigation {
	height: 28px;	
	background:url(/static/project/gxwebmanager/back_topnavigation.gif) no-repeat;
}
#menu-h li { width: 152.0px; }