@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

#nav {  
    list-style: none;
	width:715px;
	height: 50px;
	float:right;
    padding: 0px;
    margin: 0px;
	}

#nav a {
	background-image:url(blank.png);
	text-decoration:none;
	border:none;
	padding:0;
	margin:0;
	}
	
#nav li {  
    margin: 0;
	margin-left:0px;
	display:block;
	overflow:hidden;
	cursor:pointer;
	height:50px;
	width: 143px;
    padding: 0px;
	text-decoration: none;
	background-image:url(bg.png);
	background-repeat:no-repeat;
    float: left;
    list-style:none;
    } 
   
#nav1 {background-position: 0px bottom ;} 
#nav2 {background-position: -143px bottom; cursor:default;} 
#nav3 {background-position: -286px bottom;}
#nav4 {background-position: -429px bottom;}
#nav5 {background-position: -572px bottom;}   

#nav1:active, #nav1:hover {background-position: 0px top;} 
#nav2:active, #nav2:hover {background-position: -143px top;} 
#nav3:active, #nav3:hover {background-position: -286px top;} 
#nav4:active, #nav4:hover {background-position: -429px top;}
#nav5:active, #nav5:hover {background-position: -572px top;} 
