#nav {
	width: 989px;
	height: 29px !important;
	height: 32px;
	background: #015138 url(../images/bg_nav_toprule.jpg) left top repeat-x;
	border-bottom: 1px solid #69BE28;
	padding-top: 2px;
	position: relative;
	z-index: 1000;
}

#navleftmods {
	width: 780px;
	height: 29px;
}
#navleftmods ul {
	margin: 0;
	padding: 0;
}
#navleftmods li {
	height: 29px;
	float: left;
	list-style-type: none;
	margin-right: 1px;
}
/*
#navleftmods li.item1 { width: 68px; }
#navleftmods li.item2 { width: 127px; }
#navleftmods li.item3 { width: 126px; }
#navleftmods li.item4 { width: 112px; }
#navleftmods li.item5 { width: 98px; }
#navleftmods li.item6 { width: 69px; }
*/

/*
#navleftmods li.item1 li, #navleftmods li.item2 li,
#navleftmods li.item3 li, #navleftmods li.item4 li,
#navleftmods li.item5 li, #navleftmods li.item6 li {
	width: 148px;
}
*/

#navleftmods li a {
	display: block;
	height: 29px;
	line-height: 29px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
}
/*
#navleftmods li.item1 a { width: 68px; background-image: url(../images/nav-home.png); }
#navleftmods li.item2 a { width: 127px; background-image: url(../images/nav-properties.png); }
#navleftmods li.item3 a { width: 126px; background-image: url(../images/nav-investment.png); }
#navleftmods li.item4 a { width: 112px; background-image: url(../images/nav-research.png); }
#navleftmods li.item5 a { width: 98px; background-image: url(../images/nav-services.png); }
#navleftmods li.item6 a { width: 69px; background-image: url(../images/nav-news.png); }
*/

/*
#navleftmods li.item1 li a, #navleftmods li.item2 li a,
#navleftmods li.item3 li a, #navleftmods li.item4 li a,
#navleftmods li.item5 li a, #navleftmods li.item6 li a {
	background-image: none;
	width: 148px;
	height: 16px;
	line-height: 16px;
}
*/

#navleftmods li a:hover, #navleftmods li.active a, #nav li:hover a, #nav li.sfhover a {
	background-color: #69BE28;
	color: #015138;
	text-decoration: none;
}

/* li.item187 { display: none; } */


/* NAV RIGHT MODS */

#navrightmods {
	width: 197px;
	height: 29px;
	position: absolute;
	top: 0;
	right: 12px;
	color: #fff;
	font-weight: bold;
	line-height: 29px;
	font-size: 11px;
	text-align: right;
}
#navrightmods a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 0 4px;
}
#navrightmods a:hover {
	text-decoration: underline;
}

/* SUCKERFISH */

#nav li {
	position: relative;
}

#nav ul ul {
	display: none;
	width: 148px !important;
	width: 160px;
	padding: 6px;
	height: auto;
	position: absolute;
	left: 0;
	top: 29px;
	background-image: url(../images/bg_subnav.png);
	background-repeat: no-repeat;
}
#nav ul ul li {
	list-style-type: none;
	width: 148px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-bottom: 1px dashed #fff;
	margin-right: 0;
}
#navleftmods ul ul li, #navrightmods ul ul li {
	margin: 0;
	padding: 1px 0;
	height: 24px !important;
	height: 27px;
}
#navleftmods li.active li a, #navrightmods li.active li a, #nav li:hover li a, #nav li.sfhover li a {
	background-color: transparent;
	/* background-image: url(../images/subnav_arrow.gif);
	background-repeat: no-repeat;
	background-position: 137px 8px; */
	color: #fff;
	font-size: 11px;
}
#nav ul ul li a, #nav ul li.active ul li a {
	text-indent: 0;
	height: 24px;
	line-height: 24px;
	width: 144px !important;
	width: 148px;
	padding: 0 2px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, "Sans Serif";
	color: #fff;
	text-decoration: none;
	background-image: none;

}
#nav ul ul li a:hover, #nav ul li.active ul li a:hover {
	background-color: #69BE28;
	color: #015138;
}
#nav li:hover ul, #nav li.sfhover ul {
	display: block;
}

