/* ************************* Navigation ******************************** */

/* =Main Navigation */
#navigation-primary {
	background: url(../../images/branding/nav_bg.gif) repeat-x bottom #E9E8E8;
	width: 100%;
	float:left;
	padding-bottom: 10px;
	border-top: 6px solid #83C8D2;
}
#navigation-primary ul {
	margin: 0 auto;	
	width: 775px;
	}
#navigation-primary ul li {
	float:left;
	width: 150px;
	height: 29px;
	min-height: 29px;
	border-right: 1px solid #E0E0E0;
	white-space: nowrap;
	}
div[id]#navigation-primary ul li {height: auto;}
#navigation-primary ul li:first-child {
	border-left: 1px solid #E0E0E0;
	}
#navigation-primary ul li a {
	display: block;
	float: left;
	width: 155px;
	w\idth: 145px;
	padding: 5px 3px 5px 3px;	
	text-transform: uppercase;
	text-decoration: none;
	font-size: 90%;
	font-weight: bold;
	color: #656565;
	}	
#navigation-primary ul li a:hover { color: #90BC11;}	
#navigation-primary ul li.current a { color: #90BC11;}

/* Main Navigation end */

/* Secondary Navigation */
#navigation-secondary {margin: 0 0 10px 0;}
#navigation-secondary ul li {
	background: url(../../images/branding/subnav_item_top.gif) no-repeat top;
	padding:0;
	margin:0;
	line-height: 120%;	
	}
#navigation-secondary ul li a {
	display:block;
	color: #656565;
	text-decoration:none;	
		}	
#navigation-secondary ul li a:hover {color: #c6034D;}		
#navigation-secondary ul li span {
	display:block;
	height:1%;
	background: url(../../images/branding/subnav_item_bot.gif) no-repeat bottom;
	padding: 7px 10px 9px 10px;
	margin:0;
	cursor: pointer;
	}	
#navigation-secondary ul li.current {font-weight: bold;	}		
#navigation-secondary ul ul {
	background: url(../../images/branding/subsubnav_bot.gif) no-repeat bottom #F3F3F3;
	margin: 0 0 2px 0;
	width: 211px;
	}	
#navigation-secondary ul li.current li {
	background-image:none;
	font-weight: normal;
	}	
#navigation-secondary ul li.current li span {
	background-image:none;
	font-size: 90%;
	padding: 5px 10px 7px 22px;
	}	
#navigation-secondary ul li.current li.current {
	background: url(../../images/branding/subsubnav_item_current.gif) no-repeat 10px 8px;
	font-weight: bold;
	}	
#navigation-secondary ul li.current li.current li span {
	font-weight: normal;
	padding-left: 35px;
	}	
#navigation-secondary ul li.current li.current li.current{
	background-position: 22px 8px;
	}	
/* /Secondary Navigation */

/* = Footer Navigation */

#site-info ul li {
	float:left;
	border-left: 1px solid #818181;
	padding: 0 3px 0 4px;
	margin-bottom: 10px;
	line-height: 120%;
	}
#site-info ul li a {color: #818181;}	
#site-info ul li a:hover {color: #90BC11;}	
#site-info ul li:first-child {border-left: none; padding-left: 0;}

/* = 'Selects' navigations */

.navigation-select {
   	height: 22px;
	text-align:left;
  	font-size: 90%;
	line-height:100%;
	margin: 0;
	position:relative;
	width: 764px;
	w\idth: 532px;
	padding-left: 232px;
}
.navigation-select strong {
	display:block;
	padding: 5px 20px 0px 5px;
	margin:0px;
	height:20px;
	he\ight:15px;
	font-size: 100%;
	font-weight:normal;
	border: 1px solid #e0dfdf;
	background: url(../../images/branding/select.gif) no-repeat right #fff;
}
.navigation-select ul {
	background:#fff;
	position:absolute;
	left: -9999em;
	bottom:22px;
	list-style-type:none;
	margin:-100%;
	padding:0;
	width:210px;
	border: 1px solid #6D6D6D;
	font-size: 100%;
	z-index: 200;
   	cursor: pointer;
	}
.navigation-select ul li {
	margin: 0;
	padding: 0;
	display:inline; 
	} 
.navigation-select ul li a{
   	display:block;
   	height:1%;
   	color: #000; 
   	text-decoration: none; 
   	text-align: left;
   	padding: 3px 4px 3px 4px;
	margin:1px;
   	}

.navigation-select ul li.current a {	  
	background-color: #ccc;
	font-weight:bold;
	}
.navigation-select ul li a:hover {
	background-color: #F4F4F4;
	text-decoration:none;}
.navigation-select ul ul {
	position:relative;
	border: 0;
	}
.navigation-select ul ul li a {padding: 3px 5px 3px 15px;}	

	
.navigation-select.on ul,
.navigation-select:hover ul
	{
	left: auto;
	}	
	/* styles for the same html but if JS swiched off */
#navigation-branch {
	margin-bottom: 20px;
	}
body.search-results-details #navigation-branch {margin-bottom: 0;}
	
#navigation-products ul {
	width: 530px;
	margin:0;
	padding:0;
	}
#navigation-products ul li {
	margin:0;
	padding:0;
	}


#navigation-profile	{
	width: 154px;
	float: left;
	}	
#navigation-profile ul li a {
	display:block;
	color: #656565;
	padding: 7px 5px 0 10px;
	height: 33px;
	he\ight: 26px;
	text-decoration: none;
	}	
#navigation-profile ul li a:hover {color: #42D7F0;}	
#navigation-profile ul li.current	{
	background: url(../../images/branding/nav_profile_cur.gif) no-repeat top right;
	}
#navigation-profile ul li.current a {color: #42D7F0;}

	
#sitemap ul { font-weight:bold;	}	 
#sitemap ul ul ul {font-weight:normal;}	 
#sitemap ul ul ul ul {font-size:90%;}	 
#sitemap ul ul ul ul ul {font-size:100%;}	 	
/* / ************************* Navigation ******************************** */	
