﻿#nav_main, #nav_main2 {
	width: 582px;
	height: 13px;
	float: left;
	margin: 98px 0px 0px 40px;
	position: relative;
}
#nav_main2 {
    margin: 17px 0px 0px 49px;
}

/* services */
a.nav1 {
	display: inline;
	background: url(../template/nav/nav.gif) no-repeat;
	height: 13px;
	width: 67px;
	float: left;
}
a:hover.nav1 {
	background-position: 0px -15px;
}

/* our team */
a.nav2 {
	display: inline;
	background: url(../template/nav/nav.gif) no-repeat -92px 0px;
	height: 13px;
	width: 73px;
	float: left;
	margin-left: 37px;
}
a:hover.nav2 {
	background-position: -92px -15px;
}

/* resources */
a.nav3 {
	display: inline;
	background: url(../template/nav/nav.gif) no-repeat -191px 0px;
	height: 13px;
	width: 80px;
	float: left;
	margin-left: 37px;
}
a:hover.nav3 {
	background-position: -191px -15px;
}

/* news */
a.nav4 {
	display: inline;
	background: url(../template/nav/nav.gif) no-repeat -297px 0px;
	height: 13px;
	width: 41px;
	float: left;
	margin-left: 37px;
}
a:hover.nav4 {
	background-position: -297px -15px;
}

/* about */
a.nav5 {
    display:inline;
	background: url(../template/nav/nav.gif) no-repeat -363px 0px;
	height: 13px;
	width: 46px;
	float: left;
	margin-left: 37px;
}
a:hover.nav5 {
	background-position: -363px -15px;
}

/* contact us */
a.nav6 {
	display: inline;
	background: url(../template/nav/nav.gif) no-repeat -434px 0px;
	height: 13px;
	width: 86px;
	float: left;
	margin-left: 37px;
}
a:hover.nav6 {
	background-position: -434px -15px;
}
