/*
	Brenley Dueck
	Brenelz Web Solutions
	http://blog.brenelz.com
	
*/

#hovermenu {
	border: 0;
	float: left;  /* to allow the Search box to align to the right on the same line */
	margin: 0;
	padding: .5em  .5em  .5em  0;
}

#hovermenu img {
	border: 0;
	color: #FFFFCC;
}

#hovermenu li {
	display: inline;
	padding: 0;
}
		
#hovermenu li.last {
	border-right: 0;
}

#hovermenu li a {
	color: #003399;
	font-weight: bold;
	text-decoration: none;
}
					
#hovermenu a {
	padding:	.6em	 .5em  .5em  .6em;  
}
		
#hovermenu a.first {
	padding-left: 1.5em;  
}

/* link - visited - hover - active */
#hovermenu a:hover {
	background-color:	#FEF1AB; 	/*  dark cream  */
}

/* -----------------------------  
	Submenu positioning for Gecko based browsers (Firefox, etc.) 
	Position for other browswers is overridden in webkit_only.css, presto_only.css and ie_only.css 
*/

/* removed 2/28/2014 
#exploreSubmenu {
	left: 72px;
}
*/

#servicesSubmenu {
	left: 141px;
}

#productsSubmenu {
	left: 234px;
}

#newsletterSubmenu {
	left: 328px;
}

#toolsSubmenu {
	left: 438px;
}

/* The About sub-menu typically can't be moved due to its position (far right) and width */
#aboutSubmenu {
	left: 500px;
}

#servicesSubmenu,
#productsSubmenu, 
#newsletterSubmenu,
#toolsSubmenu,
#aboutSubmenu,
#exploreSubmenu {
	background-color: #FFFFCC;  /* cream  */
	border: 0;
	position: absolute;
	text-align: left;
	top: 178px;
	visibility: hidden;
	z-index: 1000;
}

#servicesSubmenu a, 
#productsSubmenu a, 
#newsletterSubmenu a,
#toolsSubmenu a,
#aboutSubmenu a,
#exploreSubmenu a 	{
	border: 2px solid silver;
	border-top: 0;
	color: #3169C6;
	display: block;
/*	font-size: smaller;    not when the main font size is 9.5px  */
	font-weight: bold;
	padding: .5em	.5em .5em .5em;  
	text-decoration: none;
}

#servicesSubmenu a.subFirst, 
#productsSubmenu a.subFirst,
#newsletterSubmenu a.subFirst,
#toolsSubmenu a.subFirst,
#aboutSubmenu a.subFirst,
#exploreSubmenu a.subFirst	{
	border-top: 2px solid silver;
}

/* link - visited - hover - active */
#servicesSubmenu a:hover, 
#productsSubmenu a:hover, 
#newsletterSubmenu a:hover,
#toolsSubmenu a:hover,
#aboutSubmenu a:hover,
#exploreSubmenu a:hover 	{
	background-color:	#FEF1AB; 	/*  dark cream  */
}

