.chromestyle{
width: 994px;
font-weight: bold;
font-family: Arial;
font-size:16px;
padding-top: 3px;
padding-bottom: 7px;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 2px 22px 0 22px;
background: #20505c;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background: black;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000000;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000000;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
text-align: left;
}

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

.dropmenudiv a:hover{
background-color: #f5f5f5;
 text-decoration: none;
 text-align: left;
}
.chromestyle1{
display: none;
}