.chromestyle{
font-size:12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding:0px 0 0 0;
margin: 15px 0 0 5px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
display:block;
float:left;
color: #494949;
padding: 36px 24px 0px 24px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
background-repeat:no-repeat;
background-position:center top;
text-align:center;
}


.chromestyle ul li a.hover, .chromestyle ul li a.selected, .chromestyle ul li a.active{
	color:#00cff6;
	}
.home a{
	background-image:url(../images/home.jpg);
	}
.home a:hover, .home a.selected{
	background-image:url(../images/home-over.jpg);
	}
.home a.active{
	background-image:url(../images/home-over.jpg);
	}
.ourteam a{
	background-image:url(../images/ourteam.jpg);
	}
.ourteam a:hover, .ourteam a.selected{
	background-image:url(../images/ourteam-over.jpg);
	}
.ourteam a.active{
	background-image:url(../images/ourteam-over.jpg);
	}
.it a{
	background-image:url(../images/it.jpg);
	}
.it a:hover, .it a.selected{
	background-image:url(../images/it-over.jpg);
	}
.it a.active{
	background-image:url(../images/it-over.jpg);
	}
.resources a{
	background-image:url(../images/resourece.jpg);
	}
.resources a:hover, .resources a.selected{
	background-image:url(../images/resourece-over.jpg);
	}
.resources a.active{
	background-image:url(../images/resourece-over.jpg);
	}
.contact a{
	background-image:url(../images/contact.jpg);
	}
.contact a:hover, .contact a.selected{
	background-image:url(../images/contact-over.jpg);
	}
.contact a.active{
	background-image:url(../images/contact-over.jpg);
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color: #f6f6f6;
width: 200px;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d6d6d6; /*THEME CHANGE HERE*/
padding: 3px 0 3px 3px;
text-decoration: none;
color: #545454;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#00d0f6;
	text-decoration:underline;

}