/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	text-align:				left;
	white-space:			nowrap;

    position:               absolute;
    top:                    20px;
   /* left:                   415px;*/
    right:                  224px;
    font-size:              11px;
    text-transform:         uppercase;
    font-weight:            bold;
    font-family:            verdana,arial,'sans serif';
}

#nav-global a
{
    color:                  #cdbf8e;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	display:				block;
	clear:					both;

	width:					100%;
	height:					30px;
	white-space:			nowrap;
    border-top:             2px solid white;
	height: 33px;

	background-color: #65AD3F;
	overflow: hidden;
}

#nav-main ul
{
	display:				block;
	float:					left;
	margin:					0px;
	padding:				0px;
	width:					100%;
	
	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	float:					left;
}