/* Basic color customizations */
::selection {
	background: #B3D4FC;
	text-shadow: none;
}

/* Primary Nav Background */
.sf-menu {
	background: transparent url('../graphics/layout/bg-nav.png') repeat-x left top;
	border: 1px solid #F0F0F0;
}

/* Top Right Nav */
#topnav .collection_item_label a, #topnav .collection_item_gallery_label a {
	color: #8F8F8F;
}
#topnav .collection_item_label a:hover, #topnav .collection_item_gallery_label a:hover {
	color: #F25100;
}

a:link, a:visited {
	color: #00A4Df;
}

a:hover, a:active {
	color: #F25100;
}

.footer-top {
	background: #28323C url('../graphics/layout/bg-footer.png') repeat top center;
}

/* Other color customizations go here. Just write your own css or copy/paste from firefox with the adjusted colors. */
.dropdown {
	background: transparent url('../graphics/layout/bg-nav.png') 
}

ul.dropdown {
	background: transparent url('../graphics/layout/bg-nav.png') repeat-x left top;
}