* { 
	margin: 0; 
	padding: 0; 
	} 
.chromestyle {
	position:absolute;
	width: 870px;
	margin:8px 0px 0px 0px;
	}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.chromestyle ul {
	text-align: left; 
	}
.chromestyle ul li {
	display:inline;
	z-index:10000;
	padding-left:5px;
	padding-right:5px;
	}
.chromestyle ul li a {
	margin: 0;
	text-decoration: none;
	z-index:10000;
	}
	
#home {
	width: 45px;
	height: 24px;
	}
#about {
	width: 124px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#registration {
	width: 84px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#program {
	width: 61px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#travel {
	width: 174px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#sponsors {
	width: 84px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#contact {
	width: 78px;
	height: 24px;
	margin:0 0 0 -4px;
	}

.chromestyle ul li a span {
	display: none;
	}
.dropmenudiv{
	position:absolute;
	border: 1px solid #35041a; 
	font:12px Arial;
	line-height:25px;
	background-color: #c6b9a4;
	z-index:1000;
/*	filter:alpha(opacity=85);
		   -moz-opacity:.85;
				opacity:.85;
*/
	width: 150px;
	visibility: hidden;
	}
.dropmenudiv a{
	position:relative;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #35041a; /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #104554;
	z-index:10000;
	}
* html .dropmenudiv a{ /*IE only hack*/
	position:relative;
	width: 100%;
	z-index:10000;
	}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #767676;
	color:#fff;
	z-index:1000;
	}