.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #666677;
background: #666677;
width: 100%;
padding: 4px 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0px;
margin: 0px;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 16px 4px 16px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
border-right: 1px solid #828294;
border-right: 1px solid #ccc;
font: bold 12px Arial;
}

.chromestyle ul li a.last 
{
	border: 0px;
}

.chromestyle ul li a:hover{
color: blue;
text-decoration: underline;
background: #D8CC2A url(bg_dropmenu.gif);
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #7A7A7A; /*THEME CHANGE HERE*/
border-bottom-width: 0px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background: #D8CC2A url(bg_dropmenu.gif);
width: 170px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #7A7A7A; /*THEME CHANGE HERE*/
padding: 2px 5px;
text-decoration: none;
font-weight: bold;
color: #494949;
color: #333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
}


/*
.chromestyle ul li a.owners:hover, #dropmenu1 a:hover
{
	background: #1CA6CD;
	color: #fff;
}

.chromestyle ul li a.if:hover, #dropmenu2 a:hover
{
	background: #869EA0;
	color: #fff;
}

.chromestyle ul li a.loan:hover, #dropmenu3 a:hover
{
	background: #ccc;
	color: #fff;
}

.chromestyle ul li a.about:hover, #dropmenu4 a:hover, .chromestyle ul li a.contact:hover
{
	background: #A09586;
	color: #fff;
}
*/