/* left side td tag. menu is inside of this. you can set menu with here or in skin file itself */
td.bgside
{
	font-size: 11px;
	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
{
background: url(sfumatura.jpg) repeat-x;
margin-left: 0px;
padding: 55px 0px 0px 0px;
margin-bottom: 1em;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;

}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#navcontainer li
{
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 5px 0px 5px 5px;
text-decoration: none;
width: 100%;
color: #2c2bad !Important;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
}

#navcontainer li li
{
margin: 0;
font-size:11px;
font-weight:normal;
}

#navcontainer li li a
{
display: block;
padding: 1px 0px 1px 15px;
text-decoration: none;
width: 100%;
}

#navcontainer li li li
{
margin: 0;
font-size:10px;
}

#navcontainer li li li a
{
display: block;
padding: 1px 1px 1px 25px;
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;
}