/* CSS Document */

/*  Primary Left Nav
======================================================================================================*/

#nav
{
	position: relative;
}
#nav a
{
	height:33px;
	width: 221px;
	display: block;
	text-indent: -1000px;
}
#nav a#info:link,
#nav a#info:visited,
#nav a#info:active
{
	background: url(../_images/nav_images/company_info.gif) no-repeat;
}
#nav a#info:hover
{
	background: url(../_images/nav_images/company_info_rollover.gif) no-repeat;
}
#nav a#tenants:link,
#nav a#tenants:visited,
#nav a#tenants:active
{
	background: url(../_images/nav_images/tenants.gif) no-repeat;
}
#nav a#tenants:hover
{
	background: url(../_images/nav_images/tenants_rollover.gif) no-repeat;
}
#nav a#clients:link,
#nav a#clients:visited,
#nav a#clients:active
{
	background: url(../_images/nav_images/clients.gif) no-repeat;
}
#nav a#clients:hover
{
	background: url(../_images/nav_images/clients_rollover.gif) no-repeat;
}
#nav a#opportunities:link,
#nav a#opportunities:visited,
#nav a#opportunities:active
{
	background: url(../_images/nav_images/opportunities.gif) no-repeat;
}
#nav a#opportunities:hover
{
	background: url(../_images/nav_images/opportunities_rollover.gif) no-repeat;
}
#nav a#contact:link,
#nav a#contact:visited,
#nav a#contact:active
{
	background: url(../_images/nav_images/contact.gif);
}
#nav a#contact:hover
{	
	background: url(../_images/nav_images/contact_rollover.gif);
}



/* Sub Navigation
======================================================================================================*/
/* --_ Fly out menus --- */
#nav div.subnav
{
	display: none;
	position: absolute;
	left: 55px;
	width: auto;
	padding: 2px 8px;
	color: #000;
	background: #e5e4ea;
	border: 1px solid #0C296A;
}

#nav div.subnav a
{
	padding: 5px 8px;
	margin: 5px 0;
	height: auto;
	width: auto;
}
#nav div.subnav a:link,
#nav div.subnav a:visited,
#nav div.subnav a:hover,
#nav div.subnav a:active
{
	text-indent: 0;
	text-decoration: none;
	color: #000;
	background-color: transparent;
	white-space: nowrap;
}
#nav div.subnav a:hover
{
	text-decoration: underline;
}
