.chromestyle{

font-weight: bold;
line-height:10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
text-align: left; /*set value to "left", "center", or "right"*/
margin:0px;
padding-left:0px;
}

.chromestyle ul li{
display: inline;
font: bold 12px arial;
}

.chromestyle ul li a{
color: #ffffff;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover,
.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:bold 12px Arial Rounded MT Bold;
line-height:18px;
z-index:100;
background-color:#ffffff;
width: 100px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
/*THEME CHANGE HERE*/
text-decoration: none;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a.servicesSharePointDD:hover
{  background-position:-138px 0;
}
.dropmenudiv a.servicesERPDD:hover
{  background-position:-138px 0;
}
.dropmenudiv a.servicesEDIDD:hover
{  background-position:-138px 0;
}
.dropmenudiv a.servicesOnSiteDD:hover
{  background-position:-138px 0;
}
.dropmenudiv a.productsEDIDD:hover
{  background-position:-138px 0;
}

.dropmenudiv a.samplesOfOurWorkSharePointDD:hover
{  background-position:-226px 0;
}
.dropmenudiv a.samplesOfOurWorkERPIntegrationDD:hover
{  background-position:-226px 0;
}
.dropmenudiv a.samplesOfOurWorkITLeadershipDD:hover
{  background-position:-226px 0;
}
.dropmenudiv a.samplesOfOurWorkProjectManagementDD:hover
{  background-position:-226px 0;
}
.dropmenudiv a.samplesOfOurWorkStaffEnhancementDD:hover
{  background-position:-226px 0;
}
.dropmenudiv a.samplesOfOurWorkEDIDD:hover
{  background-position:-226px 0;
}