@charset "utf-8";

/* CSS document for top navigation */

#topNavigation {
	width: 364px;
	height: 73px;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(../images/nav/topNav/mainNavBkg.gif);
}

#topNavigation ul {list-style-type: none;}

#topNavigation li{
	float: left;
	list-style-type: none;
	text-indent: -9000px;
}

#topNavigation a:hover {background-position: bottom;}

#topNavigation a.here:link, #topNavigation a.here:visited, #topNavigation a.here:hover, #topNavigation a.here:active {background-position: bottom; outline: none;}

#topNavigation .tone a, .ttwo a, .tthree a, .tfour a{
	display: block;
	height: 73px;
	background-repeat: no-repeat;}

#topNavigation .tone a{
	width: 56px;
	background-image: url(../images/nav/topNav/home.gif);}

#topNavigation .ttwo a{
	width: 101px;
	background-image: url(../images/nav/topNav/about.gif);}

#topNavigation .tthree a{
	width: 105px;
	background-image: url(../images/nav/topNav/contact.gif);}

#topNavigation .tfour a{
	width: 102px; 
	background-image: url(../images/nav/topNav/news.gif);}