/* START NAVIGATION */

#multi-level {
	height:35px;
	position:relative;
	width:716px;
	float:left;
}

* html #multi-level * {
	margin:0;
	padding:0;
}
/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
	font-family:arial, sans-serif;
	font-size:0.9em;
}
.menu {
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.menu li {
	padding:0;
	margin:0;
}
/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:block;
	float:left;
	position:relative;
}
/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse:collapse;
	width:0;
	height:0;
	position:absolute;
	top:0;
	left:0;
}
/* Default top link link styling */
.menu li.top a.top_link {
	display:block;
	float:left;
	height:35px;
	padding:0;
}
.menu li.top a span {
	position:absolute;
	left:-9999px;
	top:0;
	z-index:0;
	font-size:10px;
} 
/* move the link text off screen */
/* pre-load the hover images into the lists */
.menu li.p1 {
	width:59px;
	background:url(images/m1-over.jpg) no-repeat;
}
.menu li.p2 {
	width:67px;
	background:url(images/m2-over.jpg) no-repeat;
}
.menu li.p3 {
	width:102px;
	background:url(images/m3-over.jpg) no-repeat;
}
.menu li.p4 {
	width:86px;
	background:url(images/m4-over.jpg) no-repeat;
}
.menu li.p5 {
	width:96px;
	background:url(images/m5-over.jpg) no-repeat;
}
.menu li.p6 {
	width:160px;
	background:url(images/m6-over.jpg) no-repeat;
}
.menu li.p6b {
	width:47px;
	background:url(images/m6b-over.jpg) no-repeat;
}
.menu li.p7 {
	width:99px;
	background:url(images/m7-over.jpg) no-repeat;
}

/* set up the normal unhovered images in the links */
.menu li a#home {
	width:59px;
	background:url(images/m1.jpg) no-repeat;
}
.menu li a#thefirm {
	width:67px;
	background:url(images/m2.jpg) no-repeat;
}
.menu li a#development {
	width:102px;
	background:url(images/m3.jpg) no-repeat;
}
.menu li a#realestate {
	width:86px;
	background:url(images/m4.jpg) no-repeat;
}
.menu li a#construction {
	width:96px;
	background:url(images/m5.jpg) no-repeat;
}
.menu li a#management {
	width:160px;
	background:url(images/m6.jpg) no-repeat;
}
.menu li a#press {
	width:47px;
	background:url(images/m6b.jpg) no-repeat;
}
.menu li a#contact {
	width:99px;
	background:url(images/m7.jpg) no-repeat;
}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility:visible;
} 
/* for IE6 */
.menu li:hover {
	position:relative;
	z-index:200;
}
/* for IE7 */
/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home, .menu li a#thefirm:hover, .menu li:hover a#thefirm, .menu li a#development:hover, .menu li:hover a#development, .menu li a#realestate:hover, .menu li:hover a#realestate, .menu li a#construction:hover, .menu li:hover a#construction, .menu li a#management:hover, .menu li:hover a#management, .menu li a#press:hover, .menu li:hover a#press,.menu li a#contact:hover, .menu li:hover a#contact
 {
	background:transparent;
}
/* keep the 'next' level invisible by placing it off screen. */
.menu ul, .menu :hover ul ul, .menu :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul ul, .menu :hover ul :hover ul :hover ul :hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:0;
	height:0;
}
/* set up the first drop down sub level */
.menu :hover ul.sub {
	left:0;
	top:35px;
	background: #2a456e;
	padding:0;
	white-space:nowrap;
	width:140px;
	height:auto;
}
.menu :hover ul.sub li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:140px;
}

.menu :hover ul.sub li.subHead	{
	background:url(images/sub-menu-head.jpg) no-repeat;
	width:140px;
	height:7px;
	}

.menu :hover ul.sub li.goldLine	{
	width:140px;
	height:1px;
	background:#dfa817;
	}

.menu :hover ul.sub li.blackBase	{
	width:140px;
	height:9px;
	background:#7d7d7d;
	}

.sub span.divider {
	color:#fff;
	text-align:center;
	margin:0 auto;
	width:100px;
}
.menu :hover ul.sub li a {
	display:block;
	font-size:11px;
	height:20px;
	width:140px;
	line-height:20px;
	text-indent:5px;
	color:#fff;
	text-decoration:none;
}
.menu :hover ul.sub li a.fly {
	background: url(/images/menu/arrow.gif) 135px 7px no-repeat;
}
.menu :hover ul.sub li a:hover {
	background:#1b2d48;
	color:#dfa916;
}
.menu :hover ul.sub li a.fly:hover {
	background:#dfa916 url(/images/menu/arrow_over.gif) 135px 7px no-repeat;
	color:#fff;
}
.menu :hover ul li:hover > a.fly {
	background:#dfa916 url(/images/menu/arrow_over.gif) 135px 7px no-repeat;
	color:#fff;
}

/* Flyout Wide -------------------------- */

.menu :hover ul.sub li a.flyWide {
	background: url(/images/menu/arrow.gif) no-repeat 179px 7px;
}

.menu :hover ul.sub li a.flyWide:hover {
	background:#dfa916 url(/images/menu/arrow_over.gif) 179px 7px no-repeat;
	color:#fff;
}
.menu :hover ul li:hover > a.flyWide {
	background:#dfa916 url(/images/menu/arrow_over.gif) 179px 7px no-repeat;
	color:#fff;
}

/* Firm Tab Sub Menu -------------------- */

.menu :hover ul.sub2 {
	left:0;
	top:35px;
	background: #2a456e;
	padding:0;
	white-space:nowrap;
	width:183px;
	height:auto;
}
.menu :hover ul.sub2 li {
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:183px;
}

.menu :hover ul.sub2 li.subHead2	{
	background:url(images/sub-menu-head.jpg) repeat-x;
	width:183px;
	height:7px;
	}

.menu :hover ul.sub2 li.goldLine	{
	width:183px;
	height:1px;
	background:#dfa817;
	}

.menu :hover ul.sub2 li.blackBase	{
	width:183px;
	height:9px;
	background:#7d7d7d;
	}

.sub span.divider {
	color:#fff;
	text-align:center;
	margin:0 auto;
	width:100px;
}
.menu :hover ul.sub2 li a {
	display:block;
	font-size:11px;
	height:20px;
	width:183px;
	line-height:20px;
	text-indent:5px;
	color:#fff;
	text-decoration:none;
}
.menu :hover ul.sub2 li a.flyWide {
	background: url(/images/menu/arrow.gif) 135px 7px no-repeat;
}
.menu :hover ul.sub2 li a:hover {
	background:#1b2d48;
	color:#dfa916;
}
.menu :hover ul.sub2 li a.flyWide:hover {
	background:#dfa916 url(/images/menu/arrow_over.gif) 135px 7px no-repeat;
	color:#fff;
}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul.firm {
	left:181px;
	top:-4px;
	background: #666666;
	padding:3px 0;
	border:1px solid #888;
	white-space:nowrap;
	width:182px;
	z-index:200;
	height:auto;
	z-index:300;
}



.menu :hover ul :hover ul.const {
	left:181px !important;
	top:-4px;
	background: #666666;
	padding:3px 0;
	border:1px solid #888;
	white-space:nowrap;
	width:182px;
	z-index:200;
	height:auto;
	z-index:300;
}

/* End Navigation */

/* --------------------------------------------- */

#cssdropdown, #cssdropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index:99999;
}
#cssdropdown li {
	float:right;
	position: relative;
	margin:0!important;
	padding:0!important;
}
#cssdropdown li li {
	float:left;
	z-index:9999!important;
}
.mainitems a {
	margin-left: 6px;
	margin-right: 8px;
	text-decoration: none;
	color:#000;
	font: 12px Arial, Helvetica, sans-serif!important;
}
.mainitems a:hover {
	color:#03c;
}

.subuls {
	display: none;
	width: 10em;
	position: absolute;
	top: 1.2em;
	left: 0;
	background-color:#B2BFDD;
	border: 1px solid #000;
	border-top:0 none;
}
.subuls li {
	width: 100%;
}
.subuls li a {
	text-decoration: none;
}
.subuls li a:hover {
	text-decoration:underline;
}
#cssdropdown li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top:20px;
	left:-1px;
	z-index:9999!important;
}
#cssdropdown li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}
.border-right {
	border-right:1px solid #000;
	margin-right:5px;
}
