#navigationBar {
	width: 167px;
	background-color: #FF9CFF;
}

	#navigationBar ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#navigationBar li {
		padding: 0;
		margin: 0;
		}

	#navigationBar ul li a {
		display: block;
		width:142px;
		margin:0;
		padding-left: 10px;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 15px;
		color: #FFFFFF;
		text-decoration: none;
		font-weight:bold;
		font-size:0.8em;
		font-family:arial;
		border-bottom: 2px solid #FFFFFF;
		
	}
	
	#navigationBar li a:hover {
		background-color:#F7B55A;
		}

	#navigationBar ul li a.selected {
		background-color:#CE9CFF;
	}



#nav_1 a {
	background-image: url(../images/icon_dog.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}

#nav_2 a {
	background-image: url(../images/icon_cats.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}

#nav_2 a.selected{
	background-image: url(../images/icon_cats_selected.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}

#nav_3 a {
	background-image: url(../images/icon_fish.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}
#nav_4 a {
	background-image: url(../images/icon_reptile.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}
#nav_5 a {
	background-image: url(../images/icon_bird.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}
#nav_6 a {
	background-image: url(../images/icon_smallpet_pink.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}
#nav_7 a {
	background-image: url(../images/icon_cage.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}
#nav_8 a {
	background-image: url(../images/icon_horse.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}
#nav_9 a {
	background-image: url(../images/icon_clothing.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}

#nav_10 a {
	background-image: url(../images/icon_books.gif); 
	background-repeat: no-repeat;
	background-position: center right;
}