/* CSS Document */

#nav {
	height:50px;
	width:600px;
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	padding:0;
	background-image:url(../images/navOther.gif);
}
#nav ul {
	width:600px;
	height:50px;
	margin:0;
	padding:0;
	position: relative;
}
#nav span {
  display: none;
}
#nav li {
	margin: 0; 
	padding: 0; 
	list-style: none;
    position: absolute; 
	top: 0;
}
#nav li, #nav a {
    height: 50px; 
	display: block;
}

#navBtn1 {
	left: 0px; 
	width: 77px;
}
#navBtn2 {
	left: 77px; 
	width: 121px;
}
#navBtn3 {
	left: 198px; 
	width: 109px;
}
#navBtn4 {
	left: 306px; 
	width: 192px;
}
#navBtn5 {
	left: 498px; 
	width: 102px;
}
#navBtn1 a:hover {
    background: transparent url(../images/navOther.gif)
    0 -50px no-repeat;
}
#navBtn2 a:hover {
    background: transparent url(../images/navOther.gif)
    -77px -100px no-repeat;
}
#navBtn3 a:hover {
    background: transparent url(../images/navOther.gif)
    -198px -150px no-repeat;
}
#navBtn4 a:hover {
    background: transparent url(../images/navOther.gif)
    -306px -200px no-repeat;
}
#navBtn5 a:hover {
    background: transparent url(../images/navOther.gif)
    -498px -250px no-repeat;
}


