/* general styles */

body {
	background: repeat-x url(../../images/color1/body.jpg) #002359;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover, a:active {
}

/* layout */

#pageHeader h1 {
	text-shadow: 3px 3px 0px #ffffff;

}

#pageHeader h2 {
}

#footer {
	background: #f0f0f0;
	text-shadow: none;
	color: #808080;
}

/* @group toolbar */

/* solo colori */

#navcontainer #current {
	background: url(../../images/color1/B_current.jpg) no-repeat transparent;
}

/* 0 */

#navcontainer li {
	background: no-repeat url(../../images/color1/B_over.jpg) transparent;
}

#navcontainer a{
	background: repeat-x url(../../images/color1/body.jpg) transparent;
	color: #f7f7f7;
	font-variant: normal;
}

#navcontainer a:hover {
	background: url(../../images/color1/B_over.jpg) no-repeat transparent;
}

#navcontainer a:active {
	background: no-repeat url(../../images/color1/B_over.jpg) transparent;
}

/* 1 */

#navcontainer ul ul a:hover{
	color: #003b85;
	background: transparent;
}

#navcontainer ul ul a:active {
	background: transparent;
}

#navcontainer ul ul #current{
	background: transparent;
	font-weight: bold;
	color: #003b85;
}

/* @end */ 