/* CSS Document */
#about {
	z-index:1;
	visibility: hidden;
	background-color: #A2A440;
	visibility:hidden;
	position: absolute;
	left: 189px;
	top: 85px;
}
#solutions {
	z-index:1;
	visibility: hidden;
	background-color: #A2A440;
	visibility:hidden;
	position: absolute;
	left: 309px;
	top: 85px;
}
.linkStyle {
/*	filter:Alpha(Opacity=90);*/
}
.linkStyle a, .linkStyle a:visited {
	float: left;
	color: #FFFFFF;
	width: 100px;
	clear:both;
	text-decoration:none;
	padding-top: 2px;
	padding-right: 12px;
	padding-bottom: 2px;
	padding-left: 18px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A09F5F;
	border-left-color: #ffffff;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-top-style: solid;
	border-bottom-color: #A09F5F;
	border-top-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	background-image: url(../images/navBg.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.linkStyle a:hover {
	color:#382030;
	background-color:#CCCCCC;
	background-image: url(../images/navBg-hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.linkStyleActive {
	color:#000033;
	background-color:#CCCCCC;
}
