#navigation {
	z-index:1000;
}
.top_level {
	height:24px;
	display: block;
}
#navigation ul {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
#navigation ul li {
	list-style:none;
}
#navigation a {
	text-decoration:none;
}
#navigation ul li a {
	padding: 6px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #808080;
	display:block;
	width:115px;
	text-decoration:none;
}
#navigation ul li a:hover, #navigation ul li a.sub_current {
	color: #2e2e2e;
}
#nav_button_about {
	width:67px;
	background-image: url(/resources/images/site/nav_about_both_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 419px;
	top: 61px;
}
#nav_button_services {
	width:82px;
	background-image: url(/resources/images/site/nav_services_both_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 493px;
	top: 61px;
}
#nav_button_track {
	width:115px;
	background-image: url(/resources/images/site/nav_track_record_both_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 582px;
	top: 61px;
}
#nav_button_news {
	width:101px;
	background-image: url(/resources/images/site/nav_news_room_both_2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	left: 704px;
	top: 61px;
}
#nav_button_about_sub {
	width:100px;
}
#nav_button_track_sub {
	width:115px;
}
#nav_button_services_sub {
	width:105px;
}
#nav_button_news_sub {
	width:105px;
}
 
#nav_button_about .top_level {
	width: 67px;
	height: 24px;
}
#nav_button_services .top_level {
	width: 82px;
	height: 24px;
}
#nav_button_track .top_level {
	width: 115px;
	height: 24px;
}
#nav_button_news .top_level {
	width: 101px;
	height: 24px;
}
#nav_button_about .current {
	background-image: url(../images/site/nav_about_both_2.gif);
	background-position: 150px;
}
#nav_button_services .current {
	background-image: url(../images/site/nav_services_both_2.gif);
	background-position: 150px;
}
#nav_button_track .current {
	background-image: url(../images/site/nav_track_record_both_2.gif);
	background-position: 150px;
}
#nav_button_news .current {
	background-image: url(../images/site/nav_news_room_both_2.gif);
	background-position: 150px;
}