/* ------------------------------------
		MENU SYSTEM
	---------------------------------- */

#mainmenu_wrapper {
	position: absolute; 
	top: 75px; 
	left: 15px;
	z-index: 18;
	text-align: left;
	}
	
.dropdown {
	z-index: 5;
	position: absolute;
	top: 26px;
	border: 1px solid #555;
	width: 162px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #00426C;
	}

.item a:link, .item a:visited {
  float: left;
  position: relative;
  width: 150px;
  padding: 6px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-top: 1px solid #DADADA;
  border-bottom: none;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  text-indent: 5px;
  }

.item a:hover {
	color: white;
	background: #0075B2;
	}
	
	
.item_first a:link, .item_first a:visited {
  float: left;
  position: relative;
  width: 150px;
  padding: 6px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-top: 1px solid #777;
  border-bottom: none;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  margin: 0;
  text-indent: 5px;
  }

.item_first a:hover {
	color: white;
	background: #0075B2;
	}
	

.item_last a:link, .item_last a:visited {
  float: left;
  position: relative;
  width: 150px;
  padding: 6px;
  background: #fff;
  color: #000;
  text-decoration: none;
  border-top: 1px solid #DADADA;
  border-bottom: 4px solid #006DAB;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  margin: 0;
  text-indent: 5px;
  }

.item_last a:hover {
	color: white;
	background: #0075B2;
	}
	

	

.subitem a:link, .subitem a:visited {
  float: left;
  position: relative;
  width: 117px;
  padding: 6px;
  padding-left: 39px;
  background: #fff url(../images/icons/arrow_marker.jpg) no-repeat left;
  color: #000;
  text-decoration: none;
  border-top: 1px solid #f3f3f3;
  border-bottom: none;
  font-family: Arial, Tahoma, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  color: #000;
  margin: 0;
  }

.subitem a:hover {
	color: white;
	background: #0075B2 url(../images/icons/arrow_marker_over.jpg) no-repeat left;
	}

#mainmenu_wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  }

#mainmenu_wrapper li {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  }

#mainmenu_wrapper li ul {
  display: none;
  position: absolute; 
  padding: 0;
  margin: 0;
  }

#mainmenu_wrapper li:hover ul, #mainmenu_wrapper li.over ul { display: block; }



#home_menu a:link, #home_menu a:visited {
	width: 69px;
	height: 26px;
	float: left;
	padding: 0px;
	margin: 0px;
	}
#home_menu a:hover {
	border-bottom: none;
	}
	


#snproducts_menu a:link, #snproducts_menu a:visited {
	width: 76px;
	height: 26px;
	float: left;
	padding: 0px;
	margin: 0px;
	}
#snproducts_menu a:hover {
	border-bottom: none;
	}
	
	
	

#snpublishing_menu a:link, #snpublishing_menu a:visited {
	width: 106px;
	height: 26px;
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
	}
#snpublishing_menu a:hover {
	border-bottom: none;
	}	

	
	
	
#store_menu a:link, #store_menu a:visited {
	width: 100px;
	height: 26px;
	float: left;
	clear: none;
	padding: 0px;
	margin: 0px;
	}
#store_menu a:hover {
	border-bottom: none;
	}	
	
	
	
#company_menu a:link, #company_menu a:visited {
	width: 83px;
	height: 26px;
	float: left;
	padding: 0px;
	margin: 0px;
	}
#company_menu a:hover {
	border-bottom: none;
	}	
	
	
	
#partners_menu a:link, #partners_menu a:visited {
	width:76px;
	height: 26px;
	float: left;
	padding: 0px;
	margin: 0px;
	}
#partners_menu a:hover {
	border-bottom: none;
	}	
	
#support_menu a:link, #support_menu a:visited {
	width:77px;
	height: 26px;
	float: left;
	padding: 0px;
	margin: 0px;
	}
#support_menu a:hover {
	border-bottom: none;
	}	
	


/*------   end Main Menu   ------*/
