/* TOP UL */
	#nav ul {
		padding:0;
		margin:0;
		list-style-type:none;
		}
/* End TOP UL */

/* Top LI */
	#nav li {
		float:left;
		position:relative;
		margin: 0;
		padding: 0;
		background: none;
		list-style: none;
		}
/* End Top LI */

/* Top Link */
	#nav a {
		display:block;
		margin: 0 0 0 55px;
		padding: 6px 0;
		font-size: 0;
		text-decoration:none;
		color:#fff;
		background: transparent;
		font-weight:bold;
		text-indent: -5000px;
		}
	#nav a.btnEvent {
		width: 187px;
		height: 20px;
		background: transparent url(../images/btn_events_results.png) 0 9px no-repeat;
		}
	#nav a.btnFan {
		width: 89px;
		height: 20px;
		background: transparent url(../images/btn_fan_info.png) 0 9px no-repeat;
		}
	#nav a.btnTrack{
		width: 115px;
		height: 20px;
		background: transparent url(../images/btn_track_info.png) 0 9px no-repeat;
		}
	#nav a.btnNews{
		width: 127px;
		height: 20px;
		background: transparent url(../images/btn_in_the_news.png) 0 9px no-repeat;
		}
	#nav a.btnStore{
		width: 129px;
		height: 20px;
		background: transparent url(../images/btn_shop_online.png) 0 9px no-repeat;
		}
/* end Top Link */

/* Secondary UL */
	#nav ul ul {
		visibility:hidden;
		position:absolute;
		height:0;
		top: 32px;
		left:48px;
		width:149px;
		}
	#nav ul li:hover ul,
	#nav ul a:hover ul{
		visibility:visible;
		}
	#nav ul ul#offsetUL {
		left: 50px;
		}
	#nav ul ul#wideUL {
		width:190px;
		}
/* End Secondary UL */

/* Secondary LI */
	#nav li li {
		width:149px;
		}
/* END Secondary LI */

/* Secondary Link */
	#nav ul ul a {
		display:block;
		margin: 0 0 0 8px;
		padding:7px 10px;
		background:#e8e8e8 url(../images/bgNavSlice.jpg) 0 0 repeat-x;;
		color:#8c0c04;
		height:auto;
		line-height:1em;
		width:128px;
		border-bottom:1px solid #e8e8e8;
		font-size: 11px;
		text-indent: 0;
		text-decoration:none;
		}
	#nav ul ul.wideUL a {
		width:170px;
		}
	#nav ul ul a.btnLast {
		border-bottom: 0;
		}
	#nav ul ul a:hover{
		color:#221f1f;
		background:#e8e8e8 url(../images/bgNavSlice.jpg) 0 0 repeat-x;;
		}
	#nav ul ul :hover > a {
		color:#221f1f;
		background:#e8e8e8 url(../images/bgNavSlice.jpg) 0 0 repeat-x;;
		}
/* End Secondary Link */

/* IE 6 Fix */
	#nav table {
		position:absolute;
		top:0;
		left:0;
		border-collapse:collapse;
		}
/* End IE 6 Fix */



