
.webfx-menu, .webfx-menu * {
	/*
	Set the box sizing to content box
	in the future when IE6 supports box-sizing
	there will be an issue to fix the sizes

	There is probably an issue with IE5 mac now
	because IE5 uses content-box but the script
	assumes all versions of IE uses border-box.

	At the time of this writing mozilla did not support
	box-sizing for absolute positioned element.

	Opera only supports content-box
	*/
    text-align:         left;
	box-sizing:			content-box;
	-moz-box-sizing:	content-box;
    font-size:          10px;
    position:			relative;
    z-index:500000;
}

.webfx-menu {
	position:			absolute;
	z-index:			15000;
	width:				100px;
    visibility:hidden;
	background:			#FFFFFF;
	border:             1px solid #CCC;
	padding:			0px;
	filter:				none;
	-moz-opacity:		1;
    margin:             -4px 0 0 -4px;
}

.webfx-menu-empty {
	display:			block;
	height:				16px;
	padding-left:		5px;
	padding-right:		5px;
}

.webfx-menu a {
	display:			block;
	width:				expression(constExpression(ieBox ? "100%" : "auto"));	/* should be ignored by mz and op */
	text-decoration:	none;
	XXXheight:			18px;
	height:				expression(constExpression("1px"));
	vertical-align:		center;
	border:				0;
	XXXoverflow:		hidden;
    padding:            2px 2px 6px 2px;
    border-left:        5px solid #EEE;
}


.menuimg {
    margin-bottom:-6px}

.webfx-menu a:hover {background-color:#CCC;}	

.webfx-menu a .arrow {
	float:			right;
	border:			0;
	width:			3px;
	margin-right:	3px;
	margin-top:		4px;
}

/* separtor */
.webfx-menu div {
	height:			5px;
	background-color: #EEEEEE;
	overflow:		hidden;
	margin:			0px 0px 0px 0px;
	font-size:		0mm;
}

#barBlog .menu {float:left;}
#barUtente .menu {float:left;}
#barIobloggo .menu {float:left;}
#barSpecial .menu {float:left;}
/*#barLogout      .webfx-menu-bar {float:right;}*/

.webfx-menu-bar {
    text-transform:uppercase;
    font-family:"Arial";
    font-weight:bold;
    color:#333;
    padding:0px;
    margin:0 5px 0 5px;
}

.webfx-menu-bar DIV
{
float:left;
border-right:1px solid #EEE;
padding:0px 2px 8px 4px;
margin:0px;
}

.webfx-menu-bar DIV:hover {
background-color:#CCCCCC;
color:#000000;
}

.webfx-menu-bar a
{
    text-decoration:	none;
    color:#333;
    position:relative;
}
/*
.webfx-menu-bar a:hover {
background-color:#CCCCCC;
color:#000000;
}*/
.webfx-menu-bar IMG
{
    /*margin-bottom:-6px;*/
    position:relative;
    top:6px;}
.webfx-menu-bar a .arrow {
    /*
	border:			0;
	float:			none;
    */
    display:none;
}

.webfx-menu-bar a:active, .webfx-menu-bar a:focus {
	-moz-outline:	none;
	outline:		none;
}