body {
	background:	#ffffff;
	margin:					0px;
	min-height:				480px;
	font-size:				12px;
	font-family:			Arial;
}

td {
	font-size:				12px;
	font-family:			Arial;
}

menu_item { text-decoration: none}

#header {
	background:				url("../img/sprites.png");
	width:					100%;
	height:					40px;
	min-height:     40px;
	padding-top:			5px;
}

#logo {
	background: 			url("../img/sprites.png");
	background-position:	0px 166px;
	width:					68px;
	height:					18px;
	margin-left:			auto;
	margin-right:			auto;
	
}

#location {
	background: 			url("../img/sprites.png");
	background-position:	0px -45px;
	padding:				5px;
	font-size:				10px;
	font-family:			Arial;
	text-align:				center;
	color:					#ffffff;
}

#url_bar_lock_container {
	float:					right;
	margin-right:			10px;
	font-size:				10px;
	font-family:			Arial;
	text-align:				center;
	color:					#ffffff;
	padding-bottom:     6px;
}

#url_bar_lock_switch {
	background: 			url("../img/sprites.png");
	background-position:	128px 166px;
	width:					76px;
	height:					22px;
}

.menu_item {
	border-bottom:			0px;
	height:					20px;
	padding:				4px;
}

.menu_item_icon_directory{
	background: 			url("../img/sprites.png");
	background-position:	-180px -134px;
	height:					30px;
	width:					30px;
}

.menu_item_icon_generic {
	background: 			url("../img/sprites.png");
	background-position:	-150px -134px;
	height:					30px;
	width:					30px;
}

.menu_item_icon_mp4 {
	background: 			url("../img/sprites.png");
	background-position:	-60px -134px;
	height:					30px;
	width:					30px;
}

.menu_item_icon_mp3 {
	background: 			url("../img/sprites.png");
	background-position:	-90px -134px;
	height:					30px;
	width:					30px;
}

.menu_item_icon_m4v {
	background: 			url("../img/sprites.png");
	background-position:	30px 134px;
	height:					30px;
	width:					30px;
}

.menu_item_icon_m4a {
	background: 			url("../img/sprites.png");
	background-position:	-30px -134px;
	height:					30px;
	width:					30px;
}