/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*-------------------------------------------------------------------------------------------------------*/
/*	Global navigation styles
/*-------------------------------------------------------------------------------------------------------*/
#nav-global
{
	position:         absolute;
	top:              40px;
	right:            110px;
	text-align:       left;

	font-family:      verdana,arial,sans-serif;
	font-size:        10px;
	color:            black;
	padding-bottom:   10px;
	z-index: 1000;
}

#nav-global a
{
	color:            #1F4163;
}

#nav-global .divider
{
	padding:          0 6px;
}

#nav-global a img
{
	vertical-align:   top;
}

#chatbox
{
	position:         absolute;
	top:              40px;
	right:            0px;
	text-align:       left;
}
/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	background-color:	white;
	position:         absolute;
	right:            0;
	z-index:			50;
	bottom:           10px;
	clear:            both;

	height:           27px;
	white-space:      nowrap;
	width: auto;
}

#nav-main ul
{
	display:          inline;
	margin:           0px;
	padding:          0px;
	width:            100%;
	
	list-style-type:  none;

}

#nav-main li
{
	display:          inline;
	float:            left;
	line-height:      27px;
	font-size:        14px;
	color:            #184066;
}

/*---------------------------------------------------------------------------------------------------------
//	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;

	padding:          0px 10px;
	white-space:      nowrap;
	
	line-height:      27px;
	font-family:      "Trebuchet MS", verdana,arial,sans serif;
	font-size:        14px;
	text-transform: uppercase;
	text-decoration:  none;
	color:            #184066;
}
#nav-main a:hover,
#nav-main a.active:hover,
#nav-main a.highlight
{
	background-color: #C5CDD9;
	color:            white;
}


