.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;

}

.chromestyle ul{
width: 100%;
text-align: center; /*set value to "left", "center", or "right"*/
padding:0;
margin:0;
height:30px;
padding-top:0px;
.padding:0px 0px 0px 0px;
list-style:none;
background-image:url(../images/homenav-bg.jpg);
background-repeat:repeat-x;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
background-image:url(../images/menu-div.gif);
background-repeat:no-repeat;
background-position:right;
padding: 0px px;
margin: 0;
font-family: arial;
font-size:11px;
color:#272727;
text-transform:uppercase;
text-decoration: none;
line-height:15px;
}

.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #0865B5;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
left: 0;
border: 1px solid #5b5757; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:verdana;
font-size:11px;
line-height:13px;
z-index:100;
background-color: #0061e6;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #55a7f3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #e6e7e8;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #db0202;
color: #fff;
}

/*  menu */

.newtoyota{
width:101px;
background-image:url(../images/tab-left-out.jpg);
color:#000;
}
.newtoyota:hover{
background-image:url(../images/tab-left-over.jpg);
color:#0154ce;
}
.newtoyota-on{
width:101px;
background-image:url(../images/tab-left-over.jpg);
color:#303030;
text-align:center;
height:27px;
font-weight:bold;
padding-top:10px;
}
/*  menu */
.preowned{
width:131px;
background-image:url(../images/tab-righttwo-out.jpg);
color:#000;
}
.preowned:hover{
background-image:url(../images/tab-righttwo-over.jpg);
color:#0154ce;
}
.preowned-on{
width:131px;
background-image:url(../images/tab-righttwo-over.jpg);
color:#303030;
text-align:center;
height:27px;
font-weight:bold;
padding-top:10px;
}

/*  menu */
.service{
width:104px;
background-image:url(../images/tab-rightthree-out.jpg);
color:#000;
}
.service:hover{
background-image:url(../images/tab-rightthree-over.jpg);
color:#0154ce;
}
.service-on{
width:104px;
background-image:url(../images/tab-rightthree-over.jpg);
color:#303030;
text-align:center;
height:27px;
font-weight:bold;
padding-top:10px;
}