/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MAIN NAVIGATION - HORIZONTAL STYLE WITH GRAPHICS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#nav-global, #nav-extranet
{
	position:         absolute;
	top:              12px;
	font:             bold 9px verdana, Arial, sans-serif;
	color:            #a65b08;
}

#nav-global
{
	width:            500px;
	left:             240px;
}

#nav-extranet
{
	top: 10px;
	width:            308px;
	height:           18px;
	line-height:      18px;
	right:            0px;
	text-align:       right;
	padding-right:    20px;
	font-weight:      normal;
	color:           #3b280a;
}

#nav-extranet a
{
	color:           #3b280a;
}

#loginform
{
	display: relative;
	top: -2px;
	display:          none;
}

#login
{
	display:          inline;
}

#loginform #uid,
#loginform #pw
{
	width:            88px;
	height:           14px;
	border:           1px solid #a65b08;
	margin:           0 8px 0 0;
	background-color: #EEE6D0;
	padding: 2px 0 0 5px;
}

#loginform #uid,
#loginform #pw,
#loginform #loginbutton
{
	vertical-align:   middle;
}

#loginform #uid
{
	background-image: url('/images/user_back.gif');
	background-repeat: no-repeat;
}

#loginform #pw
{
	background-image: url('/images/pw_back.gif');
	background-repeat: no-repeat;
}

#loginform input
{
	line-height: auto;
	font-size: 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Container blocks for nav sets
//-------------------------------------------------------------------------------------------------------*/
#nav-main
{
	position:        absolute;
	top:             43px;
	left:            251px;
	display:         block;
	clear:           both;
	height:          93px;
	white-space:     nowrap;
	overflow:        hidden;
	width:           400px;
}

#nav-main ul
{
	display:         block;
	float:           left;

	margin:          0px;
	padding:         0px;

	list-style-type: none;
}

#nav-main li
{
	margin:          0px;
	padding:         0px;
	display:         inline;
	float:           left;
	overflow:        hidden;
}

/*---------------------------------------------------------------------------------------------------------
//	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;
}


