ul.videos_dropdown {
	padding:0px;
	margin:0px;
	list-style-type: none;
}

div.videos_dropdown_choices {
	position:relative;
	z-index:1000;
	left:45px;
	top:-6px;
	display:none;	
}

ul.videos_dropdown li a:link,
ul.videos_dropdown li a:active,
ul.videos_dropdown li a:visited {
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

ul.videos_dropdown li a:hover {
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
	text-decoration:none;
}

ul.videos_dropdown li:hover {
	background-color:#F3F3F3;	
}

ul.videos_dropdown li {
	background-image: url(/images/main-repeat.png);
	width:155px;	
}

div.videos_dropdown_selected {
	background-image: url(/images/dropdown-ui.png);
	background-repeat: no-repeat;
	width: 165px;
	height: 24px;
	margin-left:30px;
	padding-top:5px;
	padding-left:25px;
	font-family: helvetica, sans-serif;
	font-size:14px;
	color: #666666;
}

ul.videos_dropdown div.videos_dropdown_top {
	background-image: url(/images/main-top.png);
	width:155px;
	height:8px;
}

ul.videos_dropdown div.videos_dropdown_bottom {
	background-image: url(/images/main-bottom.png);
	width:155px;
	height:8px;
}