/* MyRoxio Community Website */
/* David Tang (Sonic Solutions) */
/* January 26, 2006 */

/* subnav elements */


div#content div#subnav {
	width: 285px; 
	height: 214px; 
	float: left; border-style: none; margin: 0px;
	background: url(/images/subnav_bg.gif) #747474 repeat-x top;
	line-height: normal;
}

#subnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-top: 1px;
}


#subnav ul li {
	width: 285px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 1px;
}

#subnav ul a {
	display: block;
	color: #fff;
	width: 250px;
	height: 17px;
	text-decoration: none;
	padding-left: 35px;
	padding-top: 2px;
}

#subnav ul a:hover{
	display: block;
	width: 250px;
	height: 17px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(/images/subnav_select_bg_2.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
}

#subnav ul li.current{
	display: block;
	width: 285px;
	height: 19px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	background-image: url(/images/subnav_select_bg.gif);
	background-repeat: no-repeat;
}
