.chromestyle{
float: left; 
width:920px; 
margin-top:13px;
*margin-top:8px;
}

#btns {position:relative; width:920px;height: 35px; margin: 0 ;}
#btns li { width:auto; height: 35px; position: absolute; background: url(nav.jpg) no-repeat 20px 40px; display:inline; list-style: none; }
#btns a {height: 35px; display: block; text-indent:-9999px; }

#btns #btn1 a {width:197px;}
#btns #btn2 a {width:188px;}
#btns #btn3 a {width:154px;}
#btns #btn4 a {width:131px;}
#btns #btn5 a {width:126px;}
#btns #btn6 a {width:126px;}

#btns #btn1 {left: 0; background-position: 0 0px;}
#btns #btn2 {left: 197px;background-position: -197px 0px;}
#btns #btn3 {left: 385px;background-position: -385px 0px;}
#btns #btn4 {left: 537px; background-position: -537px 0px;}
#btns #btn5 {left: 668px; background-position: -668px 0px;}
#btns #btn6 {left: 794px; background-position: -794px 0px;}


#btns #btn1 a:hover {background: url(nav.jpg) 0 -35px no-repeat;}
#btns #btn2 a:hover {background: url(nav.jpg) -197px -35px no-repeat;}
#btns #btn3 a:hover {background: url(nav.jpg) -385px -35px no-repeat;}
#btns #btn4 a:hover {background: url(nav.jpg) -537px -35px no-repeat;}
#btns #btn5 a:hover {background: url(nav.jpg) -668px -35px no-repeat;}
#btns #btn6 a:hover {background: url(nav.jpg) -794px -35px no-repeat;}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #1a72a6; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #75b4d9;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #1a72a6; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:#FFF;
padding-left:5px;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #1a72a6;
color:#f5c839;
}