/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	position: relative;
	top: 80px;
	border-top:      1px solid #5D647C;
	border-bottom:   1px solid #5D647C;
	padding:         0 15px;
	display:         block;
	clear:           both;
	height:          27px;
	white-space:     nowrap;
	width:           870px;
}

#nav-main ul
{
	display:         block;
	float:           left;

	margin:          0px;
	padding:         0px;

	list-style-type: none;
}

#nav-main li
{
	margin:          0 -6px;
	padding:         0px;
	height:          27px;
	display:         inline;
	float:           left;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
#nav-main a
{
	display:         block;
	float:           left;
	white-space:     nowrap;
}

#img-about {width:90px;height:27px;}
#img-team {width:82px;height:27px;}
#img-entrepreneurs {width:171px;height:27px;}
#img-portfolio {width:128px;height:27px;}
#img-newsandevents {width:168px;height:27px;}
#img-blog {width:82px;height:27px;}