.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 0px 0px 0px;
margin: 0px;
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;
}

.rchrome{ 

background-position:100% -10px; 
}

/* ######### 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:15px;
z-index:100;
background-color: #5b5757;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #7e7d7d; /*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: #f0f0f0;
color: #5b5757;
}

/*  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:106px;
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:106px;
background-image:url(../images/tab-rightthree-over.jpg);
color:#303030;
text-align:center;
height:27px;
font-weight:bold;
padding-top:10px;
}
/*  menu */
.finance{
width:59px;
background-image:url(../images/tab-rightfour-out.jpg);
color:#000;
}
.finance:hover{
background-image:url(../images/tab-rightfour-over.jpg);
color:#0154ce;
}
.finance-on{
width:59px;
background-image:url(../images/tab-rightfour-over.jpg);
color:#303030;
text-align:center;
height:27px;
font-weight:bold;
padding-top:10px;
}

/*  menu */
.specials{
width:65px;
background-image:url(../images/tab-rightfive-out.jpg);
color:#000;
}
.specials:hover{
background-image:url(../images/tab-rightfive-over.jpg);
color:#0154ce;
}
.specials-on{
	background-image:url(../images/tab-rightfive-over.jpg);
	width:65px;
	color:#303030;
	text-align:center;
	height:27px;
	font-weight:bold;
	padding-top:10px;
}

/*  menu */

.quicklinks{
	width:73px;	
	background-image:url(../images/tab-rightout.jpg);
	color:#000;
		}
.quicklinks:hover{
color:#0154ce;
background-image:url(../images/tab-rightover.jpg);
float:left;
}
.quicklinks-on{
color:#000;
width:73px;
background-image:url(../images/tab-rightover.jpg);
}