/* general styles */

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

a:link {
	color: #0262d7;
	text-decoration: none;
}

a:visited {
	color: #003b85;
	text-decoration: none;
}

a:hover, a:active {
	color: #003b85;
}

/* layout */

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

}

#pageHeader h2 {
	color: black;
}

#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: white;
	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;
}

/*</group>*/ 