/*Navigation*/
#nav_rt_bg {
	background: #FFFFFF url(../gfx/nav/nav_rt_bg.png) no-repeat right top;
	margin-left: 38px;
	_height: 0;
}
#nav_rb_bg {
	background: url(../gfx/nav/nav_rb_bg.png) no-repeat right bottom;
	_height: 0;
}
ul#nav {
	margin: 0;
	padding: 25px 0 25px 30px;
	list-style-type: none;
	background: url(../gfx/nav/nav_lt_bg.png) no-repeat;
	_height: 0;
}
ul#nav a:link, ul#nav a:visited, ul#nav a:active {
	text-decoration: none;
	color: #000000;
}
ul#nav a:hover {
	text-decoration: underline;
	color: #ff0000;
}
ul#nav li {
	font-size: 14px;
	padding-left: 60px;
	line-height: 48px;
	height: 48px;
}
li#home {
	background: url(../gfx/nav/home.jpg) no-repeat left center;
}
li#about {
	background: url(../gfx/nav/about.jpg) no-repeat left center;
}
li#health {
	background: url(../gfx/nav/health.jpg) no-repeat 3px center;
}
li#service {
	background: url(../gfx/nav/service.jpg) no-repeat left center;
}
li#faq {
	background: url(../gfx/nav/faq.jpg) no-repeat left center;
}
li#employ {
	background: url(../gfx/nav/employ.jpg) no-repeat 3px center;
}
li#photogallery {
	background: url(../gfx/nav/photogallery.jpg) no-repeat left center;
}
li#price {
	background: url(../gfx/nav/price.jpg) no-repeat 5px center;
}
li#contacts {
	background: url(../gfx/nav/contacts.jpg) no-repeat left center;
}
li#docs {
	background: url(../gfx/nav/docs.jpg) no-repeat left center;
}
li#forum {
	background: url(../gfx/nav/forum.jpg) no-repeat left center;
}
li#zakaz {
	background: url(../gfx/nav/zakaz.jpg) no-repeat 5px center;
}
/*~Navigation*/