ul#nav li { position: relative; } 
ul#nav li a:first-child {padding-bottom: 15px; } 
ul#nav li a.store { padding-bottom: 0; top: -15px; }
ul#nav li ul.subnav {
	list-style: none;
	position: absolute; /* Important - Keeps subnav from affecting main navigation flow */
	z-index: 10;
	left: 0px; top: 35px;
	background: #F8F8F8;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 208px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px dashed #F8F8F8;
}
ul#nav li ul.subnav li{
	margin: 0; padding: 0;
	clear: both;
	width: 208px;
	height: 25px
}
html ul#nav li ul.subnav li a {
	float: left;
	color: #8A2003;
	font-weight: 500;
	font-size: 16px;
	width: 182px;
	background-color: #FFF;
	background-image: none;
	padding-left: 20px;
}
html ul#nav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background-color: #F0F0F0;
	background-image: none; 
}
html ul#nav li ul.subnav li.end { 
  background: #FFF url(/menu/DropDownScroll.png) no-repeat;
	height: 37px;
}


