#fgsmenu {
	float: right;
	margin: 0 10px 20px 0;
	padding: 0 0 3px 0;
	list-style-type: none;
	list-style-image: none;
	background: #fff;
	border-radius: 0 0 7px 7px;
	-o-border-radius: 0 0 7px 7px;
	-moz-border-radius: 0 0 7px 7px;
	-khtml-border-radius: 0 0 7px 7px;
	-webkit-border-radius: 0 0 7px 7px;
}

#fgsmenu li {
	display: inline;
	font-size: 10pt;
	padding: 3px 0;
	border-radius: 0 0 5px 5px;
	-o-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

#fgsmenu li a {
	text-decoration: none;
	color: #888;
	padding: 3px 7px;
}


#fgsmenu li a:hover {
	color: #333;
}


/* ACTIVE */

#fgsmenu li.active {
	background: #3d8ad7;
	padding-bottom: 6px
}

#fgsmenu li.active a {
	color: #fff;
	text-shadow: -1px -1px #2e69a3;
	font-weight: bold;
}

#fgsmenu li.active:hover {
	border-bottom: none;
}
