.chromestyle{
width: 99%;
}

/*Add margin between menu and rest of content in Firefox
.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
*/

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv
{
position:absolute;
border: 1px solid #ffffff;
font-family:Georgia, Times, serif;
font-size:16px;
line-height:22px;
z-index:100;
background-image: url(../images/background/menu_item.png);
padding-left:4px;
padding-right:4px;
visibility: hidden;
text-align:left;
}


.dropmenudiv a{
display: block;
padding:10px;
text-decoration: none;
font-weight: normal;
color: #253e51;
white-space:nowrap;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #3F6E93;
color:#ffffff;
}


/*-----menu-------*/
.menu_about,
.menu_properties,
.menu_parking,
.menu_leasing,
.menu_development,
.menu_resources,
.menu_seattlelinks,
.menu_contact
{
	font-family: Georgia, Times, serif;
	font-size:14px;
	white-space:nowrap;
	color:#ffffff;
}

.menu_about a,
.menu_properties a,
.menu_parking a,
.menu_leasing a,
.menu_development a,
.menu_resources a,
.menu_seattlelinks a,
.menu_contact a
{
	font-family: Georgia, Times, serif;
	font-size:16px;
	white-space:nowrap;
	color:#ffffff;
	text-decoration:none;	
}


.menu_about_over a,
.menu_properties_over a,
.menu_parking_over a,
.menu_leasing_over a,
.menu_development_over a,
.menu_resources_over a,
.menu_seattlelinks_over a,
.menu_contact_over a
{
	font-family: Georgia, Times, serif;
	font-size:16px;
	white-space:nowrap;
	color:#253e51; 
	text-decoration:none;
}