#top-menu {
	background:url(/i/new/topnav-bg.gif) repeat-x;
	height:47px;
	margin-left:-1px;
}

.chromestyle{
width: 100%;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


/*UNIQUE NAV STYLES*/
#chromemenu {
	margin-left:-2px;
	margin-top:-2px;
}

#chromemenu #anchor {
    position: absolute;
    top: -2000px;
}

#nav1-home {
	width:68px;
	height:47px;
	background:url(/i/new/nav1-home.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-home:hover, #nav1-home.on {
	width:68px;
	height:47px;
	background:url(/i/new/nav1-home-on.gif) no-repeat;
	display:block;
	float:left;
	}
	
#nav1-account {
	width:117px;
	height:47px;
	background:url(/i/new/nav1-account.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-account:hover, #nav1-account.on {
	width:117px;
	height:47px;
	background:url(/i/new/nav1-account-on.gif) no-repeat;
	display:block;
	float:left;
	}
	
#nav1-forum {
	width:74px;
	height:47px;
	background:url(/i/new/nav1-forum.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-forum:hover, #nav1-forum.on {
	width:74px;
	height:47px;
	background:url(/i/new/nav1-forum-on.gif) no-repeat;
	display:block;
	float:left;
	}
	
#nav1-duedateclubs {
	width:140px;
	height:47px;
	background:url(/i/new/nav1-duedateclub.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-duedateclubs:hover, #nav1-duedateclubs.on {
	width:140px;
	height:47px;
	background:url(/i/new/nav1-duedateclub-on.gif) no-repeat;
	display:block;
	float:left;
	}	
	
#nav1-photos {
	width:72px;
	height:47px;
	background:url(/i/new/nav1-photos.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-photos:hover, #nav1-photos.on {
	width:72px;
	height:47px;
	background:url(/i/new/nav1-photos-on.gif) no-repeat;
	display:block;
	float:left;
	}	
	
#nav1-tickers {
	width:79px;
	height:47px;
	background:url(/i/new/nav1-tickers.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-tickers:hover, #nav1-tickers.on {
	width:79px;
	height:47px;
	background:url(/i/new/nav1-tickers-on.gif) no-repeat;
	display:block;
	float:left;
	}	

#nav1-weekbyweek {
	width:230px;
	height:47px;
	background:url(/i/new/nav1-weekbyweek.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-weekbyweek:hover, #nav1-weekbyweek.on {
	width:230px;
	height:47px;
	background:url(/i/new/nav1-weekbyweek-on.gif) no-repeat;
	display:block;
	float:left;
	}

#nav1-videos {
	width:162px;
	height:47px;
	background:url(/i/new/nav1-videos.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-videos:hover, #nav1-videos.on {
	width:162px;
	height:47px;
	background:url(/i/new/nav1-videos-on.gif) no-repeat;
	display:block;
	float:left;
	}

#nav1-blog {
	width:135px;
	height:47px;
	background:url(/i/new/nav1-blog.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-blog:hover, #nav1-blog.on {
	width:135px;
	height:47px;
	background:url(/i/new/nav1-blog-on.gif) no-repeat;
	display:block;
	float:left;
	}

#nav1-giveaways {
	width:103px;
	height:47px;
	background:url(/i/new/nav1-giveaways.gif) no-repeat;
	display:block;
	float:left;
}
	#nav1-giveaways:hover, #nav1-giveaways.on {
	width:103px;
	height:47px;
	background:url(/i/new/nav1-giveaways-on.gif) no-repeat;
	display:block;
	float:left;
	}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;

/*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
text-align: left;
line-height:18px;
z-index:100;
background-color: #fff;
background:url(/i/new/dropdown-bg.gif) repeat-y;
width: 190px;
visibility: hidden;
margin-top:-1px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #958b88;
 /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
color: #6F615D;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-weight:bold;
background:url(/i/new/dropdown-bg-hover.gif);
}
