ul{
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:10pt;
	/*height:28px;*/
}
#item{
	position:absolute;
	left:-20000px;
	width: auto;
	color:rgb(100,100,100);
	display:inline;
	text-decoration:none;
	text-indent:26px;
	line-height:32px;
	z-index:100;
	
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 2px 2px 3px #666;
}
#item li{
	/*border-top:1px solid rgb(230,230,230);*/
	border-left:1px solid rgb(230,230,230);
	border-right:1px solid rgb(230,230,230);
}
#item li a{
	padding: 0 8px 0 8px;
	text-align:left;
	color:rgb(100,100,100);
	display:block;
	text-decoration:none;
	font-size:10pt;
	text-align:left;
}
#item li :hover{
	color:#02A4E0;
	text-decoration:underline;
}
#item li :active{
	text-decoration:none;
}
#item .menu_item_items, .menu_item_music, .menu_item_places, .menu_item_videos, .menu_item_websites, .menu_item_images{
	background:#FFF;
	background:rgb(248,250,242);
}
#item .menu_item_items:hover, .menu_item_music:hover, .menu_item_places:hover, .menu_item_videos:hover, .menu_item_websites:hover, .menu_item_images:hover{
	background:rgb(236,238,228);
}
#item .menu_item_images{
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom:1px solid rgb(230,230,230);
}
#item .menu_item_images :hover{
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

/* ICON ELEMENTS */
#item .item_icon {
    background: url(/images/items_i.png) 8px center no-repeat;
}
#item .music_icon {
    background: url(/images/music_i.png) 8px center no-repeat;
}
#item .places_icon {
    background: url(/images/places_i.png) 8px center no-repeat;
}
#item .video_icon {
    background: url(/images/videos_i.png) 8px center no-repeat;
}
#item .websites_icon {
    background: url(/images/websites_i.png) 8px center no-repeat;
}
#item .images_icon {
    background: url(/images/images_i.png) 8px center no-repeat;
}

/** Tools **/

#tools{
	position:absolute;
	left:-20000px;
	width: auto;
	color:rgb(100,100,100);
	display:inline;
	text-decoration:none;
	text-indent:26px;
	line-height:32px;
	z-index:100;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	box-shadow: 2px 2px 3px #666;
}

#tools li{
	/*border-top:1px solid rgb(230,230,230);*/
	border-left:1px solid rgb(230,230,230);
	border-right:1px solid rgb(230,230,230);
}
#tools li a{
	padding: 0 8px 0 8px;
	text-align:left;
	color:rgb(100,100,100);
	display:block;
	text-decoration:none;
	font-size:10pt;
	text-align:left;
}
#tools li :hover{
	color:#02A4E0;
	text-decoration:underline;
}
#tools li :active{
	text-decoration:none;
}
#tools .menu_item_items, .menu_item_music, .menu_item_places, .menu_item_videos, .menu_item_websites, .menu_item_images{
	background:#FFF;
	background:rgb(248,250,242);
}
#tools .menu_item_items:hover, .menu_item_music:hover, .menu_item_places:hover, .menu_item_videos:hover, .menu_item_websites:hover, .menu_item_images:hover{
	background:rgb(236,238,228);
}
#tools .menu_item_images{
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom:1px solid rgb(230,230,230);
}
#tools .menu_item_images :hover{
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}

/* ICON ELEMENTS */
#tools .bookmark_icon {
    background: url(/images/addit_i.png) 8px center no-repeat;
}
#tools .remix_icon {
    background: url(/images/shuffle_i_2.png) 8px center no-repeat;
}