/************************ JAVASCRIPT MENU STYLE *****************************/
.startmenu
{
	border:#000000 0px solid;
	z-index: 3;
	left: 0px;
	top:0;
	width: 120px;
	visibility: visible;
	position: relative;
}

.submenu
{
	border:#000000 0px solid;
	background-color: ghostwhite;
}


.menuover
{
	width:143;
	font-size: 12px;
	z-index:4;
	cursor: hand;
	cursor: pointer;
	border:#888888 0px solid;
	border-bottom: #bbbbbb 1px dashed;
	color:#bbbbbb;
	margin-bottom:1px;
	letter-spacing: 1pt;
	background-color: white;
}

.menuout
{
	width:143;
	font-size: 12px;
	z-index: 4;
	margin-bottom: 1px;
	cursor: hand;
	color: #444444;
	border: #aaaaaa 0px solid;
	border-bottom: #bbbbbb 1px dashed;
	letter-spacing: 1pt;
	background-color: white;

}

.menuout2
{
	width:143;
	font-size: 12px;
	z-index: 4;
	margin-bottom: 1px;
	cursor: hand;
	color: #444444;
	border: #aaaaaa 1px solid;
	border-bottom: #bbbbbb 1px dashed;
	letter-spacing: 1pt;
	background-color: white;

}

/*little td cell that holdes the menu item image */
.itemleft
{
	width: 1px;
	text-align:center;
	height:25; /*questo modifica size rettangoli menù*/
}






/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left td tag */
td.bgside
{
	border-top: #000000 0px solid;
	font-size: 12px;
	border-left: #000000 0px solid;
	color: #222222;
	border-bottom: #000000 0px solid;
	font-family: tahoma;
	text-align: left;
	padding-left:2;
}


/* When the browser does not support the javascript menu, staticmenu will be used */
a.staticmenu:link  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #222266;
}

a.staticmenu:visited  {
	font-size: 12px;
	text-decoration:none;
	COLOR : #444444;
}

a.staticmenu:hover  {
	font-size: 12px;
	COLOR : #666699;
	text-decoration:underline;
}

a.staticmenu:active  {
	font-size: 12px;
	COLOR : #222266;
	text-decoration:blink;
}

.menu
{
	z-index: 3;
	visibility: hidden;
	width: 120px;
	position: absolute;
}




/****************** TOP MENU (AKA HORIZONTAL MENU) *******************/

/* the div that holds the top javascript menu. Set absolute to move anywhere */
.horizontal-javascript
{
/*	overflow: hidden;
	position: relative;*/
}


/* static top links */
A.horizontal-static:link  
{
	FONT-SIZE : 12px;
	COLOR : #222222;
	FONT-FAMILY : Tahoma;
	text-decoration:none;
}

A.horizontal-static:visited  {
	FONT-SIZE : 12px;
	COLOR : #444444;
	FONT-FAMILY : Tahoma;
	text-decoration:none;	
}

A.horizontal-static:hover  {
	FONT-SIZE : 12px;
	COLOR : #2451A6;
	FONT-FAMILY : Tahoma;
	text-decoration:underline;
}

A.horizontal-static:active  {
	FONT-SIZE : 12px;
	COLOR : #2451A6;
	FONT-FAMILY : Tahoma;
	text-decoration:none;	
}


/********************** VARIOUS *******************************/
.transparent-arrow
{
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=55);
}

.transparent-menubullet
{
	FILTER : progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}



/* the right mouse contet menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}
