@charset "UTF-8";
/* CSS Document */

/** NAVIGATION **/

ul#nav li {
	padding:0px 0px 0px 0px ;
	margin:0px 0px 0px 0px;
	text-indent:-9999px;
	list-style-type:none;
	float:left;
}

ul#nav li a {
	border:0;
	display:block;
	text-decoration:none;
}

li#aboutus a {
	width:86px;
	height:23px;
	background-image:url(../images/btn-aboutus.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#aboutus a:hover {
	background-position:0px -23px;
}

li#services a {
	width:90px;
	height:23px;
	background-image:url(../images/btn-services.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#services a:hover {
	background-position:0px -23px;
}

li#contactus a {
	width:99px;
	height:23px;
	background-image:url(../images/btn-contactus.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
}
li#contactus a:hover {
	background-position:0px -23px;
}