* { 
	margin: 0; 
	padding: 0; 
	} 
.chromestyle {
	position:absolute;
	width: 600px;
	margin:0px 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;
	}
.chromestyle ul li a {
	margin: 0;
	text-decoration: none;
	z-index:10000;
	}
#about {
	width: 59px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#services {
	width: 81px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#clients {
	width: 70px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#methods {
	width: 115px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#ourteam {
	width: 85px;
	height: 24px;
	margin:0 0 0 -4px;
	}
#contact {
	width: 159px;
	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: #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;
	}