@CHARSET "ISO-8859-1";
#propertiesmenu {
display:none;
position:absolute;
z-index:100;
top:42px;
left:0px;
background:#ffffff;
}

.propertiesmenuitem {
text-align: left;
width: 100%;
margin:0px;
padding:0px;
vertical-align: middle;
}

#propertiesmenu a {
height: 100%;
display: block;
width: 176px;
font-family: 'Arial';
font-weight: normal;
font-size: 12px;
line-height: 12px;
text-decoration: none;
height: 22px;
padding: 9px;
white-space:nowrap;
margin:0px;
}

#propertiesmenu a:link,  #propertiesmenu a:visited {
background: top left repeat-x url('/images/menu-bg.png');
color:#ffffff;
}

#propertiesmenu a:hover {
background: top left repeat-x url('/images/menu-over-bg.png');
color:#ffffff;
}
