#gNavBdr {
	border-left: 1px solid #6684A2;
	}
#gNavBdr ul#gNav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	}
#gNavBdr ul#gNav li {
	display: inline;
	text-align: center;
	line-height: 32px;
	}
#gNavBdr ul#gNav li a {
	display: block;
	float: left;
	text-decoration: none;
	color: #204C79;
	border-right: 1px solid #6684A2;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
	background: url(../img-ui/bg-nav-a.png) repeat-x;
	}
#gNavBdr ul#gNav li a:hover {
	text-decoration: none;
	color: #00254A;
	background: url(../img-ui/bg-nav-over.png) repeat-x; /* IE6 Bug */
}
