@charset "utf-8";
/* CSS Document */

#menu, #menu ul {
	list-style: none;
	font-size: 15px;
	text-decoration: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #000;
	font-weight: normal;
	font-style: italic;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	text-align: center;
	width: 780px;
	padding-left: 0px;
	position: relative;
	top: 130px;
}


#menu a {
	display: block;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 5px;
	color: #12304C;
	font-weight: bold;
	font-variant: small-caps;
}





#menu li {
	float: left;
	width: 16%;
	padding-left: 0px;
}
#menu li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#menu li:hover ul {
	left: auto;
}
#menu a:hover {
	display: block;
	text-decoration: none;
	color: #000;
}
#menu #info1 {
	width: 141px;
	background-color: #FFF;
	text-align: left;
	margin-left: -30px;
	position: relative;
	top: -110px;
}
#menu #services1 {
	width: 150px;
	background-color: #FFF;
	text-align: left;
	margin-left: -30px;
	position: relative;
	top: -110px;
}
#info1 a {
	text-decoration: none;
}
#services1 a {
	text-decoration: none;
}
#info1 a:hover {
	text-decoration: none;
	color: #1CB052;
}
#services1 a:hover {
	text-decoration: none;
	color: #1CB052;
}
#products1 {
	width: 160px;
	background-color: #FFF;
	text-align: left;
	color: #000;
	margin-left: -30px;
}
#products1 a:hover {
	text-decoration: none;
	background-color: #FFF;
	color: #1CB052;
}
#menu #services2 {
	width: 175px;
	background-color: #FFF;
	text-align: left;
	margin-left: 150px;
	position: relative;
	top: -110px;
}
#services2 a {
	text-decoration: none;
}
#services2 a:hover {
	text-decoration: none;
	color: #1CB052;
}
#menu #services3 {
	width: 175px;
	background-color: #FFF;
	text-align: left;
	margin-left: 175px;
	position: relative;
	top: -110px;
}
#services3 a {
	text-decoration: none;
}
#services3 a:hover {
	text-decoration: none;
	color: #1CB052;
}
