@charset "utf-8";
/* top elements */
* { padding: 0; margin: 0; }
body {
	background:url(../images/bgmulti.jpg);
	background-repeat:repeat-x;
}
/* links */
a { background: inherit; color: #3366CC; text-decoration: none; }
a:hover { background: inherit; color: #3366CC; text-decoration: underline; }
/* headers */
h1 { font-size: 1.4em; color: #3366CC; }
h3 { color:#3366CC; }
/***********************
	  LAYOUT
************************/
#header-content li a:hover {
	background: #3366CC;
}
#header-content li a#current  {
	background: #3366CC;
}
#sidebar ul.sidemenu a:hover {
	border-left: 5px solid  #3366CC;
	color: #3366CC;		
}
li {
color: #3366CC;
}