body {
	margin-left: 0px;
	margin-top: 13px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-image: url(images/property-investment.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #fefefc;
}

portfolio-bdy {
	text-align: left;
	color: #2d4663;
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
	background-color: #eff9f7;
}

img {
	border: none;
}
a {
	text-decoration: none;
}
table {
	padding: 0px;
	border: none;
	border-collapse: collapse;
}
td {
	vertical-align: top;
	padding: 0px;
}
td.property-bg {
	background-image: url(images/property-bg.gif);
	background-repeat: repeat-y;
	width: 273px;
	padding: 10px;
}
td.property-left-column {
	background-image: url(images/blue-line.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 273px;
	padding: 10px;
}
td.property-right-column {
	background-position: left;
	width: 273px;
	padding: 10px;
	color: #2d4663;
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
}
.property-txt {
	color: #2d4663;
	font-family: tahoma ;
	font-size: 10px;
	line-height: 11px;
}
td.property-form {
	color: #2d4663;
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}
select.title {
	border-color: #048fc9;
	border: 1px;
	border-style: solid;
	color: #1e4164;
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
	width: 144px;
	height: 18px;
}
input.form {
	border-color: #048fc9;
	border: 1px;
	border-style: solid;
	color: #1e4164;
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
	width: 144px;
	height: 18px;
}
.txt {
	color: #2d4663;
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
}
td.line-left {
	background-image: url(images/blue-line.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 293px;
	height: 100%;
}
td.line-center {
	background-image: url(images/blue-line.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 5px;
}
td.about-txt {
	background-color: #eff9f7;
	padding-top: 21px;
	padding-left: 10px;
	padding-right: 10px;
	color: #2d4663;
	font-family: tahoma;
	font-size: 12px;
	line-height: 11px;
}
a.about {
	color: #2d4663;
	font-family: tahoma;
	font-size: 9px;
	line-height: 11px;
}
td.line-right {
	background-image: url(images/blue-line.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 5px;
}
td.place-bg {
	background-image: url(images/place-title-bg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 135px;
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: White;
	vertical-align: middle;
	padding-left: 5px;
}
td.place-txt {
	color: #00265c;
	font-family: tahoma;
	font-size: 9px;
	line-height: 11px;
	padding: 5px;
}
a.more {
	color: #0091ce;
	font-family: tahoma;
	font-size: 10px;
	line-height: 11px;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #00568d;
  border: 1px white solid;
}
ul.option {
	padding: 0;
	margin: 0;
	list-style: none;
	border: none;
}
li {
  float: left;
  position: relative;
  width: 100px;
}
li.submenu {
  float: left;
  position: relative;
  width: 100px;
  border-bottom: 1px white solid;
  padding-bottom: 5px;
}
li.last {
  float: left;
  position: relative;
  width: 100px;
  border-bottom: none;
  padding-bottom: 5px;
}
li ul {
  display: none;
  position: absolute; 
  top: 20px;
  left: 2px;
}
li > ul {
	top: 20px;
	left: 2px;
}
li:hover ul, li.over ul {
	display: block;
}
a.submenu {
	font-family: tahoma;
	font-size: 10px;
	color: White;
	margin-left: 5px;
}
