@charset "utf-8";
/* CSS Document */

#TopNav {
	position: absolute;
	top: 0px;
	right: 14px;
	width: 670px;
	margin-top: 151px;
	font-size: 14px
}

#TopNav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	height: 29px;
}

#TopNav li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 96px;
	float: left;
	height: 29px;
	background: url(../images/bg/reg-sep.gif) no-repeat top right
}

#TopNav li#Contact {
	background: none;
	width: 93px
}

#TopNav a, #TopNav a:link, #TopNav a:visited {
	display: block;
	width: 93px;
	height: 29px;
	text-align: center;
	padding: 10px 0px;
	color: #fff;
	text-decoration: none;
}

#TopNav a:hover {
	background: url(../images/bg/menu-bg.gif) no-repeat top left;
	color: #8ec73f;
	height: 29px;
}

#Contact li#Contact a, #CompanyInfo li#CompanyInfo a , #News li#News a, #Register li#Register a, #Home li#Home a, #Vacancies li#Vacancies a, #Clients li#Clients a {
	background: url(../images/bg/menu-bg.gif) no-repeat top left;
	color: #8ec73f;
}