/*
Styles for Top Gear
*/
div.videoBox {
	clear:both;
	color:#000000;
	background:#ffffff url('videoBackground.png') repeat-y center;
}
/*
Top Gear Menu
*/
select#topGear {
	width:200px;
	font-size:16px;
	margin:50px 0 50px 0;
}
select#topGear option {
	font-size:12px;
	padding:0 20px 0 20px;
	border-bottom:1px dotted #000000;
}
select#topGear optgroup {
	margin:10px 0 10px 0;
}