.dropdown{
	display:none;
	margin:0;
	padding:0;
	list-style:none;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	display: block;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown ul li a{
	font-size: 11px;
	font-weight: bold;
	text-decoration:none;
	color: #000;
}

/*.dropdown a{
	text-decoration:none;
	width:100%;
}*/

.dropdown ul li a:hover{
	text-decoration:underline;
}

/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	margin-top:0px;
	margin-bottom:0px;
	width: 162px;
	height: 17px;
	border-top:0;
	padding-left: 7px;
	background:url(bg_li.png) 0 2px;
}

.dropdown ul.audio li{
	margin-top:0px;
	margin-bottom:0px;
	width: 72px;
	height: 17px;
	border-top:0;
	padding-left: 7px;
	background:url(bg_li.png) 0 2px;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
}
