/* left side td tag. menu is inside of this. you can set menu with here or in skin file itself */
td.bgside
{
	border-top: #000000 0px solid;
	font-size: 12px;
	border-left: #333 1px solid;
	color: #333333;
	border-bottom: #000000 0px solid;
	font-family: tahoma;
	text-align: left;
	padding-left:0;

}

/*************************************************************************
CSS MENU - NEW. Used by default
Used by "WriteCSSMenu thisparentid" in skin.asp
BLUE MENU */
#navcontainer
{
margin-left: 0px;
border-right: 0px solid #000;
padding: 0;
margin-bottom:0em;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #666;
font-size:12px;
font-weight:bold;
}




#navcontainer2
{
margin-left: 0px;
border-right: 0px solid #000;
padding: 0;
margin-bottom: 0px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #90bade;
color: #333;
font-size:12px;
font-weight:bold;

}

#navcontainer2 ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
margin-bottom:-20px;
}

#navcontainer2 li
{
border-bottom: 1px solid #90bade;
margin: 0;
margin-bottom:-20px;
}

#navcontainer2 li a
{
display: block;
padding: 5px 0px 5px 5px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer2 li a { width: auto; }





#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#navcontainer li
{
border-bottom: 1px solid #90bade;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 0px 5px 5px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #28519E;
color: #fff;
}

#navcontainer li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
font-size:11px;
font-weight:normal;
}

#navcontainer li li a
{
display: block;
padding: 1px 0px 1px 15px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2586d7;
color: #eee;
text-decoration: none;
width: 100%;
}

#navcontainer li li li
{
border-top: 1px solid #90bade;
border-bottom: 0;
margin: 0;
font-size:10px;
}

#navcontainer li li li a
{
display: block;
padding: 1px 1px 1px 25px;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2586d7;
color: #eee;
text-decoration: none;
}

#navcontainer img
{
  padding-right:3px;
}


/****************** TOP MENU (AKA HORIZONTAL MENU) *******************/
#menutop
{
	margin-top:1px;
}

#menutop a
{
  padding-right: 2px;
  padding-left: 2px;
  font-size: 12px;
  padding-bottom: 3px;
  color: #28519E;
  padding-top: 3px;
  border-top: #eee 0px solid;
  border-bottom: #eee 0px solid;
  border-left: #eee 1px solid;
  border-right: #eee 1px solid;
  text-decoration: underline;
  height:20;
  line-height: 23px;
  margin-left:0px;
  white-space:nowrap;
  margin-left:-4;
}

#menutop a:hover
{
	text-decoration: none;
	border:1px solid #118;
	background-color:#2586d7;
	padding:3px 2px;	
	color: #fff; 
	white-space:nowrap;
}

.seperator
{
  border-left: #e6e6ee 1px solid;
  border-right: #a7a6aa 1px solid;
  width:0px;
  padding-top:3px;
  padding-bottom:3px;
  margin-left:3px;
  margin-right:7px;
  
}




/* the right mouse context menu */
DIV.diveditmenu
{
	z-index: 6;
	left: 0px;
	visibility: hidden;
	width: 100px;
	height: 60px;
	position: absolute;
	top: 0px;
	background-color: white;
}
/************************ 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;
}


/* style of the button when mouse is over the menu item */
.menuover
{
	color: #FDF21E;
	font-family: tahoma;
	font-size:11;
	font-weight: bold;
	z-index:6;
	cursor: hand;
	background-image: url(images/button.gif);
	height: 25;
	border-left: solid 2 #7ACC96;
	border-right: solid 2 #568F69;
}

/* normal state of the menu item */
.menuout
{	 
	color: #FFFFFF;
	font-family: tahoma;
	font-size:11;
	font-weight: bold;
	z-index:4;
	cursor: hand;
	background-image: url(images/button.gif);
	height: 25;
	border-left: solid 2 #7ACC96;
	border-right: solid 2 #568F69;
}
/*little td cell that holdes the menu item image */
.itemleft
{
	width: 1px;
	text-align:center;
	height:25;
}






/************************ LEFT MENU (AKA VERTICAL MENU) *****************************/
/* left td tag */
td.bgside
{
	border-right: #000000 1px solid;
	border-top: #000000 0px solid;
	font-size: 10px;
	border-left: #000000 0px solid;
	color: #DDDDDD;
	border-bottom: #000000 1px solid;
	font-family: tahoma;
	background-color: #000000;
	text-align: left;
}

/* When the browser does not support the javascript menu, staticmenu will be used */
a.staticmenu:link  {
  padding-right: 2px;
  padding-left: 2px;
  font-size: 10px;
  padding-bottom: 3px;
	color: #fff; 
  padding-top: 0px;
  	border:0px solid #118;
  border-top: #eee 0px solid;
  border-bottom: #eee 0px solid;
  border-left: #eee 0px solid;
  border-right: #eee 0px solid;
	text-decoration: none;
  height:20;
  line-height: 15px; /** ALTEZZA **/
  margin-left:0px;
  white-space:nowrap;
  margin-left:-4;
  	background-color:#000000;
	padding:3px 2px;
}

a.staticmenu:visited  {
  padding-right: 2px;
  padding-left: 2px;
  font-size: 10px;
  padding-bottom: 3px;
	color: #fff; 
  padding-top: 0px;
  	border:0px solid #118;
  border-top: #eee 0px solid;
  border-bottom: #eee 0px solid;
  border-left: #eee 0px solid;
  border-right: #eee 0px solid;
	text-decoration: none;
  height:20;
  line-height: 18px; /** ALTEZZA **/
  margin-left:0px;
  white-space:nowrap;
  margin-left:-4;
  	background-color:#000000;
	padding:3px 2px;
}

a.staticmenu:hover  {
	font-size: 10px;
	COLOR : #CCFF00;
	text-decoration:underline;
}

a.staticmenu:active  {
  padding-right: 2px;
  padding-left: 2px;
  font-size: 10px;
  padding-bottom: 3px;
	color: #fff; 
  padding-top: 0px;
  	border:0px solid #118;
  border-top: #eee 0px solid;
  border-bottom: #eee 0px solid;
  border-left: #eee 0px solid;
  border-right: #eee 0px solid;
	text-decoration: none;
  height:20;
  line-height: 18px; /** ALTEZZA **/
  margin-left:0px;
  white-space:nowrap;
  margin-left:-4;
  	background-color:#000000;
	padding:3px 2px;
}

.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: absolute;
}

#menutop
{
	margin-top:0px;
	font-size: 11px;
	font-weight: bold;
}

#menutop a
{
  padding-right: 1px;
  padding-left: 1px;
  font-size: 11px;
  font-weight: bold;
  padding-bottom: 3px;
  color: #FFF; 
  padding-top: 0px;
  height:20;
  line-height: 12px; /** ALTEZZA **/
  margin-left:1px;
  white-space:nowrap;
  margin-left:1;
  padding:2px 3px;
  text-decoration: none;
}

#menutop a:hover
{
	text-decoration: none;
	background-color:#609AA6;
	padding:2px 3px;	
	color: #FDF21E; 
	white-space:nowrap;
}

.seperator
{
  border-left: #e6e6ee 1px solid;
  border-right: #a7a6aa 1px solid;
  width:0px;
  padding-top:3px;
  padding-bottom:3px;
  margin-left:3px;
  margin-right:7px;
  
}

/********************** 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;
}

/********************** NAVBAR MRAXEL *******************************/

#mainnav {
	margin-left: 0px;
	border-right: 0px solid #000;
	padding: 0;
	margin-bottom: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: #7a84ac;
	color: #FDF21E;
	font-size:15px;
	font-weight:bold;
}
#mainnav a:unknown {
	COLOR: #630
}
#mainnav UL {
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}
#mainnav a {
	FONT-WEIGHT: bold; COLOR: #960; TEXT-DECORATION: none
}
#mainnav a:hover {
	COLOR: #630
}
#mainnav LI {
border-top: 0px solid #eff2f6;
border-bottom: 0px solid #7a84ac;
margin: 0;
}
#mainnav LI A {
font-size:10px;
display: block;
padding: 3px 0px 3px 0px;
background-color: #dfe0ec;
color: #616275;
text-decoration: none;
width: 100%;
}
#mainnav li a:hover
{
background-color: #a5a6b8;
color: #dfe0ec;
}
#mainnav li a.strong
{
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-weight:bold;
	font-size:10px;
	display: block;
	padding: 3px 0px 3px 3px;
	border-left: 5px solid #900;
	background-color: white;
	color: #900;
	text-decoration: none;
	width: 100%;
}
#mainnav li a.strong:hover
{
	color: #d4a519;
	padding: 3px 0px 3px 3px;
	border-left: 5px solid #d4a519;
	background-color: white;
}
#mainnav li li
{
border-top: 0;
border-bottom: 0;
margin: 0;
font-size:11px;
font-weight:normal;
}

#mainnav li li a
{
display: block;
padding: 3px 0px 3px 3px;
border-left: 5px solid #9ea0ac;
background-color: #ced0e0;
color: #616275;
text-decoration: none;
width: 100%;
}
#mainnav li li a:hover
{
background-color: #718abf;
color: #e8ebf0;
}
#mainnav li li a.strong
{
	color: #900;
	padding: 3px 0px 3px 3px;
	border-left: 10px solid #900;
	background-color: white;
}
#mainnav li li a.strong:hover
{
	color: #d4a519;
	padding: 3px 0px 3px 3px;
	border-left: 10px solid #d4a519;
	background-color: white;
}
#mainnav li li li
{
border-top: 0;
border-bottom: 0;
margin: 0;
font-size:10px;
}
#mainnav li li li a
{
display: block;
padding: 3px 0px 3px 3px;
border-left: 10px solid #9ea0ac;
background-color: #b9bbcd;
color: #616275;
text-decoration: none;
}
#mainnav li li li a:hover
{
border-left: 10px solid #a6b7d6;
background-color: #718abf;
color: red;

color: #e8ebf0;
}
#mainnav li li li a.strong
{
	color: #900;
	padding: 3px 0px 3px 3px;
	border-left: 10px solid #900;
	background-color: white;
}
#mainnav li li li a.strong:hover
{
	color: #d4a519;
	padding: 3px 0px 3px 3px;
	border-left: 10px solid #d4a519;
	background-color: white;
}
#mainnav img
{
  padding-right:3px;
}
