body {
  background-image: url("http://ucpurdue.com/mainbackground.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

body {
  background-color: #faf1cb;
}

.topbanner{
	margin-top: 0px;
	height: 125px;
	width: 100%;
	position: fixed;
	background-image: url("http://ucpurdue.com/topbanner.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	z-index: 2;
}

.control{
	left: 50%;
	margin: 124px 0 0 481px;
	z-index: 1;
	position: fixed;
	height: 25px;
	background: url(chromebg4.png) center center repeat-x; 
}

.tricon{
	margin-top: 3px;
	margin-bottom: 1px;

}

.chromestyle{
	width: 100%;
	background: url(chromebg4.png) center center repeat-x; /*THEME CHANGE HERE*/
	font-weight: normal;
	font-family: Trebuchet MS;
	margin-top: 124px;
	font-size: 15px;
	position: fixed;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	margin-top: 0px;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 961px;
	height: 25px;
	padding: 0px 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
	line-height: 25px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
}

.chromestyle ul li{
	display: inline;
	margin-top: 0px;
}

.chromestyle ul li a{
	color: white;
	padding: 3px 25px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #E8BEBE; /*THEME CHANGE HERE*/
	margin-top: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url(chromebg4-over.png) center center repeat-x; /*THEME CHANGE HERE*/
	color: #d6a32d;
	margin-top: 0px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	top: 0;
	border: 1px solid #88420d; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Trebuchet MS;
	line-height:18px;
	z-index:100;
	background-color: #3e1e06;
	width: 185px;
	visibility: hidden;
	text-align: center;
	position: fixed;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 0px;
	border: 1px solid #88420d; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #88420d;
	color: #d6a32d;
}