* { 
	margin: 0; 
	padding: 0; 
	} 
.chromestyle {
	position:absolute;
	width: 820px;
	margin:12px 5px 0px 5px;
	}
.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;
	}
.chromestyle ul li a {
	margin: 0;
	text-decoration: none;
	z-index:10000;
	}
#about {
	width: 109px;
	height: 114px;
		}
#products {
	width: 109px;
	height: 114px;
	margin:0 0 0 -4px;
	}
#events {
	width: 109px;
	height: 114px;
	margin:0 0 0 -4px;
	}
#team {
	width: 109px;
	height: 114px;
	margin:0 0 0 -4px;
	}
#news {
	width: 109px;
	height: 114px;
	margin:0 0 0 -4px;
	}
#university {
	width: 109px;
	height: 114px;
	margin:0 0 0 -4px;
	}
#employ {
	width: 109px;
	height: 114px;
	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: #35041a;
	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: 1px solid #35041a; /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #d87878;
	z-index:10000;
	}
* html .dropmenudiv a{ /*IE only hack*/
	position:relative;
	width: 100%;
	z-index:10000;
	}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #d87878;
	color:#91174e;
	z-index:1000;
	}
