@charset "utf-8";
/* CSS Document */

body {
margin:0;
padding:0;
background: url(img/bg.gif) repeat top center fixed;
font-family: Arial, Helvetica, sans-serif;
}

#box5 {
	color:#000000;
	padding: 1px 1px 1px 3px;
	border:#999999;
	border-width: 2px;
	border-style: solid;
	margin: 2px;
	}

.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
}
  a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#999999;
text-decoration:none;
}
a:active {
color:#000000;
text-decoration:none;
background-color:#999999;
}

.style2 {
	font-family: tahoma;
	font-size: 14px;
	color: #0000FF;
}

#menuhorizontal li{
display:inline;
margin:0 5px 0 0;
padding:0;
border:#000 1px none;
}

#divMenu {
float: right;
/*width:600px;*/
height:40px;
}
#divMenu ul {
margin:0 0 0 15px;
padding:0;
}
#divMenu li {
list-style:none;
display:inline;
}
#divMenu li a {
display:inline-block;
padding:15px 8px 15px 8px;
color:white;
text-decoration:none;
font-size:12px;
font-weight:bold;
}
#divMenu li a:hover {
text-decoration:none;
color:#666666;
/*background:red;*/
}

#efeito		{
		width: 202px; height: 109px;
		overflow: hidden;
		background: url(sys/sys.png) top left no-repeat;
		display: block;
		text-indent: 10000px;
		}
 
#efeito:hover	{
		background-position: bottom left;
		}
