	/* **************************************************************** */
			/* TABLE OF CONTENTS */
		
			/* 1.0 NAVIGATION CONTAINER */
			/* 2.0 PRODUCT HIGHLIGHTS TABLE */
			/* 3.0 DROP DOWN MENU STYLES */	
			/*	4.0 RIGHT NAVIGATION (SITEMAP) */
		/* **************************************************************** */
		
		
		
		
/* ********************************************************************** */
/*	1.0 NAVIGATION CONTAINER */
/* ********************************************************************** */
		

#navigation {
		width:					1004px;
		margin: 				0;
		padding: 				27px 12px 0px 28px;
		text-transform: 		uppercase;
		overflow:				hidden;
}


/* ********************************************************************** */
/*	2.0 NAVIGATION WITH DROP DOWNS */
/* ********************************************************************** */

#navigation-left {
		float:					left;
		text-align:				left;
		width:					600px; 
		margin: 				0;
		padding: 				0;
}




#primary-navigation ul{
		border: 				0;
		margin: 				0;
		padding: 				0;
		list-style-type: 		none;
		text-align: left; 
}

#primary-navigation li{
		display: 				block;
		float: 					left;
		padding: 				0px 0px 6px 0px;
		color:  				#ccc;
}

/*	Navigation Link */

#primary-navigation li a,
#primary-navigation li a:link,
#primary-navigation li a:visited {
		margin-left:			5px;
		margin-right:			5px;
		color: 					#707070;
		text-decoration:		none;
		font-weight:			normal;
		font-style:				normal;
		font-size:				11px;
		cursor: 				pointer;
		
		text-decoration:		none;
}

#primary-navigation li a:hover{
		margin-left:			5px;
		margin-right:			5px;
		color: 					#456789;
		text-decoration:		none;
		font-weight:			normal;
		font-style:				normal;
		font-size:				11px;
		cursor: 				pointer;
}

/*	Navigation Link when User is on section */

#primary-navigation li a.onSection,
#primary-navigation li a.onSection:link,
#primary-navigation li a.onSection:visited{
		margin-left:			5px;
		margin-right:			5px;
		color: 					#707070;
		text-decoration:		none;
		font-weight:			normal;
		font-style:				normal;
		font-size:				11px;
		cursor: 				pointer;
}


/* ********************************************************************** */
/*	3.0 DROP DOWN MENU STYLES */
/* ********************************************************************** */

.dropmenudiv{
position:						absolute;
top: 							0;
border: 						1px solid #FFFFFF; 
font-size: 						11px;
font-weight: 					normal;
line-height:					15px;
z-index:						100;
width: 							150px;
visibility: 					hidden;
background-color: #FFF;

}


/*	Drop Down Link */

.dropmenudiv a,
.dropmenudiv a:link,
.dropmenudiv a:visited{
width: 							auto;
display: 						block;
text-indent: 					3px;
border-top: 					6px solid #FFFFFF; 
padding: 						4px 0px 4px 6px;
text-decoration: 				none;
color: 							#707070;
background-image:				url(../../images/SGlobal/bar_dropdown.gif);
background-repeat:				no-repeat;
background-color:				#FFF;
background-position:			bottom left;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
color: 							#fff;
background-color: 				#456789;
}


/* ********************************************************************** */
/*	4.0 RIGHT NAVIGATION (SITEMAP) */
/* ********************************************************************** */

#navigation-right {
		float:					right;
		text-align:				right;
		width:					100px; 
		margin: 				0;
		padding: 				0px 40px 0px 0px;
}

#navigation-right a,
#navigation-right a:link,
#navigation-right a:visited {
		color: 					#9e8a74; /*9e8a74 */
		text-decoration:		none;
		font-weight:			normal;
		font-style:				normal;
		font-size:				11px;
}

#navigation-right a:hover{
		color: 					#125fab;
		text-decoration:		none;
		font-weight:			normal;
		font-style:				normal;
		font-size:				11px;
}