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

#nav 		{
	background: black;
	width: 100%;
	padding-top: 13px;
	padding-bottom: 4px;
	font-size: 80%;
	color:#CCCCCC;
	height: 24px;
	border-top: 1px solid #777777;
	margin-top: 6px;}

#nav a , div.pereiti a		{
	text-decoration: none;
	color:#fff;
	padding: 3px 2px; 
	background: #444444;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	margin-right: 2px;
	border: 1px solid #777777;
}

#nav3 		{
	background: none;
	padding: 13px;
	font-size: 74%;
	color:#CCCCCC;
	border-top: 1px solid #777777;
	margin: 2px;
}

#nav3 a , div.pereiti a		{
	text-decoration: none;
	color:#fff;
	padding: 3px 2px; 
	background: #444444;
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	margin-right: 3px;
	border: 1px solid #777777;
}

#masthead:after {
	content:".";
	visibility:hidden;
	height: 0;
	clear:both;
	display: block;
}

#nav a:hover , #nav3 a:hover, div.pereiti a:hover { color: #fff; background:#d72a19; }

div#nav2 { 
color: #CCCCCC; 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
font-size:75%;
margin-top:6px;padding: 5px;
width:100%;
text-align: center!important;

}

div#nav2 a { 
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
-moz-border-radius-bottomleft:3px;
-moz-border-radius-bottomright:3px;
-moz-border-radius-topleft:3px;
-moz-border-radius-topright:3px;
border:1px solid #fff38a;
color:#fff38a;
margin-right:2px;
padding:3px 2px;
text-decoration:none;
line-height: 30px;
background: #000000;
}

div#nav2 a:hover { color: #fff; background:#d72a19; border: 1px dotted #FFFFFF; }

/* :::::::::::: Safari Hack ::::::::::::: */


  @media screen and (-webkit-min-device-pixel-ratio:0) {
	.safari4 {
		display: none;
	}
	.safari5 { font-size: 12px; margin-bottom: 6px; }
	
	.safari6 { padding-top: 20px; }
	}
	
	.safari7 { margin-bottom: 20px; }
}

