* {
	outline: 0;
}
/* Global Bar */
#topbar {
        width: 100%;
        height: 30px;
        margin: 0;
        padding: 0;
        z-index: 9998;
        background-image:url(http://animearcade.net/style/images/top_bg.png);
        background-repeat: repeat-x;
}		
#meganav {
	float: left;
        margin:0;
        padding:0;
}
#meganav ul,#meganav li{
	list-style-type:none;
	margin:0;
}
#meganav {
	position:relative;
	left: 0;
	font-size: 12px;
}
#meganav li {
	float:left;
	font-size: 12px;
	text-align: center;
	display: inline;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
#meganav a {
	float:left;
	height: 30px;
	line-height: 29px;
	text-decoration:none;	
	color: #FFFFFF;
	font-weight: bold;
	padding-left:15px;
	padding-right:15px;
}
#meganav a:hover {
	color: #fff;
	background-repeat: repeat-x;
	background-image: url(http://animearcade.net/style/images/top_bg.png);
	background-color: #000000;
        background-position: 0 -30px;
}
#meganav li.activelink a,#meganav li.activelink a:hover{
	color: #fff;
	background-image: url(http://animearcade.net/style/images/top_bg.png);
	background-color: #000000;
        background-position: 0 -30px;
}
/* Global Footer */
#globalfooter {
        width: 980px;
        height: 150px;
        margin: 15px auto;
        background-image: url(http://animearcade.net/style/images/footer.png);
        position: relative;
}
#globalfooter a {
        color: #ffffff;
        text-decoration: none;
        margin: 0;
}
.titolo {
        margin: 0 0 0 0;
}
#footermenu {
        width: 980px;
        height: 125px;
        margin: 0;
        font-size: 11px;
        clear: both;
        float: none;
}
#footermenu .colonna {
        width: 200px;
        padding: 10px 0 0 15px;
        float: left;
}
#footermenu h3 { color: #ffffff; font-weight: bold; }
#footermenu a { color: #ffffff; text-decoration: none; display: block; zoom: 1; }
#footermenu a:hover { color: #ffffff !important; text-decoration: none !important; }
#footermenu ul { list-style-type: none; padding: 1px; margin: -12px 0 0 0; }
#copyright{
        width: 100%;
        height: 25px;
        background-color: #000000;
        color: #ffffff;
        font-size: 10px;
        margin: 15px 0;
        padding: 0;
        position: relative;
}
