/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
    text-transform: uppercase;
    position:       absolute;
    right:           0;
    top:        55px;
    font-size:  12px;
    color:      #808285;
}

#nav-global a
{
    text-decoration:        none;
    color:      #808285;
}

#nav-global span.divider
{
    margin:     0 5px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
    /* 
     * once the blog item is re-activated, uncomment this width and delete the other one 
    width:                  460px;
    */
    width:                  500px;
	text-align:				right;
    position:               absolute;
    top:                    77px;
    right:                  -27px;
}

#nav-main ul
{
	float:					right;	
	white-space:			nowrap;
	list-style-type:		none;

}

#nav-main li
{
	display:				inline;
	float:					left;
}

/*---------------------------------------------------------------------------------------------------------
//	Main nav item styles (for text-only menu headers - delete these if graphics are used for main nav)
//-------------------------------------------------------------------------------------------------------*/
