div#topbar_top {
	width:800px;
	height:64px;
	background-image:url(../images/top_panel_themes/0/top.jpg);
}
div#topbar_logo {
	width:333px;
	height:86px;
	float:left;
}
div#topbar_browser {
	width:467px;
	height:86px;
	position:relative;
	background-image:url(../images/browser.gif);
	float:left;
}
div#topbar_bottom {
	width:800px;
	height:14px;
	background-image:url(../images/top_panel_themes/0/bottom.jpg);
	clear:both;
}
div#topbar_alphabet{
	font-size:12px;
	color:white;
	word-spacing:3px;
	position:absolute;
	left:12px;
	top:21px;
	cursor:default;
}
div#topbar_alphabet a{
	text-decoration:none;
	color:white;
}
div#topbar_alphabet a:hover{
	background-color:#ff3aae;
}
div#topbar_genre_drop{
	position:absolute;
	left:11px;
	top:56px;
}
div#topbar_genre_drop select{
	width:120px;
}
div#topbar_label_drop{
	position:absolute;
	left:139px;
	top:56px;
}
div#topbar_label_drop select{
	width:120px;
}

div#topbar_player{
	position:absolute;
	left:267px;
	top:56px;
	width:229px;
	height:22px;
}

/* stuff for navi bar */
div#menu_bar_background{
	background-color:#e9eaeb;
	width:800px;
	height:17px;
	position:relative;
}

div#menu_bar_background div#numberinbasket{
	clear:both; /* To get rid of the floating from menu_bar_item - IE fix */
	position:absolute;
	left:189px;
	top:2px;
	color:#eeeeee;
	font-size:9px;
	font-weight:bold;
	cursor:default;
}

div#menu_bar_background .menu_bar_item {
	margin:1px 0px 0px 1px;
	float:left;
	width:113px;
	height:15px;
}

div#menu_bar_background a {
	text-decoration: none;
	background-repeat:no-repeat;
	display: block;
	width:100%;
	height:100%;
}

div#menu_bar_background a:hover,div#menu_bar_background a.selecteditem {
	background-position:top right;
}

