@charset "utf-8";
/* CSS Document */

#navcontainer ul li
{
	list-style-type: none;
	padding: 0px;
	display: block;
	float: left;
	font: 12px/32px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(http://thefrgc.com/common/images/navbar/navBarBgsilver.gif);
	position: relative;
	margin: 0;
}

#navcontainer a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 110px;
	height: 32px;
	position: relative;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #CCC;
	border-right: 1px solid;
	border-right-color: #CCC;

}

#navcontainer li#active {
	background-repeat: repeat-x;
	background-image: url(http://thefrgc.com/common/images/navbar/navBarBgHoversilver.gif);
}
#navcontainer a:hover {
	background-repeat: repeat-x;
	background-image: url(http://thefrgc.com/common/images/navbar/navBarBgHoversilver.gif);
}


/* Side Nav */

#sidenavigation ul li
{
	list-style-type: none;
	padding: 0px;
	display: block;
	float: left;
	font: 12px/32px "Lucida Grande", verdana, sans-serif;
	text-align: center;
	background-repeat: repeat-x;
	background-image: url(http://thefrgc.com/common/images/navbar/navBarBgsilver.gif);
	position: relative;
	margin: 0;
}

#sidenavigation a
{
	color: #000;
	text-decoration: none;
	display: block;
	width: 110px;
	height: 32px;
	position: relative;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
	border-color: #CCC;
	border-right: 1px solid;
	border-right-color: #CCC;

}

#sidenavigation li#active {
	background-repeat: repeat-x;
	background-image: url(http://thefrgc.com/common/images/navbar/navBarBgHoversilver.gif);
}
#sidenavigation a:hover {
	background-repeat: repeat-x;
	background-image: url(http://thefrgc.com/common/images/navbar/navBarBgHoversilver.gif);
}

