.chromestyle
{
  width: 829px;
  height: 100%;
  margin:0;
  padding:0;
}

.chromestyle ul{
padding: 0;
margin: 0;
width: 829px;
overflow: hidden;
}

.chromestyle ul li{
display: inline;
margin:0px;
padding:0px;
height: 32px;
overflow: hidden;
float: left;
}
.chromestyle ul li a:hover{
background: #7B2525;
color:#000;
}
.chromestyle ul li a{
padding: 0;
margin: 0;
text-decoration: none;
}

/* Style for Drop Down Menu  */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A23A3A; 
border-bottom-width: 0;
font:normal 12px arial;
color:#fff;
/*font-weight:bold;*/
line-height:15px;
z-index:100;
background: #7B2525;
visibility: hidden;
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #A23A3A;
padding: 2px 0;
text-decoration: none;
color:#fff;
}
.dropmenudiv a:hover{
background: #fff;
color:#000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.chromestyle ul li a:hover{
background: #fff;
color:#000;
}
.dropmenudiv a:hover{
background:#fff;
color:#000;
}