/* For Properties Menu */
#mainmenu{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10pt;
color: black;
cursor: hand;
line-height:22px;
border:2px solid black;
padding: 1px 0;
text-align: center;
background-color: #CDE188;
text-decoration: none;
border-right: 0px
}

#mainmenu:hover{ /*hover background color*/
background-color: #666666;
color: white;
}

/* For all other main menu's */
#mainmenu2{
font-family:Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 10pt;
color: black;
cursor: hand;
line-height:22px;
border:2px solid black;
padding: 1px 0;
text-align: center;
background-color: #CDE188;
text-decoration: none;
}

#mainmenu2:hover{ /*hover background color*/
background-color: #666666;
color: white;
}

#dropmenudiv{
position:absolute;
border:2px solid black;
border-bottom-width: 0;
line-height:18px;
z-index:100;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 9pt;
color: black;
border-top: 0px;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 2px solid black;
padding: 1px 0;
text-decoration: none;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #CDE188;
}

.style6 {color: #000000}
.style1 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.style7 {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #666666; }
.style14 {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666666; }