/***********************************
*	Ashworth Navigation Stylesheet
*	Developer: Rich Rudzinski
*	Created on: 8/10
***********************************/
#ashworth_nav {
	width:959px;
	height:62px;
	overflow:visible;
	background:url(../images/bg_ash-nav.jpg) repeat-x top left;
	position:relative;
	z-index:99999;
}
#ashworth_nav li {
	width:139px;
	height:62px;
	line-height:62px;
	padding-right:1px;
	float:left;
	background:url(../images/bg_ash-nav_divider.jpg) no-repeat top right;
	position:relative;
}
#ashworth_nav li a {
	display:block;
	text-align:center;
	text-decoration:none;
	overflow:hidden;
	height:62px;
	background:url(../images/bg_ash-nav.jpg) repeat-x top left;
	font:bold 13px/62px Helvetica, Arial, sans-serif;
	text-transform:uppercase;
	color:#000;
}
#ashworth_nav li ul {
	display:none;
	border-top: 1px solid hsl(0, 0%, 73%);
}
#ashworth_nav li:hover, #ashworth_nav li.hover {
	background-position:bottom right;
}
#ashworth_nav li:hover a, #ashworth_nav li.hover a {
	background-position:bottom left;
	text-decoration:underline;
	color:#000;
}
#ashworth_nav li:hover li a, #ashworth_nav li.hover li a {
	text-decoration:none;
}
#ashworth_nav li.logo {
	float:right;
	width:119px;
	padding-right:0;
	background:none;
}
#ashworth_nav li.logo {
	float:right;
	padding-right:0;
	background:none;
}
#ashworth_nav .logo a:hover {
	background-position:top left;
}
/* subnav */
#ashworth_nav li:hover ul, #ashworth_nav li.hover ul {
	display:block;
	width:225px;
	height:auto;
	z-index:9999;
	position:absolute;
	top:62px;
	left:0;
}

#ashworth_nav li ul li {
	border:1px solid #bbb;
	border-top:1px solid #fff; 
	border-bottom:1px solid #bbb;	
	width:205px;
	height:50px;
	overflow:hidden;
	padding:0 0 0 20px;
	background:#E6E6E6;
	position:relative;
}
#ashworth_nav li ul li img {
	position:absolute;
	z-index:100;
	top:0;
	right:0;
}
#ashworth_nav li ul li a {
	height:50px;
	font:bold 12px/50px Helvetica, Arial, sans-serif;
	color:#333333;
	background:none;
	text-align:left;
	position:relative;
	z-index:200;
}
#ashworth_nav li ul li:hover a {
	color:#333;
	text-decoration:underline;
}

#ashworth_nav li.last {
	background: none;
}
