/* left side td tag. menu is inside of this. you can set menu with here or in skin file itself */
td.bgside
{
	border-top: 0px solid #FF0000;
	border-right: 0px solid #FFFF00;
	border-left: 0px solid #00FF00;
	border-bottom: 0px solid #0000FF;
	

	font-size: 12px;
	color: #222222;
	font-family: tahoma;
	text-align: center;
	padding-left:0;
}

/*************************************************************************
CSS MENU - NEW. Used by default
Used by "WriteCSSMenu thisparentid" in skin.asp
BLUE MENU */
.container {
	BACKGROUND: #F11FFF; 
	MARGIN: 0px auto; 
	COLOR: #000; 
	POSITION: relative; 
}
#navcontainer
{
	font-family: Arial, Helvetica, sans-serif;
/*	background-color: #FFFFFF;*/
	font-size: 14px;
	font-weight: bold;
/*	background-image:url(/content/skins/quattropassi/sfondo.jpg) */
}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
/*background-image:url(/content/skins/quattropassi/sfondo.jpg)*/

}

#navcontainer li
{
	margin: 4px 0;
/*	background-image:url(/content/skins/quattropassi/sfondo.jpg)*/
}

#navcontainer li a
{
	display: block;
	padding: 5px 4px 5px 4px;
	border-left: 0px solid #e2e2e4;
	border-right: 0px solid #e2e2e4;
	background-color: #2175bc;
	color: #FFFFFF;
	text-decoration:none;
	font:"Courier New";
	width: 100%;
	white-space:nowrap
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	text-decoration: underline;
	color: Lime;
	font-style: inherit;
}

#navcontainer li li
{
margin-top: 3px;
margin-bottom: 3px;
margin-left:0px;
margin-right:0px;
font-size:13px;
font-weight:normal;
/*background-image:url(/content/skins/quattropassi/sfondo.jpg)*/

}

#navcontainer li li a
{
display: block;
padding: 1px 10px 1px 30px;
background-color: #2586d7;
color: #eee;
text-decoration: none;
width: 100%;
}

#navcontainer li li li
{
border-top: 1px solid #90bade;
border-bottom: 0px none;
margin: 0;
font-size:10px
}

#navcontainer li li li a
{
display: block;
padding: 1px 20px 1px 35px;
border-left: 0px solid #1958b7;
border-right: 0px solid #508fc4;
background-color: #2586d7;
color: #eee;
text-decoration: none;
}

#navcontainer img
{
  padding-right:3px;
}


/****************** TOP MENU (AKA HORIZONTAL MENU) *******************/
#menutop
{
	margin-top: 10px;
}

#menutop a
{
	font-size: 12px;
	color: #28519E;
	text-decoration: underline;
	height: 20;
	margin-left: 5px;
	white-space: nowrap;
}

#menutop a:hover
{
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
}

.seperator
{
  border-left: #e6e6ee 1px solid;
  border-right: #a7a6aa 1px solid;
  width:0px;
  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;
}