ul#topnav .sub h3 {
	padding-bottom: 10px;
	color: #778e1d;
}

ul#topnav li .sub {
	position: absolute;	
	top: 52px; left: 0;
	background: url(/images/megaDropdown.jpg) repeat-x;
	padding: 20px 20px 20px 20px;
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none;
	z-index: 2;
}

ul#topnav li .row {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

ul#topnav li .sub ul{
	list-style: none;
	margin: 2px ; padding: 0 25px 0px 20px;
	width: 150px;
	float: left;
	background: url(/images/transparent.png) repeat;
}

ul#topnav .sub ul li {
	width: 100%;
	color: #fff;
	background: url(/images/line.jpg) repeat-x top;
}

ul#topnav .sub ul li#categoryLink {
	background: none;
}

ul#topnav .sub ul li h2 {
	padding: 0;  margin: 0;
	font-size: 1.3em;
	font-weight: normal;
}

ul#topnav .sub .lists ul li a.links {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#topnav .sub .lists ul li a.links:hover {
	text-decoration: underline;
}

ul#topnav .sub #ddDiamond a {
	float: none; 
	text-indent: 0; /*--Reset text indent--*/
	height: auto;
	width: 100%;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #000;
}

ul#topnav .sub #ddDiamond a:hover {
	color: #333333;
	text-decoration: underline;
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
