.chromestyle ul{

width: 982px;
height:29px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
font-family:verdana;
font-size:12px;
font-weight:bold;
z-index:100;
width: 150px;
visibility: hidden;
margin-left:100px;
color:#343434;
background-color:#eff0f2;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #fcfcfc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#343434;




}
.dropmenudivfr{
position:absolute;
font-family:verdana;
font-size:12px;
font-weight:bold;
z-index:100;
width: 150px;
visibility: hidden;
color:#343434;
background-colorx:#eff0f2;
}

.dropmenudivfr td{
border-bottom: 1px solid #fcfcfc; /*THEME CHANGE HERE*/
color:#343434;

}
 

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#c4c5c8;
}
* html .dropmenudivfr a{ /*IE only hack*/
width: 100%;
}

.dropmenudivfr tr:hover{ /*THEME CHANGE HERE*/
background-color:#c4c5c8;
}
/*fact sheet*/
.dropmenudivfact{
position:absolute;
font-family:verdana;
font-size:12px;
font-weight:bold;
z-index:100;
width: 150px;
visibility: hidden;
color:#343434;
background-colorx:#eff0f2;
}

.dropmenudivfact td{
border-bottom: 1px solid #fcfcfc; /*THEME CHANGE HERE*/
color:#343434;

}
* html .dropmenudivfact a{ /*IE only hack*/
width: 100%;
}

.dropmenudivfact tr:hover{ /*THEME CHANGE HERE*/
background-color:#c4c5c8;
}

