/* 
	STYLE SHEET FOR IHWY JQUERY MegaMenu /ChrisZ
	

*/


/* default styling example
----------------------------------------------------------------- */


#apDivMenuBarContainer {
	position:relative;
	width:500px;
	height:18px;
	z-index:200;
	left:-10px;
	top: 0px;
	border: 0px none #00ffff;
}

ul#topnav {
	margin: 0; padding: 0;
	float:left;
	width: 100%;
	list-style: none;
	font-size: 1.1em;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 23px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(../images/megaMenu/homeButton.jpg) no-repeat;
	width: 74px;
}
ul#topnav a.products {
	background: url(../images/megaMenu/solutionsButton.jpg) no-repeat;
	width: 94px;
}
ul#topnav a.sale {
	background: url(../images/megaMenu/productsButton.jpg) no-repeat;
	width: 91px;
}
ul#topnav a.community {
	background: url(../images/megaMenu/aboutButton.jpg) no-repeat;
	width: 73px;
}
ul#topnav a.store {
	background: url(../images/megaMenu/subscribeButton.jpg) no-repeat;
	width: 103px;
}


ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 24px; left: 0;
	z-index: 99999;
	background: url(../images/megaMenu/subMenuBG.png) repeat-x; /*--Background gradient--*/
	padding: 10px 10px 10px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 1000px;
}
ul#topnav li .sub ul{
	list-style: none;
	margin: 0; padding: 0;
	width: 150px;
	float: left;
}
ul#topnav .sub ul li {
	width: 100%; /*--Override parent list item--*/
	color: #fff;
}
ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: bold;
	
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 3px 10px 15px 5px;
	background-image: none;
	color: #ffa200;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto; /*--Override height from parent list item--*/
	background: url(../images/megaMenu/megaMenu_subArrow.png) no-repeat 5px 8px;
	padding: 5px 5px 2px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}
ul#topnav .sub ul li a:hover {
	color: #ddd;
	background-position: 5px 8px ;/*--Override background position--*/
}

