@charset "UTF-8";
/* CSS Document */

div#menu {
	float:right;
	width: 244px;
	_width: 244px;
	height: 23px;
	overflow:hidden;
	padding-top: 21px;
}
ul#nav {
	position:relative;
	margin-left: 0px;
	left: 0px;
	padding: 0px;
	height: 23px;
	width:244px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
ul#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
ul#nav a {
	float: left;
	padding: 23px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	/*height /**/:35px; /* for IE5/Win only */
}
ul#nav a:hover {
	background-position: 0 -23px;
}
ul#nav a:active, #nav a.selected {
	background-position: 0 -23px;
}
li#thome a {
	width: 61px;
	background:url(../images/home.gif) top left no-repeat;
}
li#tservices a {
	width: 61px;
	background:url(../images/services.gif) top left no-repeat;
}
li#tblog a {
	width: 61px;
	background:url(../images/blog.gif) top left no-repeat;
}
li#tcontact a {
	width: 61px;
	background:url(../images/contact.gif) top left no-repeat;
}

