@import url(chrome.css);

a { color: #993F00; text-decoration: none; }
a:hover { color: #993F00; text-decoration: underline; }
a:active { color: #FFFFFF; background-color: #993F00; }

	.columnR a { color: #FFFFFF; text-decoration: underline; }
	.columnR a:hover { color: #FFFFFF; background-color: #CC0000; text-decoration: none; }
	.columnR a:active { color: #993F00; background-color: #993F00; }


/* LAYOUT */

#head {
	color: #333333;
	background: #993F00 url("../img/head/rust002.jpg") no-repeat center top;
	}

#menu ul li a:hover {
	background:  url("../img/head/menu/ahover-rust.gif") repeat left bottom;
	border-bottom: 4px solid #E69900;
	}

	html>body #menu ul li a:hover {
	background:  url("../img/head/menu/ahover-rust.png") repeat-x left bottom;
	}
				
#menu a:active, #menu ul li.active {
background: #632100;
border-bottom: 4px solid #E69900;
}

	html>body #menu a:active, #menu ul li.active {
	background: transparent;
	border: 1px solid #E69900;
	border-top: 0;
	border-bottom: 4px solid #E69900;
	}

#columnR {
	background: #FFFFFF url("../img/content/columnr/stripes-rust.gif") no-repeat right top;
	}
	
	#columnR h1, #columnR h2, #columnR h3, #columnR h4,
	#columnR div.h1, #columnR div.h2, #columnR div.h3, #columnR div.h4 {
	background-color: #993F00;
	}

.rust { display: none; }
.chrome { display: inline; }