	ul#topnav {
		margin: 0; padding: 0;
		float:left;
		width: 100%;
		list-style: none;
	}
	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: 26px;
	}
	ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
	ul#topnav a.highland-wear {
		background: url(../i/2011/btn_highland.gif) no-repeat;
		width: 135px;
		border-right:1px solid #fff;
	}
	ul#topnav a.bagpipes {
		background: url(../i/2011/btn_bagpipes.gif) no-repeat;
		width: 125px;
		border-right:1px solid #fff;
	}
	ul#topnav a.highland-dancing {
		background: url(../i/2011/btn_dancing.gif) no-repeat;
		width: 140px;
		border-right:1px solid #fff;
	}
	ul#topnav a.pipe-band-uniforms {
		background: url(../i/2011/btn_pipeband.gif) no-repeat;
		width: 135px;
		border-right:1px solid #fff;
	}
	ul#topnav a.scottish-gifts {
		background: url(../i/2011/btn_gifts.gif) no-repeat;
		width: 125px;
		border-right:1px solid #fff;
	}
	ul#topnav a.drumming {
		background: url(../i/2011/btn_drumming.gif) no-repeat;
		width: 125px;
		border-right:1px solid #fff;
	}
	ul#topnav a.irish-themes {
		background: url(../i/2011/btn_irish.gif) no-repeat;
		width: 125px;
		border-right:1px solid #fff;
	}

	ul#topnav li .sub {
		position: absolute; /*--Important--*/
		top: 26px; left: 0;
		background: #dadde8 url(../i/2011/menu_fade2.gif) repeat-x; /*--Background gradient--*/
		padding: 20px 20px 20px;
		float: left;
		border:1px solid #999;
		/*--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 .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;
		border:0;
	}
	ul#topnav .sub ul li {
		width: 100%; /*--Override parent list item--*/
		color: #fff;
		border:0;
	}
	ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
		padding: 0;  margin: 0;
		font-size:110%;
		font-weight:bold;
		text-align:left;
	}
	ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
		padding: 1px;
		background-image: none;
		color: #fff;
		text-align:left;
		font-weight:bold;
	}
	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(../i/2011/arrow.gif) no-repeat 5px;
		background-position: center left;
		padding: 5px;
		padding-left:12px;
		display: block;
		text-decoration: none;
		color: #333;
		font-weight:normal;
		text-align:left;
		font-size:90%;
	}
	ul#topnav .sub ul li a:hover {
		color: #000;
		text-decoration:underline;
	}
