#menu-nav{
	height: 52px;
	list-style: none;
	padding: 0px 0px 0px 169px;
	margin: 0px 0px 0px 20px;
	background: url(../images/cool-stuff-nav-title.gif) no-repeat;
}

#menu-nav li{
	height: 50px;
	float: left;
	margin: 0px;
	padding: 0px 5px;
}

#menu-nav li a{
	height: 25px;
	display: block;
	text-indent: -5000px;
	text-decoration: none;
}

#menu-nav li.ringtones{
	width: 99px;
	background: url(../images/cool-stuff-nav-ringtones-0.gif) no-repeat top center;
}
#menu-nav li.pretzelmaker-rocks{
	width: 176px;
	background: url(../images/cool-stuff-nav-rocks-0.gif) no-repeat top center;
}
#menu-nav li.video{
	width: 143px;
	background: url(../images/cool-stuff-nav-video-0.gif) no-repeat top center;
}

body.ringtones #menu-nav li.ringtones, #menu-nav li a.ringtones:hover{
	height: 50px;
	background: url(../images/cool-stuff-nav-ringtones-1.gif) no-repeat top center;
}
body.pretzelmaker-rocks #menu-nav li.pretzelmaker-rocks, #menu-nav li a.pretzelmaker-rocks:hover{
	height: 50px;
	background: url(../images/cool-stuff-nav-rocks-1.gif) no-repeat top center;
}
body.video #menu-nav li.video, #menu-nav li a.video:hover{
	height: 50px;
	background: url(../images/cool-stuff-nav-video-1.gif) no-repeat top center;
}

.ringtone-container {
	width: 492px;
	height: 49px;
	margin: 10px 0px;
	background: url(../images/ringtone-bg.gif) no-repeat center center;
}

img.ringtone-header {
	display: block;
	margin-bottom: 35px;
}

table.ringtone-outer-table td {
	padding-right: 5px;
}

table.ringtone {
	height: 49px;
}

table.ringtone tr td {
	padding: 0px 15px;
	font-weight: bold;
}

table.ringtone tr td img {
	cursor: pointer;
}

.ringtone-dl {
	position: relative;
}

.choose-dl {
	display: none;
	position: absolute;
	height: 45px;
	width: 70px;
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	border: solid 1px #b0b0b0;
	line-height: 12px;
	z-index: 5;
}

.choose-dl a {
	text-decoration: none;
}

.choose-dl a.ringtone {
	line-height: 22px;
}

.choose-dl a:hover {
	color: #ee2e24;
}

a.choose-dl-close {
	float: right;
	font-weight: bold;
}
