#bottom-bar
{
	overflow: visible;
	width: 1000px;
	height: 30px;
	padding-top: 15px;
	position: absolute;
	bottom: 0;
	/*
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	*/
    left: 50%;
    margin-left: -500px;
	background: url('../img/bottom-bar/bottombar-fade.png')  repeat-x left top;
	visibility: hidden;
	}

#bottom-bar-apri
{
	overflow: hidden;
	width: 90px;
	height: 19px;
	position: absolute;
	bottom: 0;
	right: 50%;
	visibility: visible;
	margin: auto;
	margin-right: -60px;
}

#bottom-bar-apri a
{
	width: 90px;
	height: 19px;
	background: url('../img/bottom-bar/bottombar-up.png')  no-repeat left 0px;
	display: block;
}

#bottom-bar-apri a:hover
{
	width: 90px;
	height: 19px;
	background: url('../img/bottom-bar/bottombar-up.png')  no-repeat left -20px;
	display: block;
}

#bottom-bar-apri  img
{
display: none;
}

#bottom-bar-chiudi
{
	float: right;
	position: relative;
	bottom: -5px;
}

#bottom-bar-chiudi .close a
{
	background: url('../img/bottom-bar/chiudi.gif')  no-repeat top left;
	width: 40px;
	height: 25px;
	display: block;
	text-indent: -9999px;
}

@media screen
{
	body>div#bottom-bar
	{
		position: fixed;
	}
}

@media screen
{
	body>div#bottom-bar-apri
	{
		position: fixed;
	}
}

#bottom-bar-radio
{
	float: left;
	width: 60px;
	height: 24px;
	margin: 0px;
	margin-top: 3px;
	position: relative;
}

#bottom-bar-radio a.img
{
	background: url('../img/bottom-bar/radio.gif') 0 0 no-repeat;
}

#bottom-bar-flash
{
	float: left;
	height: 29px;
	font-size: 0.7em;
	overflow: hidden;
	padding: 0;
	width: 480px;
	overflow: hidden;
}

#bottom-bar-flash-ico
{
	float: left;
	width: 30px;
	padding: 0;
	padding-right: 5px;
	line-height: 0px;
	text-indent: -99999px;
	background: #FFFFFF;
	position: relative;
	font-size: 0.8em;
}

#bottom-bar-flash-ico a
{
display: block;
width: 30px;
height: 28px;
}


#bottom-bar-flash-scroller
{
	float: left;
	width: 440px;
	height: 27px;
	padding-left: 42px;
	padding-right: 3px;
	margin-top: 2px;
	padding-top: 6px;
	background: url('../img/bottom-bar/realtime.gif') top left no-repeat;

}

#bottom-bar-flash-scroller a
{
	color: #000000;
}

#bottom-bar-flash-scroller a:hover
{
	color: #666666;
}

#bottom-bar-menu
{
	float: left;
	padding: 3px 5px;
}

#bottom-bar-menu .new
{
	padding: 0;
	margin: 0;
	font-size: 50%;
	font-weight: bold;
	display: block;
	float: left;
	margin-left: 33px;
	margin-top: -25px;
	color: red;

}

#bottom-bar-menu .bb-post-counter
{
	padding: 0;
	margin: 0;
	margin-right: 15px;
	font-style: italic;
	display: block;
	float: left;
	z-index: 20;
	margin-left: 30px;
	margin-top: -15px;
	font-size: 75%;
	width: 23px;
	height: 16px;
	overflow: hidden;
}

#bottom-bar-menu .bb-post-counter-inside
{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	color: #999999;
}

#bottom-bar-menu li li .bb-post-counter-inside
{
background-color: transparent;
}


#bottom-bar-menu .bottom-menu a.img
{
	width: 24px;
	height: 24px;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	text-indent: -99999px;
}

#bottom-menu-musica a.img
{
	background: url('../img/bottom-bar/m-menu.gif') 0 -35px no-repeat;
}

#bottom-menu-cinema a.img
{
	background: url('../img/bottom-bar/c-menu.gif') 0 -34px no-repeat;
}

#bottom-menu-community a.img
{
	background: url('../img/bottom-bar/f-menu.gif') 0 -34px no-repeat;
}

#bottom-bar-menu .bottom-menu a.img:hover
{
	background-position: 0 -2px;
}

#bottom-bar-concorsi
{
background: url('../img/bottom-bar/concorsi.gif') 0 0 no-repeat;
float: left;
width: 220px;
margin-top: 2px;
height: 29px;
margin-left: 10px;
padding-left: 38px;
}

#bottom-bar-concorsi ul
{
background-color: transparent;
}

#bottom-bar-concorsi a
{
font-size: 0.8em;
color: #000;
font-weight: bold;
}

#bottom-bar-concorsi ul ul
{
margin-left: 80px;
}

#bottom-bar-concorsi ul li li a
{
font-size: 1em;
}

/* - - - ADxMenu: BASIC styles - - - */

/* remove all list stylings */
.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;	/* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 5;		/* thus we need to apply explicit z-index here... */
	width: 62px;
}

#bottom-bar-concorsi .menu li
{
width: auto;
}

.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal;/* required to resolve IE7 :hover bug (z-index above is ignored if this is not present)
							see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}

.menu li li {
	float: none;/* items of the nested menus are kept on separate lines */
}

.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 10;
	left: 0;	/* while hidden, always keep them at the bottom left corner, */
	bottom: 0;		/* 		to avoid scrollbars as much as possible */
}

.menu ul li
{
	width: 170px;
}


.menu li:hover>ul {
	visibility: visible;	/* display submenu them on hover */
	bottom: 100%;	/* 1st level go above their parent item */
}

.menu li li:hover>ul {	/* 2nd+ levels go on the right side of the parent item */
	bottom: 0;
	left: 100%;
}

/* -- float.clear --
	force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {	/* IE7 float clear: */
	min-height: 0;
}
/* -- float.clear.END --  */

/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu
	YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly!
	if you do it, make sure you 110% know what you do */
.menu ul {
	/*background-image: url('../img/empty.gif');	required for sticky to work in IE6 and IE7 - due to their (different) hover bugs */
	padding: 0px;
	padding-top: 16px;
	padding-right: 20px;
	margin: 0;
	background: transparent url('../img/bottom-bar/ulul-top.png') top left no-repeat;
	/*background: #f00;*/	/* uncomment this if you want to see the "safe" area.
								you can also use to adjust the safe area to your requirement */
}
.menu ul ul {
	padding: 0px;
	padding-top: 16px;
	margin: 0 0 -30px -10px;
	width: 180px;
	}


/* - - - ADxMenu: DESIGN styles - - - */

.menu, .menu ul li {
	color: #000000;
	background: #e5e5e5;
	}

.menu ul {
	width: 180px;
}

.menu a, .menu span {
	text-decoration: none;
	color: #999999;
	padding: 5px 10px 5px 28px;
	display: block;
	position: relative;
}

.menu li li {
	font-size: 0.8em;
	width: 180px;
	background: transparent url('../img/bottom-bar/ulul-middle.png') top left repeat-y;
}

.menu li li.last-child {
	background: transparent url('../img/bottom-bar/ulul-bottom.png') bottom left no-repeat;
	padding-bottom: 8px;
}

.menu li li li {
	font-size: 1.0em;
	width: 180px;
	background: transparent url('../img/bottom-bar/ulul-middle.png') top left repeat-y;
}

.menu li li a, .menu li li span {
	color: #333333;
	margin-left: 8px;
	margin-right: 1px;
}


.menu li li a:hover {
	color: #666666;
}

.menu li li span:hover {
	color: #666666;
}

.menu li.folder li.facebook a {
	background: url('../img/channels/facebook.png') 5px 5px no-repeat ;
}

.menu li.folder li.twitter a{
	background: url('../img/channels/twitter.png') 5px 5px no-repeat ;
}

.menu li.folder li.youtube a{
	background: url('../img/channels/youtube.png') 5px 5px no-repeat ;
}

.menu li.folder li.myspace a{
	background: url('../img/channels/myspace.png') 5px 5px no-repeat ;
}

.menu li.folder li a, .menu li.folder span{
	background: url('../img/bottom-bar/ico-folder.png') 5px 5px no-repeat ;
}

.menu li li.c-dvd  a{
	background: url('../img/bottom-bar/ico-c-dvd.png') 5px 5px no-repeat ;
}

.menu li li.c-film a{
	background: url('../img/bottom-bar/ico-c-film.png') 5px 5px no-repeat ;
}

.menu li li.c-interviste a{
	background: url('../img/bottom-bar/ico-c-interviste.png') 5px 5px no-repeat ;
}

.menu li li.c-news a{
	background: url('../img/bottom-bar/ico-c-news.png') 5px 5px no-repeat ;
}

.menu li li.c-media a{
	background: url('../img/bottom-bar/ico-c-media.png') 5px 5px no-repeat ;
}

.menu li li.c-rubriche a{
	background: url('../img/bottom-bar/ico-c-rubriche.png') 5px 5px no-repeat ;
}

.menu li li.c-vendite a{
	background: url('../img/bottom-bar/ico-c-vendite.png') 5px 5px no-repeat ;
}

.menu li li.c-vignette a{
	background: url('../img/bottom-bar/ico-c-vignette.png') 5px 5px no-repeat ;
}

.menu li li.m-dischi a{
	background: url('../img/bottom-bar/ico-m-dischi.png') 5px 5px no-repeat ;
}

.menu li li.m-concerti a{
	background: url('../img/bottom-bar/ico-m-concerti.png') 5px 5px no-repeat ;
}

.menu li li.m-interviste a{
	background: url('../img/bottom-bar/ico-m-interviste.png') 5px 5px no-repeat ;
}

.menu li li.m-news a{
	background: url('../img/bottom-bar/ico-m-news.png') 5px 5px no-repeat ;
}

.menu li li.m-media a{
	background: url('../img/bottom-bar/ico-m-media.png') 5px 5px no-repeat ;
}

.menu li li.m-rubriche a{
	background: url('../img/bottom-bar/ico-m-rubriche.png') 5px 5px no-repeat ;
}

.menu li li.m-vendite a{
	background: url('../img/bottom-bar/ico-m-vendite.png') 5px 5px no-repeat ;
}

.menu li li.m-vignette a{
	background: url('../img/bottom-bar/ico-m-vignette.png') 5px 5px no-repeat ;
}

.menu li li.f-classifiche a{
	background: url('../img/bottom-bar/ico-f-classifiche.png') 5px 5px no-repeat ;
}

.menu li li.f-playlist a{
	background: url('../img/bottom-bar/ico-f-playlist.png') 5px 5px no-repeat ;
}

.menu li li.f-sondaggi a{
	background: url('../img/bottom-bar/ico-f-sondaggi.png') 5px 5px no-repeat ;
}

.menu li li.f-utenti a{
	background: url('../img/bottom-bar/ico-f-utenti.png') 5px 5px no-repeat ;
}

.menu li li.f-forum a{
	background: url('../img/bottom-bar/ico-f-forum.png') 5px 5px no-repeat ;
}

#bottom-bar-concorsi .menu li li a
{
	background: url('../img/bottom-bar/coppa.png') 5px 5px no-repeat ;
}

.menu li li:hover a, .menu li li li:hover a, .menu li li:hover span, .menu li li:hover li:hover a, #bottom-bar-concorsi .menu li li a:hover {
	background-color: #fff;
}

.menu li li:hover li a
{
	background-color: transparent;
}


.menu ul>li + li {	/* and remove the top border on all but first item in the list */
	border-top: 0;
}

.menu li li:hover>ul {	/* inset 2nd+ submenus, to show off overlapping */
	bottom: 5px;
	left: 90%;
}

/* special colouring for "Main menu:", and for "xx submenu" items in ADxMenu
	placed here to clarify the terminology I use when referencing submenus in posts */
/*
.menu>li:first-child>a, .menu li + li + li li:first-child>a {
	color: #999999;
}
*/





/* Fix for IE5/Mac \*//*/
.menu a {
	float: left;
}
/* End Fix */
