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

/* ***************** Sidebar Styles ******************** */

#sidebar {
	color:#c0b1a3;
	margin:55px 0 0 0;
	width:250px;
	padding:0;
	border:0;
}

#sidebar div {
	margin-bottom:2em;
}

#sidebar div.papua, #sidebar div.papua-new-guinea, #sidebar div.solomon-islands, #sidebar div.vanuatu {
	margin-bottom:.8em;
}
#sidebar div.papua-active, #sidebar div.papua-new-guinea-active, #sidebar div.solomon-islands-active, #sidebar div.vanuatu-active {
	margin-bottom:.8em;
}

#sidebar a {
	display:block; /*allows anchor to take width and height*/
	width:243px; /*equal to image width*/
	height:14px;/*equal to image height*/
	text-indent:-3000px; /*moves text out of the way*/
	overflow:hidden;
	text-decoration:none;
}

.about a {
	background:url(img/btn-about.gif) 0 0 no-repeat; 
	
} 

.about a:link:hover, .about a:visited:hover, .about-active {
	background:url(img/btn-about-red.gif) 0 0 no-repeat; /*you can also swap the image on hover to get a rollover effect if desired*/
}


.new-arrivals a {
	background:url(img/btn-newar.gif) 0 0 no-repeat; 
} 

.new-arrivals a:link:hover, .new-arrivals a:visited:hover, .new-arrivals-active {
	background:url(img/btn-newar-red.gif) 0 0 no-repeat; 
}


.papua a {
	background:url(img/btn-papua.gif) 0 0 no-repeat; 
} 

.papua a:link:hover, .papua a:visited:hover, .papua-active {
	background:url(img/btn-papua-red.gif) 0 0 no-repeat; 
}


.papua-new-guinea a {
	background:url(img/btn-papng.gif) 0 0 no-repeat; 
} 

.papua-new-guinea a:link:hover, .papua-new-guinea a:visited:hover, .papua-new-guinea-active {
	background:url(img/btn-papng-red.gif) 0 0 no-repeat; 
}


.solomon-islands a {
	background:url(img/btn-solom.gif) 0 0 no-repeat; 
} 

.solomon-islands a:link:hover, .solomon-islands a:visited:hover, .solomon-islands-active {
	background:url(img/btn-solom-red.gif) 0 0 no-repeat; 
}


.vanuatu a {
	background:url(img/btn-vanua.gif) 0 0 no-repeat; 
} 

.vanuatu a:link:hover, .vanuatu a:visited:hover, .vanuatu-active {
	background:url(img/btn-vanua-red.gif) 0 0 no-repeat; 
}


.oceania a {
	background:url(img/btn-ocean.gif) 0 0 no-repeat; 
} 

.oceania a:link:hover, .oceania a:visited:hover, .oceania-active {
	background:url(img/btn-ocean-red.gif) 0 0 no-repeat; 
}


.archive a {
	background:url(img/btn-archi.gif) 0 0 no-repeat; 
} 

.archive a:link:hover, .archive a:visited:hover, .archive-active {
	background:url(img/btn-archi-red.gif) 0 0 no-repeat; 
}


.buying a {
	background:url(img/btn-buyin.gif) 0 0 no-repeat; 
} 

.buying a:link:hover, .buying a:visited:hover, .buying-active {
	background:url(img/btn-buyin-red.gif) 0 0 no-repeat; 
}


.contact a {
	background:url(img/btn-conta.gif) 0 0 no-repeat; 
} 

.contact a:link:hover, .contact a:visited:hover, .contact-active {
	background:url(img/btn-conta-red.gif) 0 0 no-repeat; 
}



