ul#topnav {
	float:left;
	list-style: none;
	font-size: 1.1em;
	text-align: left;
    margin: 94px 0 0 0px;
    padding: 0;
    position: absolute;
    width: 980px;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    float: left;
    list-style: none;
    text-transform: uppercase;
	position: relative; /*--Important--*/
	z-index: 112;
}
ul#topnav li a {
	float: left;
	// color: #ffc;
    display: block;
    text-decoration: none;
    padding: 10px 20px 5px 20px; /* normal browsers */
    [;
    padding: 10px 20px 4px 20px; /* safari fix */
    ;]
    *padding: 10px 20px 4px 20px; /* ie fix */
}
ul#topnav .megaMain:hover, .megaMainHome:hover { 
    background: #597b1c;
    color: #ffc;
} 
ul#topnav .megaMainDart:hover { 
    background: #597b1c url('//www.printfellas.com/_img/nav-dart.gif') no-repeat right bottom;
    color: #ffc;
} 
.megaMain {
	background: #3b580d;
	border-bottom-style: solid;
    border-bottom-color: #ffc;   
    border-bottom-width: 1px;
    color: #ffc;
}
.endNav {
	background: #3b580d;
	border-bottom-style: solid;
    border-bottom-color: #ffc;   
    border-bottom-width: 1px;
    color: #ffc;
    float: left;
	// color: #ffc;
    display: block;
    overflow: hidden;
    text-decoration: none;
    padding: 10px 20px 5px 20px; /* normal browsers */
    [;
    padding: 10px 20px 4px 20px; /* safari fix */
    ;]
    *padding: 10px 20px 4px 20px; /* ie fix */
}
.megaMainDart {
	background: #3b580d url('//www.printfellas.com/_img/nav-dart.gif') no-repeat right bottom;
	border-bottom-style: solid;
    border-bottom-color: #ffc;   
    border-bottom-width: 1px;
    color: #ffc;
}
.megaMainHome {
	background: #3b580d;
    border-bottom-style: solid;
    border-bottom-color: #ffc;   
    border-bottom-width: 1px;
    border-left-style: solid;
    border-left-color: #ffc;   
    border-left-width: 1px;
    color: #ffc;
    /*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
}
ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 29px; left: 0;
	z-index: 9999;
	background: #597b1c;
	border: 1px solid #ffc;
	padding: 10px 10px 10px;
	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; /*--Hidden for those with js turned off--*/
}
ul#topnav li .sub {
    background: #597b1c;    
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
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: normal;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	color: #e8e000;
}
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--*/
	padding: 7px 5px 7px 15px;
	text-decoration: none;
	// color: #ffc;
}
ul#topnav .sub ul li a:hover {
	text-decoration: underline;
}

.megaChild, .megaChild a {
    font-size: 10px;
    font-weight: normal;
    line-height: 10px;
    padding-left: 10px;
    color: #ff9;
}
.megaChild:hover, .megaChild a:hover {
    text-decoration: underline;
    color: #ff9;
}
.megaChild a {
    color: #ccc;
}
.megaParent, .megaParent a {
    color: #ffc;
}
.megaParent:hover, .megaParent a:hover {
    color: #ffc;
    text-decoration: underline;
}