.chromestyle a{ background:url(../images/project.gif) top left no-repeat; width:168px; height:60px; float:left;}
.chromestyle a:hover{ background:url(../images/project.gif) bottom left no-repeat; width:168px; height:60px; float:left;}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
left:0;
line-height:23px;
z-index:100;
width:168px !important;width:auto;
visibility:hidden;
margin-top:-1px;
}


.dropmenudiv a{

display: block;
text-indent: 20px;
padding: 0px 5px;
text-decoration: none;
font-weight: normal;
color: #4a4b4b;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#878fae;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#e6e7eb url(../images/sub_bg.gif) left top no-repeat;color:#525c83; font-weight:bold;}

.sublevel{width:168px !important; width:158px; border-left:#b6bbcb solid 1px;border-right:#b6bbcb solid 1px;background-color:#fff;opacity:0.8;filter:alpha (opacity:80); border-bottom:#b6bbcb solid 1px; float:left;}